Show HN: TraceRoot – Open-source agentic debugging for distributed services 11 by xinweihe | 0 comments Hey Xinwei and Zecheng here, we are the authors of TraceRoot ( https://github.com/traceroot-ai/traceroot ). TraceRoot ( https://traceroot.ai ) is an open-source debugging platform that helps engineers fix production issues faster by combining structured traces, logs, source code contexts and discussions in Github PRs, issues and Slack channels, etc. with AI Agents. At the heart are our lightweight Python ( https://github.com/traceroot-ai/traceroot-sdk ) and TypeScript ( https://github.com/traceroot-ai/traceroot-sdk-ts ) SDKs - they can hook into your app using OpenTelemetry and captures logs and traces. These are either sent to a local Jaeger ( https://www.jaegertracing.io/ ) + SQLite backend or to our cloud backend, where we correlate them into a single view. From there, our custom agent takes over. The agent builds a heterogeneous execution tree that merges spans, logs, and GitHub...