Live Production Demo:
- 🖥️ Interactive Web Dashboard: https://agent-trace-zeta.vercel.app/
- ⚙️ FastAPI Swagger Docs: https://agenttrace-api-cdav.onrender.com/docs
An end-to-end observability SDK and dashboard for autonomous AI agent pipelines. It monitors multi-step tool calls, visualizes latency bottlenecks, and automatically repairs malformed LLM tool arguments at runtime without crashing workflows.
LLMs frequently hallucinate tool arguments during multi-step runs:
"1200 INR" instead of 1200.0)"user_identifier" instead of "user_id")Normally, these cause immediate runtime crashes. AgentTrace catches these failures and auto-repairs them at runtime.
traces.db)# In project root
python -m uvicorn main:app --reload --port 8000
7 commits
Python
51.2%
TypeScript
45.0%
JavaScript
2.0%
CSS
1.8%
Live Production Demo:
- 🖥️ Interactive Web Dashboard: https://agent-trace-zeta.vercel.app/
- ⚙️ FastAPI Swagger Docs: https://agenttrace-api-cdav.onrender.com/docs
An end-to-end observability SDK and dashboard for autonomous AI agent pipelines. It monitors multi-step tool calls, visualizes latency bottlenecks, and automatically repairs malformed LLM tool arguments at runtime without crashing workflows.
LLMs frequently hallucinate tool arguments during multi-step runs:
"1200 INR" instead of 1200.0)"user_identifier" instead of "user_id")Normally, these cause immediate runtime crashes. AgentTrace catches these failures and auto-repairs them at runtime.
traces.db)# In project root
python -m uvicorn main:app --reload --port 8000
7 commits
Python
51.2%
TypeScript
45.0%
JavaScript
2.0%
CSS
1.8%