Files
val-blog/org/ops/agent_model_mapping.v0.1.md
T

39 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Agent 模型映射 v0.1Balanced
## 默认策略
- 主模型:`sub2api/gpt-5.3-codex`
- 全局 fallback`lkeap/minimax-m2.5`
- 原则:复杂任务优先质量,常规任务优先性价比
## 角色映射
- **Val**
- primary: `sub2api/gpt-5.3-codex`
- thinking: low
- 场景:调度、沟通、收敛汇报
- **Helix**
- primary: `lkeap/kimi-k2.5`
- secondary: `sub2api/gpt-5.3-codex`
- thinking: medium
- 场景:规划拆解、长上下文整合
- **Sentinel**
- primary: `lkeap/glm-5`
- secondary: `sub2api/gpt-5.3-codex`
- thinking: medium
- 场景:审计、风险核验、规则一致性检查
- **Anvil**
- primary: `lkeap/minimax-m2.5`
- secondary: `sub2api/gpt-5.3-codex`
- thinking: low
- 场景:工程执行、自动化、产物交付
## 复杂度路由建议
- simpleVal / Anvil
- mediumHelix → Sentinel → Anvil
- complex:优先 Helix/Sentinel/Anvil,必要时升级到 `sub2api/gpt-5.3-codex`
## 手动覆盖规则
- 谷老板明确指定模型时,立即覆盖当前角色默认映射。