haive.agents.reasoning_and_critique.self_discover.adapter.models¶
Models for the Self-Discover Adapter Agent.
Classes¶
A reasoning module adapted for the specific task. |
|
Collection of task-adapted reasoning modules. |
Module Contents¶
- class haive.agents.reasoning_and_critique.self_discover.adapter.models.AdaptedModule(/, **data)¶
Bases:
pydantic.BaseModelA reasoning module adapted for the specific 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.adapter.models.AdaptedModules(/, **data)¶
Bases:
pydantic.BaseModelCollection of task-adapted reasoning modules.
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)