feat: 唐磊 hw agent 切换 Vision-Exp 模型

This commit is contained in:
2026-08-24 09:15:57 +08:00
parent f8a3f726fc
commit 2eb7bbaf95
7 changed files with 23034 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 2026-08-24 工作日志
## 唐磊模型切换 DeepSeek-V4-Flash-Vision-Exp
- 背景:唐磊(ou_b048b1554913b061ae24ae15a89d6d3b)后续主要做硬件设计、画 PCB,需要看图能力(原理图/PCB/datasheet/封装/波形)
- 方案:新增 `hw` agent,默认模型 `deepseek/deepseek-v4-flash-vision-exp`text+image),通过 bindings 把唐磊飞书 DM 精确路由到 hw
- 路由:`{agentId: hw, match: {channel: feishu, peer: {kind: direct, id: ou_b048b1554913b061ae24ae15a89d6d3b}}}`main agent 兜底 feishu
- 模型验证:官方定价与 v4-flash 相同(input $0.22/1M, output $0.66/1M, 1M ctx),实测推理正常
- 配置备份:~/.openclaw/openclaw.json.bak.vision-*
- 注意:bindings 是追加到 config 的顶层 keyagents.list 热重载生效,bindings 需配合 openclaw agents list 验证