Skip to main content

Module step

Module step 

Source
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§

StepIterator
Step-by-step iterator over the agentic loop.

Enums§

TurnResult
The result of a single turn in the agentic loop.