Expand description
Step-by-step iteration types for the agentic loop.
StepIterator lets you drive the loop one turn at a time, inspect
intermediate state, inject messages, and modify the tool registry
between turns.
Structs§
- Step
Iterator - Step-by-step iterator over the agentic loop.
Enums§
- Turn
Result - The result of a single turn in the agentic loop.