Initial commit
This commit is contained in:
43
claude-flow.config.json
Normal file
43
claude-flow.config.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user