Studio

See your graph think.

A visual debugger that mounts on top of any running Agentmatic agent. Step through supersteps, inspect state diffs, branch from any checkpoint. Open-source, self-hosted.

What it does

Run it

pip install agentmatic-studio
agentmatic-studio serve  # http://localhost:7860

Then attach your agent:

from agentmatic.studio import attach

agent = Agent.builder("debug").llm(OpenAI()).tools([...]).build()
attach(agent, port=7860)  # opens Studio in browser
await agent.ainvoke(...)

Compared to LangGraph Studio

Ship your next agent in minutes, not weeks.

MIT licensed. Drop-in for LangGraph. Native SDKs in 5 languages. Battle-tested resilience primitives in the box.