chore(delegation): switch tier routing to glm/glm5/gpt4.5

This commit is contained in:
zap
2026-03-12 20:06:46 +00:00
parent 8e42bfb37a
commit 4839b33c66
5 changed files with 28 additions and 17 deletions

View File

@@ -138,3 +138,14 @@
- verification: `gog calendar get primary <eventId> --json --no-input` returned the created event
- cleanup: `gog calendar delete primary <eventId> --force` returned `{ "deleted": true, ... }`
- Refreshed baton/state files (`HANDOFF.md`, `WIP.md`) to mark this fresh-session proof as complete and move next target to expanding Gmail/Calendar action coverage (list/update/delete flows + operator playbook).
## Delegation tier policy update (fresh implementation run)
- Updated local delegation policy to use LiteLLM-targeted tiers:
- simple/light → `litellm/glm-4.7-flash`
- medium/default → `litellm/glm-5`
- hardest/high-stakes → `litellm/gpt-4.5`
- Applied consistently in:
- `skills/delegation-router/SKILL.md` (tier map + spawn examples)
- `AGENTS.md` (workspace routing guidance section)
- `USER.md` (user preference line)
- `MEMORY.md` (durable preference line)