kazecreator/dsh-plugins--packages-dsh-im ↗★ 0
@kaze/dsh-im
DeepSeek Harness 即时通讯桥接插件:将 Telegram 和微信消息路由到对应的单人智能体会话中并进行回复。
AI 分析
核心用途是将外部即时通讯软件(微信、Telegram)的消息接入 DSH 会话,实现自动回复。适合希望通过常用聊天软件远程与自己的 DSH 智能体进行交互的用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
agentPreset | "" | Agent preset id to join (empty = the profile's default preset). In Web profiles this gives the IM agent the same tools/prompt as a normal Web session. |
agentReplyTimeoutMs | 120000 | Idle-silence timeout (ms): if the agent produces no session events (steps, tool calls, chunks) for this long, the turn is cancelled and a fallback reply is sent. Long research/code tasks that keep emitting progress are not cut off. Set 0 to disable. |
questionTimeoutMs | 0 | How long (ms) to wait for an answer to a follow-up question (ask_user_question) before giving up and cancelling the question. 0 (default) waits indefinitely — the user is now in the loop, and /new//restart remain the escape hatches. |
commandsEnabled | true | Enable inline slash commands (/help, /model, /new). Set false to forward every message (including /…) to the agent unchanged. |
restartEnabled | true | Allow /restart to relaunch the dsh web process in place. Set false to keep the command but refuse to restart. |
telegramEnabled | false | Enable the Telegram channel. |
telegramBotToken | "" | Telegram bot token from @BotFather. |
telegramAllowedUserIds | [] | Optional allowlist of sender user/chat ids; empty = allow all. |
telegramPollingTimeout | 30 | getUpdates long-poll timeout (seconds). |
telegramApiBase | https://api.telegram.org | API base (e.g. a self-hosted Bot API). |
wechatEnabled | false | Enable the WeChat channel. |