agent observability for Zed
io.github.kryptosai/agent-observability
Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.
client:Zed
transport:stdio
runtime:npm
Install agent observability in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-obs"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs