Agent playground
The Agent playground (at /agents) is where you run and interact with an agent on its own —
outside of any graph. It is the quickest way to try out an agent definition, iterate on its behavior,
and watch how its memory evolves as you talk to it.
Opening agents in tabs
Section titled “Opening agents in tabs”The playground has an AgentSidebar listing your agent definitions. Open one and it appears as an AgentTab in the main area, so you can keep several agents open at once and switch between them. Each tab is an independent Playground session for that agent.
Running an interaction
Section titled “Running an interaction”-
Pick an agent from the AgentSidebar to open it in a tab.
-
In the AgentPlaygroundArea, send a message to the agent and read its response.
-
Continue the conversation — the agent runs with its configured model, tools, and memory, just as it would inside a graph.
Inspecting memory and state
Section titled “Inspecting memory and state”The AgentMemoryInspector shows the agent’s memory and state as you interact. Use it to see what the agent is retaining across turns, verify its memory strategy is behaving as expected, and debug cases where it forgets or over-remembers context.