@openvole/paw-telegram
v1.0.0
Published
Telegram messaging channel Paw for OpenVole
Readme
@openvole/paw-telegram
Telegram bot channel for OpenVole.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-telegramConfig
{
"name": "@openvole/paw-telegram",
"allow": {
"network": ["api.telegram.org"],
"env": ["TELEGRAM_BOT_TOKEN", "TELEGRAM_ALLOW_FROM"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| TELEGRAM_BOT_TOKEN | Telegram Bot API token from @BotFather |
| TELEGRAM_ALLOW_FROM | Comma-separated list of allowed chat IDs |
Tools
| Tool | Description |
|------|-------------|
| telegram_send | Send a message to a Telegram chat |
| telegram_reply | Reply to a specific message in a Telegram chat |
| telegram_get_chat | Get information about a Telegram chat |
Connects to Telegram as a bot, forwarding incoming messages to the agent and exposing tools for sending replies.
