Dynamic Agentic Architecture with cognitive patterns, knowledge sharing, and adaptive agents.
/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-daa@ruflo
- Adaptive agents: Agents that learn and evolve from interactions
- Cognitive patterns: Structured reasoning strategies for decision-making
- Knowledge sharing: Cross-agent learning and collective improvement
- Performance tracking: Efficiency and accuracy metrics over time
/daa-- DAA dashboard with learning metrics and active agents
daa-agent-- Create and adapt Dynamic Agentic Architecture agentscognitive-pattern-- Define cognitive patterns for agent reasoning
All defined at v3/@claude-flow/cli/src/mcp-tools/daa-tools.ts:
| Tool | Purpose |
|---|---|
daa_agent_create |
Initialize an adaptive agent |
daa_agent_adapt |
Trigger manual adaptation from feedback |
daa_workflow_create |
Define a cognitive workflow |
daa_workflow_execute |
Run a cognitive workflow |
daa_knowledge_share |
Propagate learnings across agents |
daa_learning_status |
Adaptation progress metrics |
daa_cognitive_pattern |
Define a reasoning pattern |
daa_performance_metrics |
Efficiency / accuracy stats |
- CLI: pinned to
@claude-flow/cliv3.6 major+minor. - Verification:
bash plugins/ruflo-daa/scripts/smoke.shis the contract.
DAA cognitive patterns feed the JUDGE phase of the 4-step intelligence pipeline (RETRIEVE → JUDGE → DISTILL → CONSOLIDATE) defined by ruflo-intelligence ADR-0001. When a task is routed via hooks_route and a similar past trajectory is retrieved, DAA cognitive patterns provide the structured reasoning to evaluate fit before adaptation.
daa_knowledge_share writes pattern propagation events that hooks_intelligence_learn can consume during the DISTILL phase.
This plugin owns the daa-patterns AgentDB namespace (kebab-case, follows the convention from ruflo-agentdb ADR-0001 §"Namespace convention"). Reserved namespaces (pattern, claude-memories, default) MUST NOT be shadowed.
daa-patterns is accessed via memory_* tools (which route by namespace). The agent file's CLI examples are correct (memory store --namespace daa-patterns).
bash plugins/ruflo-daa/scripts/smoke.sh
# Expected: "10 passed, 0 failed"