{
  "deploymentMode": "monolithic",
  "port": 3000,
  "mongo": {
    "uri": "mongodb://localhost:27017/agents_db"
  },
  "agentServices": {
    "enabled": false,
    "services": {
      "Kobalt": "http://localhost:4001",
      "Phoebii": "http://localhost:4002"
    }
  },
  "openai": {
    "model": "gpt-4o-mini"
  }
}