luzhengyangtx/dsh-telegram-duty
luzhengyangtx★ 0TypeScript最后同步: 2026-08-15
Telegram duty gateway for DeepSeek Harness: phone-message task loop, global approval forwarding, duty/local toggle, zh/en
README 摘要
dsh-telegram-duty Turn DeepSeek Harness (DSH) into your always-on pocket duty office: message a Telegram bot from your phone, the duty agent gets to work, and the result comes back to your phone. Idle cost is zero tokens — the plugin long-polls getUpdates and only wakes an agent when a message arrives. 中文说明 Quick Start (≈10 minutes) 1. Create a bot — chat with @BotFather, send /newbot , and copy the token (looks like 123456:ABC... ). 2. Find your chat id — send any message to @userinfobot (or to your new bot) and read the numeric id . 3. Install the plugin — from inside a DeepSeek Harness checkout: 4. Configure — add to C:\Users\ \.dsh\profiles\web\cordis.patch.yml : 5. Restart dsh web and send any message to your bot from the phone. Done — the duty agent answers. While on duty, the web UI shows a banner telling you approvals are forwarded to your phone, with a one-click switch back. Features - 📱 Task loop — Telegram message → dedicated "duty" DSH session (its agent has the standard tool set) → final reply back to Telegram; long replies are split under Telegram's message limit. - ⏳ Instant feedback — every task message is acknowledged immediately ("📨 Received, generating…") and t…
在 GitHub 查看完整 README →