agents.reasoning_and_critique.self_discover.executor.modelsΒΆ
Models for the Self-Discover Executor Agent.
ClassesΒΆ
The complete execution result of the structured reasoning process. |
|
Result of executing a single reasoning step. |
Module ContentsΒΆ
- class agents.reasoning_and_critique.self_discover.executor.models.ExecutionResult(/, **data)ΒΆ
Bases:
pydantic.BaseModel
The complete execution result of 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.
- Parameters:
data (Any)
- class agents.reasoning_and_critique.self_discover.executor.models.StepResult(/, **data)ΒΆ
Bases:
pydantic.BaseModel
Result of executing a single reasoning step.
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)