v0.9: parallelize phase4 and add model/search playbooks

This commit is contained in:
kai
2026-04-24 10:19:48 +08:00
parent c444007f04
commit c93fce5078
13 changed files with 626 additions and 100 deletions
+62
View File
@@ -0,0 +1,62 @@
profiles:
premium:
description: "Highest quality for formal deliverables."
roles:
dr_plan: "zenmux-anthropic/claude-opus-4-7"
dr_pm: "zenmux-anthropic/claude-sonnet-4-6"
dr_analyst: "zenmux-anthropic/claude-sonnet-4-6"
dr_chief_editor: "zenmux/google/gemini-3.1-pro-preview"
dr_editor_in_chief: "zenmux-anthropic/claude-opus-4-7"
dr_verifier: "zenmux/openai/gpt-5.4"
translate: "anthropic/claude-sonnet-4.6"
polish: "anthropic/claude-sonnet-4.6"
glossary: "anthropic/claude-haiku-4.5"
balanced:
description: "Default profile for most reports."
roles:
dr_plan: "zenmux-anthropic/claude-opus-4-7"
dr_pm: "zenmux-anthropic/claude-sonnet-4-6"
dr_analyst: "zenmux-anthropic/claude-sonnet-4-6"
dr_chief_editor: "zenmux/google/gemini-3.1-pro-preview"
dr_editor_in_chief: "zenmux-anthropic/claude-opus-4-7"
dr_verifier: "zenmux/qwen/qwen3.6-plus"
translate: "anthropic/claude-sonnet-4.6"
polish: "anthropic/claude-sonnet-4.6"
glossary: "anthropic/claude-haiku-4.5"
budget:
description: "Lower-cost exploratory profile; requires stronger review."
roles:
dr_plan: "zenmux/qwen/qwen3.6-plus"
dr_pm: "zenmux/qwen/qwen3.6-plus"
dr_analyst: "zenmux/deepseek/deepseek-v3.2"
dr_chief_editor: "zenmux/google/gemini-2.5-pro"
dr_editor_in_chief: "zenmux-anthropic/claude-sonnet-4-6"
dr_verifier: "zenmux/minimax/minimax-m2.7"
translate: "anthropic/claude-haiku-4.5"
polish: "anthropic/claude-haiku-4.5"
glossary: "anthropic/claude-haiku-4.5"
cn_heavy:
description: "China-market-heavy research with more Chinese-source verification."
roles:
dr_plan: "zenmux-anthropic/claude-opus-4-7"
dr_pm: "zenmux-anthropic/claude-sonnet-4-6"
dr_analyst: "zenmux-anthropic/claude-sonnet-4-6"
dr_chief_editor: "zenmux/google/gemini-3.1-pro-preview"
dr_editor_in_chief: "zenmux-anthropic/claude-opus-4-7"
dr_verifier: "zenmux/qwen/qwen3.6-plus"
translate: "anthropic/claude-sonnet-4.6"
polish: "anthropic/claude-sonnet-4.6"
glossary: "anthropic/claude-haiku-4.5"
verifier:
description: "Cross-model verification profile; avoid Claude for verifier."
roles:
dr_verifier_primary: "zenmux/openai/gpt-5.4"
dr_verifier_backup_a: "zenmux/qwen/qwen3.6-plus"
dr_verifier_backup_b: "zenmux/minimax/minimax-m2.7"
dr_verifier_backup_c: "zenmux/moonshotai/kimi-k2.5"
defaults:
profile: "balanced"
translate_workers: 4
polish_workers: 4
glossary_workers: 4