v0.12: stabilize search routing and profile-driven phase4 pipeline

This commit is contained in:
kai
2026-04-29 15:53:20 +08:00
parent 450ecebcff
commit 5342a26018
33 changed files with 1436 additions and 140 deletions
+84
View File
@@ -0,0 +1,84 @@
version: 1
defaults:
profile: medium
script_models:
translate: anthropic/claude-sonnet-4.6
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-sonnet-4.6
profiles:
simple:
description: Lower cost exploration profile for quick scoping.
roles:
dr_plan: zenmux/qwen/qwen3.6-plus
dr_pm: zenmux/qwen/qwen3.6-plus
dr_searcher: zenmux-anthropic/claude-haiku-4-5
dr_analyst: zenmux/deepseek/deepseek-v3.2
dr_verifier: zenmux/minimax/minimax-m2.7
dr_chief_editor: zenmux/google/gemini-2.5-pro
dr_editor_in_chief: zenmux-anthropic/claude-sonnet-4-6
dr_reporter: zenmux-anthropic/claude-sonnet-4-6
translate: anthropic/claude-haiku-4.5
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-haiku-4.5
medium:
description: Recommended default profile for most production runs.
roles:
dr_plan: zenmux-anthropic/claude-opus-4-7
dr_pm: zenmux-anthropic/claude-sonnet-4-6
dr_searcher: zenmux-anthropic/claude-haiku-4-5
dr_analyst: zenmux-anthropic/claude-sonnet-4-6
dr_verifier: zenmux/openai/gpt-5.4-mini
dr_chief_editor: zenmux/google/gemini-3.1-pro-preview
dr_editor_in_chief: zenmux-anthropic/claude-opus-4-7
dr_reporter: zenmux-anthropic/claude-sonnet-4-6
translate: anthropic/claude-sonnet-4.6
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-sonnet-4.6
premium:
description: Highest quality profile for formal client-facing deliverables.
roles:
dr_plan: zenmux-anthropic/claude-opus-4-7
dr_pm: zenmux-anthropic/claude-sonnet-4-6
dr_searcher: zenmux-anthropic/claude-haiku-4-5
dr_analyst: zenmux-anthropic/claude-sonnet-4-6
dr_verifier: zenmux/openai/gpt-5.4
dr_chief_editor: zenmux/google/gemini-3.1-pro-preview
dr_editor_in_chief: zenmux-anthropic/claude-opus-4-7
dr_reporter: zenmux-anthropic/claude-sonnet-4-6
translate: anthropic/claude-sonnet-4.6
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-sonnet-4.6
cn_heavy:
description: China-market-heavy profile with stronger CN-side verification.
roles:
dr_plan: zenmux-anthropic/claude-opus-4-7
dr_pm: zenmux-anthropic/claude-sonnet-4-6
dr_searcher: zenmux-anthropic/claude-haiku-4-5
dr_analyst: zenmux-anthropic/claude-sonnet-4-6
dr_verifier: zenmux/qwen/qwen3.6-plus
dr_chief_editor: zenmux/google/gemini-3.1-pro-preview
dr_editor_in_chief: zenmux-anthropic/claude-opus-4-7
dr_reporter: zenmux-anthropic/claude-sonnet-4-6
translate: anthropic/claude-sonnet-4.6
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-sonnet-4.6
codex_native:
description: OpenAI-native profile for Codex adapter runs.
roles:
dr_plan: gpt-5.4
dr_pm: gpt-5.4
dr_searcher: gpt-5.4-mini
dr_analyst: gpt-5.4
dr_verifier: gpt-5.4
dr_chief_editor: gpt-5.4
dr_editor_in_chief: gpt-5.4
dr_reporter: gpt-5.4-mini
translate: anthropic/claude-sonnet-4.6
glossary: anthropic/claude-haiku-4.5
polish: anthropic/claude-sonnet-4.6