sazzadurrahmaan/dsh-telegram

sazzadurrahmaan★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

Telegram channel for DeepSeek Harness — chat with your agent from Telegram, with a deny-by-default allowlist and in-chat approval for destructive tools.

README 摘要

dsh-telegram A Telegram channel for DeepSeek Harness. Message your bot, and the agent answers in the chat — the same agent, the same tools, the same session log as the Web UI. Built for the case OpenClaw and Hermes already serve and Harness does not: reaching your agent from a phone, without leaving a shell open on a server that anyone with the bot's username can talk to. What makes this one different A Telegram bot wired to a coding agent is remote shell access through a chat app. Most bridges treat that as a detail. This one treats it as the design: - Deny by default. An empty allowlist admits nobody. Access is by numeric Telegram user id, checked before a message reaches the agent. There is no "allow everyone" flag. - In-chat approval for destructive tools. bash , pwsh , terminal , write , edit and str replace editor stop at a tools/pre-execute gate and ask in the chat, with Allow / Deny buttons. Only the chat the prompt was shown in can answer it, and the callback token is a random UUID. An unanswered prompt denies after a timeout. - One agent per chat , disposed with the plugin. No shared session between users. - No dependencies for the wire. The Bot API is called with fetch a…

在 GitHub 查看完整 README →
Agent/智能体ai-agentscordisdeepseek-harnessdshdsh-plugintelegramtelegram-bottelegram-bot-ai-assistant

分类