Configuration Reference
This page summarizes commonly used AiOS configuration fields for deployment, tuning, and troubleshooting.Global Configuration
| Key | Description | Default | Recommendation |
|---|---|---|---|
profile | Runtime profile set | default | Split by dev/staging/prod |
output | CLI output format | table | Use json for automation |
log.level | Log verbosity | info | Keep info in production, use debug temporarily for diagnostics |
Infrastructure Configuration
| Key | Description | Default | Recommendation |
|---|---|---|---|
infra.namespace | Default namespace | default | Isolate namespaces by environment |
infra.replicas | Default replicas | 1 | Start from 2 in production |
infra.resources.cpu | CPU requests/limits | none | Always define requests and limits |
infra.resources.memory | Memory requests/limits | none | Tune from load test data |
Agent Configuration
| Key | Description | Default | Recommendation |
|---|---|---|---|
agent.maxConcurrency | Max concurrent agents per workspace | 2 | Increase gradually with capacity |
agent.defaultTool | Default execution tool | none | Set per task archetype |
agent.timeout | Per-task timeout | 30m | Raise for long-running jobs |