Fix Hermes module endpoint docs

This commit is contained in:
2026-05-11 18:39:59 +08:00
parent 77b0741f41
commit ecf5b1aaba

View File

@@ -953,7 +953,7 @@
<tr><td>会话</td><td>本地对话列表 + <code>/memory/sessions.json</code> + <code>/memory/sessions/{id}.json</code></td><td>localStorage + systemd timer sync</td></tr>
<tr><td>档案</td><td>前端 CRUD + system prompt 组装</td><td>localStorage (hermes-ui-agents-v1)</td></tr>
<tr><td>工作区</td><td><code>GET /v1/models</code> + localStorage 聚合</td><td>实时 + 本地</td></tr>
<tr><td>模型</td><td><code>GET/PUT /feishu/shared-config</code></td><td>服务器共享模型 Profiles</td></tr>
<tr><td>模型</td><td><code>GET/POST /feishu/ui-config</code></td><td>服务器共享模型 Profiles</td></tr>
<tr><td>提供商</td><td><code>GET/PUT /feishu/hermes-config</code><code>model</code></td><td>Hermes 运行模型配置</td></tr>
<tr><td>技能</td><td><code>GET /hermes-skills/</code> autoindex JSON</td><td>docker cp 快照 (78 个真实 SKILL.md)</td></tr>
<tr><td>人格</td><td><code>GET /memory/SOUL.md</code></td><td>systemd timer sync</td></tr>