← 返回
未分类 中文

Fleet Doctrine

Model routing strategy for multi-model AI fleet. Use when spawning sub-agents, choosing models for cron jobs, delegating coding tasks, or deciding which mode...
多模型AI集群的模型路由策略,用于生成子代理、选择定时任务模型、分配编码任务或决定使用何种模式。
jarvis-drakon jarvis-drakon 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 191
下载
💾 1
安装
1
版本
#latest

概述

Fleet Doctrine — Model Routing

Aliases

  • opusanthropic/claude-opus-4-6
  • sonnetanthropic/claude-sonnet-4-6
  • codexopenai-codex/gpt-5.3-codex
  • Gemini: google/gemini-3-pro-preview
  • Grok: xai/grok-4

Routing Rules

Opus — Commander

When: Main session, orchestration, security decisions, financial tasks, reviewing other models' output, anything high-stakes or ambiguous.

Never waste on: Routine crons, simple lookups, email summaries, templated tasks.

Codex — Chief Engineer

When: Big coding tasks (refactors, new features, full repo work), PR reviews, debugging complex issues, checking other models' code output.

Spawn as: sessions_spawn(model: "codex", task: "...") or sub-agent with --model codex.

Pairs with: Grok for parallel work or second opinions on code.

Sonnet — Workhorse

When: Cron jobs, email briefings, admissions reports, routine admin, quick lookups, drafts, form letters, anything repetitive or templated.

Default for: All crons unless the task requires reasoning.

Gemini — Creative & Vision

When: Image generation, analysing long documents (1M context), visual tasks, when a different perspective helps.

Best at: Processing massive context windows, multimodal input.

Grok — Fast Backup

When: Parallel work alongside Codex, speed-over-depth tasks, sanity-checking other models' output, when you need a quick second opinion.

Good for: Lightweight code reviews, fast research, draft generation.

Decision Flow

  1. Is it security, finance, or high-stakes? → Opus
  2. Is it a big coding task or repo work? → Codex (with Grok as backup)
  3. Does it need image gen or 1M+ context? → Gemini
  4. Is it routine/scheduled/templated? → Sonnet
  5. Need a fast second opinion? → Grok
  6. Not sure? → Opus decides, then delegates.

Fallback Rule

If a model is unavailable on your instance, fall back to your default model (typically Sonnet). The doctrine describes intent — use the best model you have access to that matches the category. When in doubt, do the task with what you've got rather than failing.

Anti-Patterns

  • Don't use Opus for email summaries or cron jobs
  • Don't use Sonnet for complex multi-step reasoning
  • Don't use Codex for non-coding tasks
  • Don't spawn multiple models on the same task unless deliberately seeking a second opinion

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-12 06:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Agent Optimizer by Drakon Systems

jarvis-drakon
CLI tool that audits OpenClaw config files for misconfigurations, token waste, security issues, and stale auth. Reads lo
★ 0 📥 395
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,170 📥 942,521
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 871 📥 348,990