haive.agents.reasoning_and_critique.self_discover.structurer.models =================================================================== .. py:module:: haive.agents.reasoning_and_critique.self_discover.structurer.models .. autoapi-nested-parse:: Models for the Self-Discover Structurer Agent. Classes ------- .. autoapisummary:: haive.agents.reasoning_and_critique.self_discover.structurer.models.ReasoningStep haive.agents.reasoning_and_critique.self_discover.structurer.models.ReasoningStructure Module Contents --------------- .. py:class:: ReasoningStep(/, **data) Bases: :py:obj:`pydantic.BaseModel` A single step in the structured reasoning process. 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. .. py:class:: ReasoningStructure(/, **data) Bases: :py:obj:`pydantic.BaseModel` The complete structured reasoning plan. 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.