Agent execution
How an agent runs: how output reaches the user, the order in which things happen, and what is kept between runs.
- Agent outputAn agent produces output with the output command. Output is streamed to the user as multipart content. Each part is written to the stream the moment the comm…
- Order of executionExecution begins in the agent's main function. A function may call other functions with func or parallel, and an LLM may call functions as tools.
- Conversation stateEach time an agent completes successfully, the conversation state is encrypted and stored in Search2o Cloud. A follow-up query in the same conversation resto…

