haive.agents.reasoning_and_critique.reflection.config¶
Configuration for the Reflection Agent.
Classes¶
Configuration for an agent that uses reflection to improve responses. |
|
Configuration specific to the reflection mechanism. |
Module Contents¶
- class haive.agents.reasoning_and_critique.reflection.config.ReflectionAgentConfig¶
Bases:
haive.agents.simple.config.SimpleAgentConfigConfiguration for an agent that uses reflection to improve responses.
- class haive.agents.reasoning_and_critique.reflection.config.ReflectionConfig(/, **data)¶
Bases:
pydantic.BaseModelConfiguration specific to the reflection mechanism.
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)