patoles/agent-flow
949 stars · Last commit 2026-04-25
Real-time visualization of Claude Code agent orchestration — see your agents think, branch, and coordinate as they work.
README preview
# Agent Flow Real-time visualization of Claude Code and Codex agent orchestration. Watch your agents think, branch, and coordinate as they work. [Demo video here](https://www.youtube.com/watch?v=Ud6eDrFN-TA).  ## Why Agent Flow? I built Agent Flow while developing [CraftMyGame](https://craftmygame.com), a game creation platform driven by AI agents. Debugging agent behavior was painful, so we made it visual. Now we're sharing it. Claude Code is powerful, but its execution is a black box — you see the final result, not the journey. Agent Flow makes the invisible visible: - **Understand agent behavior** — See how Claude breaks down problems, which tools it reaches for, and how subagents coordinate - **Debug tool call chains** — When something goes wrong, trace the exact sequence of decisions and tool calls that led there - **See where time is spent** — Identify slow tool calls, unnecessary branching, or redundant work at a glance - **Learn by watching** — Build intuition for how to write better prompts by observing how Claude interprets and executes them ## Features - **Live agent visualization**: Watch agent execution as an interactive node graph with real-time tool calls, branching, and return flows