ForcePilot/backend/package/yuxi/channel/extensions/tlon/plugin.json

29 lines
772 B
JSON
Raw Normal View History

{
"id": "tlon",
"name": "Tlon (Urbit)",
"version": "0.1.0",
"label": "Tlon (Urbit)",
"aliases": ["urbit"],
"description": "Tlon channel plugin for Urbit network integration via SSE + Poke/Scry protocol",
"author": "ForcePilot",
"order": 90,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct", "group", "thread"],
"message_types": ["text", "image", "video", "audio", "file"],
"interactions": ["button", "command"],
"reactions": true,
"threads": true,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"polls": true,
"group_management": true,
"streaming": true,
"streaming_mode": "preview",
"block_streaming": true
},
"enabled": true,
"python_requires": ">=3.12"
}