Server
Quickstart
Run the Agent Observability server. It receives session reports from the agent-transport SDKs, stores them in Postgres, and serves the dashboard UI.
Clone the repo and bring up Postgres + the app together. Migrations apply
automatically on startup; the dashboard is on :9090.
git clone https://github.com/plivo-labs/agent-observability
cd agent-observability
docker compose up --buildThat's it for most users. If you want to hack on the code instead, see the repo README for the Bun-based dev flow.
Agent Observability
Run the observability server, stream eval results from your test suites, and drop the dashboard React components into your own app.
Environment
Configuration comes from environment variables. Only DATABASE_URL is required; basic auth, LiveKit Bearer auth, and S3 are opt-in and enable themselves when both vars in their pair are set.