kriskwok/dsh-feishu-gateway0

@kriskwok/dsh-feishu-gateway

DeepSeek Harness 原生飞书(Lark)网关:支持通过长连接在飞书中与 DSH 代理聊天,具备持久化会话、新建会话、Markdown 回复及主动推送功能。

AI 分析

核心用途是建立飞书与 DSH 的双向通信网关。适合希望直接在飞书客户端中调用本地或服务器部署的 DSH Agent,进行日常对话和任务处理的用户。

套件
@kriskwok/dsh-feishu-gateway
版本
0.1.0
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kriskwok/dsh-feishu-gateway

Configuration

All settings live in the feishu-gateway namespace (profile patch row or ~/.dsh/settings.yaml):

FieldDefaultDescription
feishu.appIdFeishu app id (required)
feishu.appSecretFeishu app secret (required)
feishu.domainfeishufeishu (CN) or lark (international)
feishu.botOpenId``Optional; @-detection works without it
feishu.replyModeatGroup policy: at or all
workspace~/Documents/DSH-WorkspaceAgent working directory
hintText爸爸,我正在努力处理中……"processing" hint text
newSessionPatterns/new + Chinese phrasesRegexes that reset the session
sessionsFiledata/dsh-feishu-sessions.jsonSession mapping persistence
http.port0Admin API port (0 disables)
http.token``Admin API bearer token