routing-adapt
Mission
Section titled “Mission”Deploy → observe → reinforce → prune → converge. Workflows that get smarter over time.
When to Use
Section titled “When to Use”ONLY use when an existing multi-agent workflow needs autonomous bio-inspired route optimization based on historical performance.
Do NOT use for: general research, design, review, debugging, planning, implementation, code quality, or documentation. If unsure, use the specific domain tool instead.
Triggers: “bio-inspired routing”, “adaptive workflow”, “reinforce good routes”, “optimize routing history”, “ant colony”, “Hebbian learning”
Skills Invoked
Section titled “Skills Invoked”adapt-aco-router— ant colony pheromone trail reinforcementadapt-annealing— simulated annealing to escape local optimaadapt-hebbian-router— Hebbian learning for co-skill chain optimizationadapt-physarum-router— slime mould efficient path findingadapt-quorum— quorum-threshold-triggered escalation
Chain-To
Section titled “Chain-To”agent-orchestrate— integrate adaptive routing into orchestrationquality-evaluate— measure routing quality improvement over time
Safety Requirements
Section titled “Safety Requirements”Always pair with:
resil-membraneisolation between routing stagesgov-policy-validationgate before production deployment- Monitoring via
qm-observable-extractorifENABLE_PHYSICS_SKILLS=true
Example
Section titled “Example”{ "request": "Optimize routing in our 5-agent code review pipeline using historical success data", "options": { "algorithm": "hebbian", "sessions": 50 }}Output: Learned routing weights, pruned low-performing paths, recommended configuration update for orchestration.toml.