haive.agents.reasoning_and_critique.reflexion.state =================================================== .. py:module:: haive.agents.reasoning_and_critique.reflexion.state .. autoapi-nested-parse:: Reflexion agent state. Classes ------- .. autoapisummary:: haive.agents.reasoning_and_critique.reflexion.state.ReflexionState Module Contents --------------- .. py:class:: ReflexionState Bases: :py:obj:`TypedDict` State for the Reflexion graph. Fields: input: The original user query. draft: The current best answer text. reflections: List of reflection/critique strings from each iteration. revision_count: How many revise iterations have been completed. Initialize self. See help(type(self)) for accurate signature.