Expand description
Data models for the ReAct pattern.
This module defines the core data structures used throughout the ReAct implementation, including actions, plans, observations, and context.
Structs§
- Current
Context - The complete context for a ReAct session.
- Plan
- A structured plan for solving a user query.
- Thought
Action Observation - A single step in the ReAct loop capturing thought, action, and observation.
Enums§
- Next
Action - Enumeration of possible next actions in the ReAct loop.