agentlens
DevTools for AI agents — profile every call, find every bottleneck
- Per-call latency & token accounting
- Drop-in OpenAI & Anthropic wrappers
- JSON trace export & CLI viewer
We're solving the real bottlenecks in AI agent pipelines — observability, memory, security, orchestration, and evaluation.
$ pip install agentlens neuromem sentinel-inject
$ pip install synapse-orchestrator evalforge
# Zero required dependencies. Works with any LLM provider.
$ agentlens view trace.json
AgentLens — loaded 12 calls from trace.json
✓ 11 succeeded ✗ 1 failed 312ms total
Five tools. One mission: make AI agents observable, reliable, and fast.
DevTools for AI agents — profile every call, find every bottleneck
Smart context management — never lose critical memory again
Prompt injection defense — screen every tool result before it hits your agent
Parallel tool execution — auto-detect dependencies, maximize speed
Agent evaluation harness — repeatable evals, regression detection, CI-ready