Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

nova-subagent-router

Estrellas2
Forks1
Actualizado29 de junio de 2026 a las 02:01

Configure per-tool-type model routing in Nova to save 40-60% of LLM tokens. Use when configuring `config.yaml` to use a cheaper model for `browser_check`, `code_review`, `system_probe`, `save_skill` while keeping the lead agent on `opus`. The `ModelRouter` class doesn't exist yet (per the audit: no matches for `tool_type|model_routing|model_for_tool`); today every tool call uses the same model binding as the lead agent. This skill teaches the v7.4 pattern: a declarative `models.routing:` block in `config.yaml` + a `router.route(tool_type) -> ChatModel` resolver that runs once at `make_lead_agent` graph build time. Triggers on phrases like "cut token costs", "use haiku for screenshots", "route browser_check to a cheaper model", or after observing token-usage breakdowns via `SubagentTokenCollector` snapshots.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly