prebuilt.weather_disaster_management.config¶
Classes¶
Base configuration for an agent architecture. |
Module Contents¶
- class prebuilt.weather_disaster_management.config.WeatherDisasterManagerConfig¶
Bases:
haive.core.engine.agent.agent.AgentConfigBase configuration for an agent architecture. Extends InvokableEngine to provide a consistent interface with the Engine framework.
This class is designed to NEVER include __runnable_config__ in any schemas. By default, it uses PostgreSQL for persistence if available.
This implementation supports protocol validation to ensure that agent implementations conform to the expected interfaces.
- engines: dict[str, haive.core.engine.aug_llm.AugLLMConfig | haive.core.engine.agent.agent.AgentConfig] = None¶
- input_schema: pydantic.BaseModel¶
- model_config¶
- state_schema: pydantic.BaseModel¶