Skip to main content
Run any Skill in Manus
with one click

nova-subagent-router

Stars2
Forks1
UpdatedJune 29, 2026 at 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.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly