Expand description
Event definitions for the ReAct pattern.
This module defines all event types used to coordinate the ReAct loop, including thinking, decisioning, tool calls, completion, and failure events.
Structsยง
- Failure
Occurred - Event to signal a failure in the ReAct loop.
- Finish
AndSummarize - Event to trigger the completion and summarization phase.
- Invoke
Decisioning - Event to trigger the decision-making phase.
- Invoke
Thinking - Event to trigger the thinking/planning phase.
- Invoke
Tool Call - Event to trigger a tool invocation.