iia-arg/dsh-plugins--packages-telegram-channel ↗★ 0
dsh-telegram-channel
Telegram channel for DeepSeek Harness — talk to your agent from a messenger. One shared module, per-agent config.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Field | Required | What it does |
|---|---|---|
tokenFile | one of these | Path to a file holding the bot token. Preferred: the secret belongs to the machine, the config only carries a path. |
token / tokenEnv | one of these | Literal token, or the name of an env var. For debugging. |
appDir | yes | Directory where this agent's harness is installed. Platform packages are resolved from here, not from the plugin's own location — see "Why appDir" below. |
agentName | no | Label in log lines. Useful when several bots run on one machine. |
allowedUsers | no | Numeric user ids allowed to talk to the agent. Empty means everyone — an agent usually has real access to the machine, so set it. |
workspace | no | Working directory handed to the agent session. |
preset | no | Agent preset to mount for sessions created by this channel. |
provider / model | no | Fallback if the deployment has no default model service. |
a2aDir | no | Directory for a file-based agent-to-agent channel (in/, out/). Omit and no such channel exists. |
a2aSession | no | Session id used for that channel. Default a2a. |
transcribeCommand | no | External command for voice messages: auto → transcript on stdout. Omit and voice is politely refused. |