Expand description
Stop gates evaluated when the model returns a non-tool final message.
Structs§
- Completion
Tool Gate - Require a named tool to have been called in this conversation.
- Gate
Chain - Composite of ordered gates (first Continue wins).
Enums§
- Gate
Decision - Result of evaluating stop gates after a final assistant message.
Traits§
- Stop
Gate - Extensible stop-gate. Gates run in order; first non-
GateDecision::Completewins.
Functions§
- evaluate_
stop_ gates - Evaluate configured gates for the agent against conversation history.