Skip to content

Index

Configuration package for the MADA orchestrator.

This package provides configuration models and helper utilities used to define application behavior, model backends, agents, database settings, MCP server connections, interface settings, and environment variable expansion.

Modules:

Name Description
agents

Defines AgentConfig for individual agent configuration and serialization helpers.

app

Defines AppConfig and utilities for loading full application configuration from JSON.

database

Defines database configuration models for SQLite and PostgreSQL, along with database config loading helpers.

interface

Defines InterfaceConfig for multi-agent interface layout and UI customization settings.

mcp_servers

Defines MCPServerConfig for individual MCP server connection and launch settings.

models

Defines provider model configuration classes and model config loading helpers.

utils

Defines shared utility helpers, including environment variable expansion.