



I built an open-source time-travel debugger for multi-agent AI pipelines
When a LangGraph pipeline fails at step 3, you shouldn't have to
re-run steps 1 and 2 to test a fix.
SwarmTrace records every agent action as an OTel span tree and lets
you fork from any past step — edit a prompt or tool output, replay
only the downstream agents, compare both runs side by side.
GitHub: https://github.com/codewithleo1/SwarmTrace
Demo (no sign-up): https://swarm-trace.vercel.app
Stack: FastAPI + LangGraph + asyncpg + React + Groq