I got tired of debugging LangChain agents blind, so I built a local-first observability tool (MIT, no cloud)
Summary
TraceSage is a new MIT-licensed, local-first observability tool for LangChain and LangGraph that runs entirely on your machine, providing live topology graphs, step-by-step replay, token tracking, and OpenTelemetry export without sending data to the cloud.
Similar Articles
@LangChain: Spend less time on triaging Ship fixes faster Catch regressions earlier Introducing LangSmith Engine: an agent that wor…
LangChain launches LangSmith Engine in public beta, an autonomous agent that monitors production traces, clusters failures, diagnoses root causes, and proposes fixes and eval coverage to streamline agent development.
@benhylak: we built the first sane way to debug your agent locally. you can see your traces. codex/claude code can too. this lets …
A new open source tool enables local debugging of AI agents by viewing traces, allowing automated eval writing and testing with tools like codex and Claude code.
@LangChain: Tracking your agents shouldn’t be a workout. LangSmith Observability helps you understand how your agents are performin…
LangSmith Observability provides real-time monitoring for AI agents to help identify performance issues quickly.
@LangChain: .@AdamRLucek on how we use traces to build evals for production agents.
Adam Łucek discusses how LangChain uses trace data to build evaluations for production agents.
spent the last few weeks building an alternative to heavy AI observability tools because I was tired of messy logs. need feedback from nextjs/node devs.
A developer built TracePilot, a lightweight zero-dependency npm SDK for AI observability to simplify debugging prompts in production, offering real-time latency, token costs, and error tracking.