Module models

Module models 

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

CurrentContext
The complete context for a ReAct session.
Plan
A structured plan for solving a user query.
ThoughtActionObservation
A single step in the ReAct loop capturing thought, action, and observation.

Enums§

NextAction
Enumeration of possible next actions in the ReAct loop.