#750 · Primary category: AI Agents & Automation

agent-flow

agent-visualization ai-agents claude-code developer-tools llm vscode-extension

Real-time visualization of Claude Code agent orchestration — see your agents think, branch, and coordinate as they work.

Project last updated:07/11/26

GitHub Stars

1.6K

Forks

185

Contributors

6

License

Apache-2.0

Why we included this project

Claude Code and Codex hide the details of their work until the run finishes, and when a multi-step task quietly goes wrong you are left guessing which tool call led it astray. Agent Flow lifts that curtain with a live interactive graph of the run: subagents appear as they branch, every tool call shows up in real time, and you can click any node to inspect that step. Events arrive either through a lightweight HTTP hook server that streams straight from Claude Code or by tailing Codex rollout logs, so there is no need to wait for a session to end. The same events are saved as JSONL, which lets you replay an old run later or open it in the timeline and transcript panels without re-running the agents. It works as a VS Code extension or as a standalone browser app started with a single npx command, so small teams can adopt it without changing their workflow.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category