feat: enhance task routing with model-specific strengths and automatic failover#2
Merged
ianalloway merged 1 commit intomainfrom Feb 17, 2026
Merged
Conversation
…c failover - Route tasks to models based on their strengths (Claude for reasoning/code, Perplexity for research, Gemini for long context/vision, MiniMax for budget) - Add automatic failover rules for rate limits, auth errors, timeouts - Define ordered failover chains (primary, research, budget, long context) - Add model strengths cheat sheet for quick reference - Expand multi-agent architecture roadmap with specialized agents Co-Authored-By: Ian Alloway <adapter_burners.1y@icloud.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: enhance task routing with model strengths and auto-failover
Summary
Overhauls the Task Routing Map in
AGENTS.mdto route tasks to models based on their specific strengths rather than defaulting everything to MiniMax 2.5. Also adds automatic failover rules and a model strengths cheat sheet.What changed:
What didn't change: Budget ($30/mo), safety rules, memory architecture, autonomy levels, quiet hours, or any other section of AGENTS.md.
Review & Testing Checklist for Human
~/.openclaw/openclaw.jsonand auth profiles.model.fallbacksin the OpenClaw gateway. Verify the actual gateway fallback config matches these documented chains, or update one to match the other.Notes
AGENTS.mdat session start to determine how to route tasks.Link to Devin run: https://app.devin.ai/sessions/86b10eb8263049ef8e1b94ef22521f81
Requested by: @ianalloway