I got tired of W&B and Langfuse for debugging agents, so I built my own tracer looking for feedback

Reddit r/AI_Agents Tools

Summary

Built a new tracer for debugging AI agents that auto-detects loops, logs sessions as readable timelines, and allows side-by-side comparison. Seeking feedback.

So, i tired from wandb and langfuse. I created my own services So I built my own tool. Right now it: auto-detects loops and repeated/duplicate tool calls - logs and replays full sessions as a readable timeline instead of a flat span list - lets you compare different agents/models on the same task side by side Looking for you feedback, pls try
Original Article

Similar Articles

I'm tired of manually debugging traces

Reddit r/AI_Agents

A developer builds a debugging tool for AI agents that compares replays against reference runs to identify where behavior first drifted, expressing frustration with manual trace debugging.

Agent workflow visualizer: feedback and corrections

Reddit r/AI_Agents

A tool for visualizing AI agent workflows is introduced, supporting multiple agent frameworks including Langgraph, CrewAI, AutoGen, Google ADK, and OpenAI Agents SDK. The creator seeks community feedback and corrections.