Structs§
- Agents
Config - Config
- Top-level .botbox.toml config.
- DevAgent
Config - Missions
Config - Models
Config - Model tier configuration for cross-provider load balancing.
- Multi
Lead Config - Project
Config - Responder
Agent Config - Review
Config - Reviewer
Agent Config - Tools
Config - Worker
Agent Config
Constants§
- CONFIG_
JSON - CONFIG_
TOML - Config file name constants.
- CONFIG_
TOML_ LEGACY - Legacy config name from the botbox era — accepted on read, migrated to CONFIG_TOML on sync.
Functions§
- find_
config - Find the config file path, preferring the current name over legacy names. Returns None if none exist.
- find_
config_ in_ project - Find config in the standard locations: direct path, then ws/default/. Returns (config_path, config_dir) or an error.
- json_
to_ toml - Convert a JSON config string to TOML format. Used during migration from .botbox.json to .botbox.toml.