29 lines
437 B
YAML
29 lines
437 B
YAML
# Claude Flow V3 Runtime Configuration
|
|
# Generated: 2026-01-13T02:28:22.177Z
|
|
|
|
version: "3.0.0"
|
|
|
|
swarm:
|
|
topology: hierarchical-mesh
|
|
maxAgents: 15
|
|
autoScale: true
|
|
coordinationStrategy: consensus
|
|
|
|
memory:
|
|
backend: hybrid
|
|
enableHNSW: true
|
|
persistPath: .claude-flow/data
|
|
cacheSize: 100
|
|
|
|
neural:
|
|
enabled: true
|
|
modelPath: .claude-flow/neural
|
|
|
|
hooks:
|
|
enabled: true
|
|
autoExecute: true
|
|
|
|
mcp:
|
|
autoStart: false
|
|
port: 3000
|