yangxuan
5328320396
docs+perf: 定位 API 慢的真实瓶颈并移除 new-api 残留
...
- 新增 docs/6 openclaw-API响应性能分析与优化.md:两天 419 次调用 / 69 段交互实测,
deepseek-flash p50 302ms 而模型耗时仅占 5.4%,94.6% 花在串行工具循环;
new-api 慢 5 倍(p50 1463ms)已消除;含 P0/P1/P2 优化建议与未验证项声明
- 新增 scripts/perf-analyze.py:复现时间预算分析的配套脚本
- 5 个 agent 的 models.json 移除残留 new-api provider(含指向 192.168.2.74:3000
与 100.115.195.188:3000 的条目及明文 key),主模型回退 deepseek-flash
- README 登记第 6 份文档
2026-09-16 16:23:32 +08:00
openclaw-314
020da8f26d
feat(agent): 10 个 agent 身份配置迁移到 workspace 权威位置 + 全中文口径统一
...
- 10 个 agent:以 agentDir 版真实内容为主体,合并进 workspace 的 IDENTITY.md/SOUL.md
(原 workspace 版多为英文空模板,其体积主要来自 base64 头像)
- 移出 agents/<id>/agent/*.md:该目录是状态目录,其中的 .md 不被任何机制加载
(依据:官方 bootstrap 只注入 workspace 根目录的 6 个固定文件名;
源码 resolveAgentWorkspaceDir -> loadAgentIdentityFromWorkspace;且 agentDir 清空后仍能读到)
- 各 AGENTS.md 追加「配置文件位置(红线)」,原有内容零改动
- 口径统一:Emoji 取单图标 · 正文不重复头像 data URI(wellness 省 2834 B)·
wellness 的 SOUL.md 中文化(复用 note 译文,两者英文原文 sha 相同)
- openclaw.json:11 个 agent 的 identity 补齐 emoji/theme(set-identity --from-identity)
- avatar 全部 no-op(与同步前逐字节一致,未改动任何头像)
2026-09-16 12:14:06 +08:00
openclaw-314
68b621b281
feat(agents): 补建 6 个 agent 的 IDENTITY.md 并统一名称口径
...
- 新建:main(助手)/resume(简历)/travel(旅行)/note(笔记)/wellness(放松保健)/tab(导航页)
- 修正自称名:fitness「Fitness 健身教练」→「健康(Fitness 健身教练)」;finances 同理;pbs 空名称字段 →「PBS备份(PBS 备份助手)」
- 未改 openclaw.json 的 entries.name —— db-conn.sh 依赖它映射 .env 的 DB_PASSWORD_<中文名>
- juaner 与 sql 的 IDENTITY.md 未动(前者前一批刚改过、后者已一致)
2026-09-16 11:52:24 +08:00
openclaw-314
570165ae3c
chore: 升级 OpenClaw 2026.9.4(Node 26.8.2)+ 清理 4.6G + 排除 workspace 隐私数据
2026-09-16 10:45:44 +08:00
openclaw-314
bb77e01051
auto: sync OpenClaw config 2026-09-01 10:10 [manual]
2026-09-01 10:10:21 +08:00
openclaw-314
23f35af0e9
auto: sync OpenClaw config 2026-08-19 17:17
2026-08-19 17:17:07 +08:00
openclaw-314
bc3980bae6
chore: 提醒改钉钉、备份脚本修复、media清理、杂项同步
2026-07-16 11:47:13 +08:00
yangxuan
022b6edbe4
feat: initial OpenClaw agent configuration
...
- openclaw.json: main config with all agent definitions
- agents/*/agent/models.json: per-agent model configs
- agents/*/agent/plugins/: plugin catalog configs
2026-07-02 10:40:26 +08:00