mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
39 lines
911 B
JSON
39 lines
911 B
JSON
{
|
|
"name": "telegram",
|
|
"display_name": "Telegram Channel",
|
|
"kind": "channel",
|
|
"version": "0.2.5",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent through a Telegram bot",
|
|
"keywords": [
|
|
"messaging",
|
|
"bot",
|
|
"chat",
|
|
"telegram"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/telegram",
|
|
"capabilities": "telegram.capabilities.json",
|
|
"crate_name": "telegram-channel"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/optimclaw/releases/download/v0.20.0/channel-telegram-0.2.5-wasm32-wasip2.tar.gz",
|
|
"sha256": "1ef20a538f55b379e049356e4d6758006251846bc3365ceaa1c87eba8379a329"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Telegram",
|
|
"secrets": [
|
|
"telegram_bot_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://t.me/BotFather"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"messaging"
|
|
]
|
|
}
|