sazzadurrahmaan/dsh-telegram ↗★ 0
dsh-telegram
Telegram channel for DeepSeek Harness — chat with your agent from Telegram, with a deny-by-default allowlist and in-chat tool approval.
AI 분석
核心用途是允许用户通过 Telegram 与 Agent 聊天,支持默认拒绝白名单及聊天内工具审批。适合需要远程、安全地通过即时通讯软件与 Agent 交互的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
| Key | Default | Meaning |
|---|---|---|
token | $DSH_TELEGRAM_TOKEN | Bot token from @BotFather |
allowedUserIds | $DSH_TELEGRAM_ALLOWED_USER_IDS, else [] | Numeric ids allowed to talk to the agent |
cwd | harness default | Working directory for Telegram sessions |
showToolActivity | true | Post a line to the chat when a tool runs |
allowDestructiveTools | false | Skip the approval prompt entirely |
gatedTools | shell and edit tools | Tools that require approval |
approvalTimeoutSec | 120 | An unanswered approval denies after this |
pollTimeoutSec | 30 | Long-poll timeout for getUpdates |