Liveflow — LiveKit Agent Visualizer
Real-time debugging dashboard for LiveKit voice agents inside VS Code. Quick Start1. Install the Python companion package
2. Run your agent with Liveflow
That's it — drop-in replacement for 3. Open VS Code The extension auto-connects to the running Liveflow server and populates the dashboard in the Activity Bar sidebar. You can also use the ▶ Run with Liveflow button in the editor title bar to do steps 2 and 3 in one click. No changes to your agent code required. FeaturesAgent GraphA live ReactFlow graph showing every agent in your pipeline as a node. The currently active agent is highlighted with an animated border. Handoff edges trace the call flow between agents with animated particles. Click ▾ Show tools on any agent node to expand its available tools or live tool call history. Tool TimelineEvery Conversation TranscriptLive speech-to-text transcript with partial (interim) and final utterances from both the user and agent, labeled by speaker. Chat Context InspectorThe full LLM context window at any point in the conversation — system prompt, function call results, handoff markers, and message history. State IndicatorA persistent status bar showing the current agent's state ( How It Works
The Python package monkey-patches the LiveKit SDK's Requirements
Source Codegithub.com/21lakshh/Liveflow — MIT licensed, contributions welcome. |