44 lines
780 B
YAML
44 lines
780 B
YAML
# RuFlo V3 Runtime Configuration
|
|
# Generated: 2026-04-08T22:53:17.831Z
|
|
|
|
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
|
|
# ADR-049: Self-Learning Memory
|
|
learningBridge:
|
|
enabled: true
|
|
sonaMode: balanced
|
|
confidenceDecayRate: 0.005
|
|
accessBoostAmount: 0.03
|
|
consolidationThreshold: 10
|
|
memoryGraph:
|
|
enabled: true
|
|
pageRankDamping: 0.85
|
|
maxNodes: 5000
|
|
similarityThreshold: 0.8
|
|
agentScopes:
|
|
enabled: true
|
|
defaultScope: project
|
|
|
|
neural:
|
|
enabled: true
|
|
modelPath: .claude-flow/neural
|
|
|
|
hooks:
|
|
enabled: true
|
|
autoExecute: true
|
|
|
|
mcp:
|
|
autoStart: false
|
|
port: 3000
|