chore(delegation): switch tier routing to glm/glm5/gpt4.5
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -191,13 +191,13 @@ Handoff rule:
|
||||
Delegation helper:
|
||||
- Use `skills/delegation-router/SKILL.md` as the local quick policy for choosing direct vs subagent vs ACP and selecting model tier.
|
||||
|
||||
## ACP Claude model-tier routing
|
||||
## ACP/LiteLLM model-tier routing
|
||||
|
||||
When delegating work to Claude via ACP (`runtime: "acp"`, `agentId: "claude"`), pick model tier by complexity/risk:
|
||||
When delegating implementation work and explicitly selecting a model, pick tier by complexity/risk:
|
||||
|
||||
- **Haiku 4.5** → simple/low-risk tasks, quick checks, lightweight rewrites/summaries.
|
||||
- **Sonnet 4.6** → default for medium complexity coding/analysis tasks.
|
||||
- **Opus 4.6** → hardest or high-stakes tasks (complex architecture, nuanced reasoning, critical reviews).
|
||||
- **GLM 4.7 Flash** (`litellm/glm-4.7-flash`) → simple/low-risk tasks, quick checks, lightweight rewrites/summaries.
|
||||
- **GLM 5** (`litellm/glm-5`) → default for medium complexity coding/analysis tasks.
|
||||
- **GPT 4.5** (`litellm/gpt-4.5`) → hardest or high-stakes tasks (complex architecture, nuanced reasoning, critical reviews).
|
||||
|
||||
Prefer the lowest tier that reliably meets quality needs; escalate only when complexity or quality risk justifies it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user