[Phase 4] 降级/回退链 — 模型与 Agent 自动故障转移 #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
当前系统主模型故障或 Agent 执行失败时没有自动降级机制,用户直接看到错误。
需求
fallback_llm字段,主模型挂了自动切换到备用模型fallback_agent_id,执行失败自动调用备选 Agent涉及模块
优先级
高 — Phase 4 核心需求