triggerdotdev/agentcrumbs
Debug mode for any AI agent. Structured tracing agents add inline, stripped before merge.
Agents write inline trace statements marked with `@crumbs` comments that emit structured events to a local collector, then query those traces via CLI to debug failures—the collector aggregates multi-service traces over HTTP with zero dependencies. Before merge, `agentcrumbs strip` removes all trace code via AST-based marker detection, while noop functions ensure traced code has negligible overhead when disabled. Integrates with TanStack Intent skills to teach agents when and how to instrument code, with cross-language support via HTTP POST and browser/Node.js dual builds.
Available on npm.
Stars
5
Forks
1
Language
TypeScript
License
—
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/triggerdotdev/agentcrumbs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
truera/trulens
Evaluation and Tracking for LLM Experiments and AI Agents
traceroot-ai/traceroot
Find the Root Cause in Your Code's Trace
future-agi/traceAI
Open Source AI Tracing Framework built on Opentelemetry for AI Applications and Frameworks
VishApp/multiagent-debugger
Multi-Agent Debugger: An AI-powered debugging system using CrewAI to orchestrate specialized...
evilmartians/agent-prism
React components for visualizing traces from AI agents