Files
infinite/claude-flow.config.json
2026-05-14 21:08:13 +00:00

44 lines
853 B
JSON

{
"version": "3.5",
"agents": {
"defaultType": "coder",
"autoSpawn": false,
"maxConcurrent": 8,
"timeout": 300000,
"providers": []
},
"swarm": {
"topology": "hierarchical",
"maxAgents": 8,
"autoScale": false,
"coordinationStrategy": "leader",
"healthCheckInterval": 30000
},
"memory": {
"backend": "hybrid",
"persistPath": "./data/memory",
"cacheSize": 1000,
"enableHNSW": true,
"vectorDimension": 384
},
"mcp": {
"serverHost": "localhost",
"serverPort": 3000,
"autoStart": false,
"transportType": "stdio",
"tools": []
},
"cli": {
"colorOutput": true,
"interactive": true,
"verbosity": "normal",
"outputFormat": "text",
"progressStyle": "spinner"
},
"hooks": {
"enabled": true,
"autoExecute": true,
"hooks": []
}
}