Skip to main content

Module loop_impl

Module loop_impl 

Source
Expand description

Core AgentLoop struct and run methods.

Structs§

AgentLoop
The agentic while loop: drives provider + tool + context interactions.
AgentLoopBuilder
Builder for constructing an AgentLoop with optional configuration.
AgentResult
The result of a completed agent loop run.
BoxedDurable
A type-erased durable context for use in AgentLoop.
BoxedHook
A type-erased observability hook for use in AgentLoop.