Sovara for VS Code
Sovara is a VS Code debugger for LLM and agent workflows.
Quick Start
With uv
uv add sovara
uv run so-record agent.py
With pip
pip install sovara
so-record agent.py
Then:
- Open your project in VS Code.
- Open the Sovara icon in the Activity Bar.
- Select a recorded run from the sidebar.
- Open the graph and inspect the run.
If sovara is installed in the selected Python environment, the extension can start so-server automatically. If you prefer to start it yourself:
Start the server manually with uv
uv run so-server start
Start the server manually with pip
so-server start
What You Can Do
- Browse recent runs from the Sovara sidebar
- Filter finished runs by name, label, tag, or code version
- Open full graph tabs for individual runs
- Click a node to inspect its input/output
- Inspect attachments, code locations, labels, and applied priors
- Open SovaraDB for project priors
Requirements
- VS Code
1.74+
- A Python environment with
sovara installed
- A project you run through
so-record
Settings
sovara.pythonServerHost: Host for the local Sovara server
sovara.pythonServerPort: Port for the local Sovara server
Command
Learn More
Support
- Discord:

- Email: support@sovara-labs.com
| |