Expand description
Core AgentLoop struct and run methods.
Structs§
- Agent
Loop - The agentic while loop: drives provider + tool + context interactions.
- Agent
Loop Builder - Builder for constructing an
AgentLoopwith optional configuration. - Agent
Result - The result of a completed agent loop run.
- Boxed
Durable - A type-erased durable context for use in
AgentLoop. - Boxed
Hook - A type-erased observability hook for use in
AgentLoop.