dsh plugins中文
← Back to popular plugin directory

Telegram agent relay

congchuanling-dot/DSH-Telegram-Relay · skills

DSH Relay allows you to chat with DeepSeek Harness remotely via Telegram and receive notifications.

★ 5GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

插件在本机通过 Telegram Bot API 长轮询接收私聊文本,将消息交给 DSH Agent 处理,并把最终回答发送回原会话。每个 Telegram chatid 对应一个持久化 DSH Session,因此连续追问和进程重启后都能保留上下文。 效果展示

同一条对话由 DSH Session 持久化管理。Telegram 负责移动端收发,Web UI 可查看同一套 Agent 能力和执行过程。

Telegram 移动端 DeepSeek Harness Web 核心能力 能力 · 实现 能力: Telegram 私聊入口 · 实现: 使用 getUpdates 长轮询,无需公网 IP、域名或 Webhook 能力: DSH 完整能力 · 实现: 消息进入真实 DSH Agent,可使用当前 profile 已启用的模型和工具 能力: 连续上下文 · 实现: String(chatid) 直接作为 DSH Session ID 能力: 重启恢复 · 实现: 从 DSH Session persistence 恢复历史对话 能力: 安全访问 · 实现: 只允许显式配置在 allowlist 中的私聊 能力: Update 去重 · 实现: 成功回复后原子持久化 Telegram offset 能力: 长文本回复 · 实现: 按 Telegram 4096 字符限制进行 Unicode 安全分片 能力: 生命周期管理 · 实现: 插件卸载时中止 polling,并释放本插件持有的 Agent 工作原理

Install command

dsh plugin --profile web add github:congchuanling-dot/DSH-Telegram-Relay
View GitHub repository ↗Back to popular plugin directory