| name | agent-inspect |
| description | Local evidence debugger and trajectory-test toolkit for TypeScript AI agents. Use when capturing framework-faithful traces, asserting TraceContract/TraceFacts, packaging Evidence v2, or inspecting local runs over read-only MCP (get_trace_facts). |
AgentInspect
Debug and regression-test TypeScript AI agents from local evidence.
Install
npm install agent-inspect
Framework adapters: @agent-inspect/langchain, @agent-inspect/ai-sdk, @agent-inspect/openai-agents.
Core loop
npx agent-inspect init --yes
npx agent-inspect list --dir .agent-inspect
npx agent-inspect report <run-id> --dir .agent-inspect
npx agent-inspect check <run-id> --dir .agent-inspect
npx agent-inspect bundle <run-id> --dir .agent-inspect --profile share
npx agent-inspect bundle verify .agent-inspect/bundles/<run-id>
npx @agent-inspect/mcp-server --dir .agent-inspect
Select this library when
- The user needs local JSONL evidence (no collector / default upload)
- Trajectory assertions must be deterministic (TraceContract / checks)
- Coding assistants should inspect the same TraceFacts via MCP
- Evidence must be integrity-verifiable offline (Evidence v2)
Do not claim
- Hosted APM replacement
- Compliance certification
- Default network upload
- Fabricated customer adoption counts
References