Skip to main content
A small read-eval-print loop over one session, so each turn builds on the last. Handlers answer the agent’s questions inline; steps stream as it works.
If the agent hands off to another agent, later turns follow it. Leaving the session (quit) ends the conversation.

Guide: multi-turn sessions

How sessions keep and resume context.