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

dsh-telegram-channel

Telegram 渠道插件,允许通过 Telegram 聊天机器人与你的 DSH Agent 进行对话。

AI 分析

核心用途是建立 Telegram 机器人通道,实现远程随时随地与本地 Agent 交互。适合需要通过即时通讯软件远程控制或咨询 AI 助手的用户,需配置 Bot Token。

套件
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.