Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Agent FlowNew to Visual Studio Code? Get it now.
Agent Flow

Agent Flow

Simon P

|
5 installs
| (0) | Free
Real-time visualization of LLM agent orchestration — see your agents think, branch, and return as they work
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent Flow

Real-time visualization of LLM agent orchestration — see your agents think, branch, and return as they work.

Agent Flow visualization

Features

  • Live agent visualization — Watch agent execution as an interactive node graph with real-time tool calls, branching, and return flows
  • Auto-detect Claude Code sessions — Automatically discovers active Claude Code sessions in your workspace and streams events
  • Claude Code hooks — Lightweight HTTP hook server receives events directly from Claude Code for zero-latency streaming
  • Multi-session support — Track multiple concurrent agent sessions with tabs
  • Interactive canvas — Pan, zoom, click agents and tool calls to inspect details
  • Timeline & transcript panels — Review the full execution timeline, file attention heatmap, and message transcript
  • JSONL log file support — Point at any JSONL event log to replay or watch agent activity

Getting Started

  1. Install the extension
  2. Open the Command Palette (Cmd+Shift+P) and run Agent Flow: Open Agent Flow
  3. Start a Claude Code session in your workspace — Agent Flow will auto-detect it

Claude Code Hooks (recommended)

For the lowest-latency live streaming, configure Claude Code hooks:

  1. Run Agent Flow: Configure Claude Code Hooks from the Command Palette
  2. This adds hook entries to your Claude Code settings.json that forward events to Agent Flow's built-in HTTP server

JSONL Event Log

You can also point Agent Flow at a JSONL event log file:

  1. Set agentVisualizer.eventLogPath in your VS Code settings to the path of a .jsonl file
  2. Agent Flow will tail the file and visualize events as they arrive

Commands

Command Description
Agent Flow: Open Agent Flow Open the visualizer panel
Agent Flow: Open Agent Flow to Side Open in a side editor column
Agent Flow: Connect to Running Agent Manually connect to an agent session
Agent Flow: Configure Claude Code Hooks Set up Claude Code hooks for live streaming

Keyboard Shortcut

Shortcut Action
Cmd+Alt+A (Mac) / Ctrl+Alt+A (Win/Linux) Open Agent Flow

Settings

Setting Default Description
agentVisualizer.devServerPort 0 Development server port (0 = production mode)
agentVisualizer.eventLogPath "" Path to a JSONL event log file to watch
agentVisualizer.autoOpen false Auto-open when an agent session starts

Requirements

  • VS Code 1.85 or later
  • For auto-detection: Claude Code CLI with active sessions

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft