kriskwok/dsh-feishu-gateway ↗★ 0
@kriskwok/dsh-feishu-gateway
DeepSeek Harness 原生飞书(Lark)网关:支持通过长连接在飞书中与 DSH 代理聊天,具备持久化会话、新建会话、Markdown 回复及主动推送功能。
AI 分析
核心用途是建立飞书与 DSH 的双向通信网关。适合希望直接在飞书客户端中调用本地或服务器部署的 DSH Agent,进行日常对话和任务处理的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kriskwok/dsh-feishu-gateway說明文件
閱讀完整 README ↗Configuration
All settings live in the feishu-gateway namespace (profile patch row or
~/.dsh/settings.yaml):
| Field | Default | Description |
|---|---|---|
feishu.appId | — | Feishu app id (required) |
feishu.appSecret | — | Feishu app secret (required) |
feishu.domain | feishu | feishu (CN) or lark (international) |
feishu.botOpenId | `` | Optional; @-detection works without it |
feishu.replyMode | at | Group policy: at or all |
workspace | ~/Documents/DSH-Workspace | Agent working directory |
hintText | 爸爸,我正在努力处理中…… | "processing" hint text |
newSessionPatterns | /new + Chinese phrases | Regexes that reset the session |
sessionsFile | data/dsh-feishu-sessions.json | Session mapping persistence |
http.port | 0 | Admin API port (0 disables) |
http.token | `` | Admin API bearer token |