agents.reasoning_and_critique.self_discover.selector.modelsΒΆ

Models for the Self-Discover Selector Agent.

ClassesΒΆ

ModuleSelection

The complete module selection for a task.

SelectedModule

A reasoning module selected for the task.

Module ContentsΒΆ

class agents.reasoning_and_critique.self_discover.selector.models.ModuleSelection(/, **data)ΒΆ

Bases: pydantic.BaseModel

The 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 agents.reasoning_and_critique.self_discover.selector.models.SelectedModule(/, **data)ΒΆ

Bases: pydantic.BaseModel

A 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)