haive.agents.memory.state ========================= .. py:module:: haive.agents.memory.state .. autoapi-nested-parse:: Memory agent state - extends ReactAgentState with memory fields. Classes ------- .. autoapisummary:: haive.agents.memory.state.MemoryAgentState Module Contents --------------- .. py:class:: MemoryAgentState(/, **data) Bases: :py:obj:`haive.agents.react.state.ReactAgentState` Extends ReactAgentState with memory-specific fields. Inherits from ReactAgentState: messages, tool_results, iteration, structured_output, intermediate_steps, requires_human_input, human_request Create a new model by parsing and validating input data from keyword arguments. Raises [`ValidationError`][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model. `self` is explicitly positional-only to allow `self` as a field name.