DSH Telegram Relay¶
| Type | integration | Category | Channels |
| Stars | ⭐5 | Status | ✅ active |
| Capabilities | channels | Updated | 2026-08-13 |
📖 About¶
让 Telegram 成为 DeepSeek Harness 的移动端对话入口。 插件在本机通过 Telegram Bot API 长轮询接收私聊文本,将消息交给 DSH Agent 处理,并把最终回答发送回原会话。每个 Telegram chat_id 对应一个持久化 DSH Session,因此连续追问和进程重启后都能保留上下文。
📦 Install¶
cd DSH-Telegram-Relay
pnpm install --config.auto-install-peers=false
pnpm link \
../deepseek-harness/vendor/cordis \
../deepseek-harness/packages/core/agent \
../deepseek-harness/packages/core/agent-default-model \
../deepseek-harness/packages/llm/llm \
../deepseek-harness/packages/core/session \
../deepseek-harness/packages/session/session-persistence
pnpm run build
🚀 Quick Start¶
pnpm --dir ../deepseek-harness \
dsh plugin --profile web add \
"$(pwd)"