diff --git a/config.py b/config.py index 1b3a225..c00dd65 100644 --- a/config.py +++ b/config.py @@ -346,8 +346,10 @@ def raycast(name: str, model: str, reasoning_effort: str | None = None) -> Rayca agents: list[BaseAgent] = [ - # §12.D4: диспетчер на medium; high - по руке или в ветке. - dispatcher("beaver-dispatcher", "claude-opus-5", effort="medium"), + # §12.D4 пересмотрен 2026-09-01: диспетчер на high - бенч показал, что h + # голосует за находки и суждение, а не за тон; medium держал ~$10/день + # по API-прайсу (cost_usd в usage - кумулятив сессии, суммировать нельзя). + dispatcher("beaver-dispatcher", "claude-opus-5", effort="high"), deep("beaver-opus-high", "claude-opus-5", effort="high"), raycast("beaver-gemini-pro-high", "google-gemini-3.1-pro", reasoning_effort="high"), deep("beaver-fable-high", "claude-fable-5", effort="high"),