auto-save 2026-05-09 16:18 (+1, ~5)

This commit is contained in:
2026-05-09 16:18:02 +08:00
parent e74787b2d9
commit 7ff0920f4b
9 changed files with 485 additions and 16 deletions

View File

@@ -10,6 +10,15 @@
- **模型**: Google Gemini 3 Pro Preview (via OpenRouter)
- **登录**: 单用户 `kang`
## 飞书桥接
`server/feishu_bridge.py` 提供飞书双向桥接:
- `POST /feishu/events`: 飞书事件回调 → Hermes → 飞书回复
- `POST /feishu/notify`: Hermes / 内部系统主动推送到飞书
凭证通过部署环境变量配置,详见 `server/feishu-bridge.env.example`;不要把 App Secret、Hermes API key 或通知 token 写入仓库。
## 与公司版的差异
| 维度 | 公司版 (hermes.milejoy.com) | 个人版 (hermes.kang-kang.com) |