Configuration

How it works

Project configuration and settings management.

The main building blocks are:

Under the hood, this feature spans 15 source files covering:

What connects to it

This feature relates to: config, settings.

Other parts of the codebase interact with configuration through these interfaces:

Interface Purpose File
ModelTier Model tier for cost optimization. src/attune/config/agent_config.py
Provider LLM provider options. src/attune/config/agent_config.py
WorkflowMode Workflow execution modes. src/attune/config/agent_config.py
AgentOperationError Error during agent operation with context. src/attune/config/agent_config.py
UnifiedAgentConfig Unified configuration model for all agents. src/attune/config/agent_config.py