oudecheng
dc9211548a
feat(model): 专家和子代理支持独立配置 provider/model
- 新增 ModelResolver 解析器,按 frontmatter 中的 provider/model 名覆盖基础 LLMProviderConfig
- Expert/SubagentDef 数据结构新增 provider/model 字段,frontmatter 解析与渲染支持往返
- AgentFactory 和 DefaultSubAgentRuntime 持有 ModelResolver,在创建 agent 时解析模型覆盖
- HTTP API 新增 /api/model-options 端点,ExpertResponse/Create/Update 和 SubagentUpdateRequest 支持 provider/model
- update_expert/update_subagent 支持 provider/model 字段写回 frontmatter
- 保持架构解耦:ModelResolver 位于 config 底层,不引入新的跨模块依赖
2026-07-30 22:44:10 +08:00
..
2026-07-30 22:44:10 +08:00
2026-07-13 17:00:40 +08:00
2026-07-08 14:33:22 +08:00
2026-05-13 09:39:05 +08:00
2026-06-19 10:40:00 +08:00
2026-07-08 09:45:20 +08:00
2026-05-14 22:23:02 +08:00
2026-07-28 15:32:42 +08:00
2026-07-13 17:00:40 +08:00
2026-07-28 15:32:42 +08:00
2026-07-30 22:44:10 +08:00
2026-05-23 16:05:11 +08:00
2026-05-30 13:06:55 +08:00
2026-05-12 21:04:17 +08:00
2026-05-02 09:38:31 +08:00
2026-07-08 14:51:42 +08:00
2026-05-09 16:59:58 +08:00
2026-07-30 22:44:10 +08:00
2026-06-06 10:41:52 +08:00
2026-07-28 14:19:20 +08:00
2026-05-20 15:13:06 +08:00
2026-06-04 17:33:01 +08:00
2026-07-30 22:44:10 +08:00
2026-06-03 00:08:28 +08:00
2026-05-23 18:38:34 +08:00
2026-07-28 15:32:42 +08:00
2026-06-03 00:08:28 +08:00
2026-06-02 15:23:50 +08:00
2026-07-28 14:19:20 +08:00
2026-06-03 00:08:28 +08:00
2026-07-30 22:44:10 +08:00
2026-05-30 17:43:17 +08:00
2026-07-13 17:00:40 +08:00
2026-07-08 14:51:42 +08:00
2026-07-08 09:45:20 +08:00