iia-arg/dsh-plugins--packages-telegram-channel0

dsh-telegram-channel

Telegram channel for DeepSeek Harness — talk to your agent from a messenger. One shared module, per-agent config.

包名
dsh-telegram-channel
版本
1.0.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

FieldRequiredWhat it does
tokenFileone of thesePath to a file holding the bot token. Preferred: the secret belongs to the machine, the config only carries a path.
token / tokenEnvone of theseLiteral token, or the name of an env var. For debugging.
appDiryesDirectory where this agent's harness is installed. Platform packages are resolved from here, not from the plugin's own location — see "Why appDir" below.
agentNamenoLabel in log lines. Useful when several bots run on one machine.
allowedUsersnoNumeric user ids allowed to talk to the agent. Empty means everyone — an agent usually has real access to the machine, so set it.
workspacenoWorking directory handed to the agent session.
presetnoAgent preset to mount for sessions created by this channel.
provider / modelnoFallback if the deployment has no default model service.
a2aDirnoDirectory for a file-based agent-to-agent channel (in/, out/). Omit and no such channel exists.
a2aSessionnoSession id used for that channel. Default a2a.
transcribeCommandnoExternal command for voice messages: auto → transcript on stdout. Omit and voice is politely refused.