Expand description
Unified agent execution runtime.
AgentRuntime holds shared resources assembled once at server startup,
including the LLM provider and default tool executor.
ExecuteRequest captures per-request parameters. Together they replace
the three duplicated AgentLoopConfig construction sites in the server
layer (HTTP handler, spawn scheduler, schedule manager).
Structsยง
- Agent
Runtime - Shared runtime resources assembled once at server startup.
- Agent
Runtime Builder - Builder for
AgentRuntime. - Execute
Request - Per-request parameters for agent execution.