haive.agents.reasoning_and_critique.self_discover.selector.models¶
Models for the Self-Discover Selector Agent.
Classes¶
The complete module selection for a task. |
|
A reasoning module selected for the task. |
Module Contents¶
- class haive.agents.reasoning_and_critique.self_discover.selector.models.ModuleSelection(/, **data)¶
Bases:
pydantic.BaseModelThe complete module selection for a task.
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.
- Parameters:
data (Any)
- class haive.agents.reasoning_and_critique.self_discover.selector.models.SelectedModule(/, **data)¶
Bases:
pydantic.BaseModelA reasoning module selected for the task.
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.
- Parameters:
data (Any)