29 lines
810 B
JSON
29 lines
810 B
JSON
|
|
{
|
||
|
|
"id": "flock",
|
||
|
|
"name": "Flock",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"label": "Flock (团队协作 IM)",
|
||
|
|
"aliases": ["flockos"],
|
||
|
|
"description": "Flock channel plugin for ForcePilot — Webhook + REST API",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 75,
|
||
|
|
"dependencies": ["httpx>=0.27.0"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text", "image", "file"],
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"threads": true,
|
||
|
|
"reactions": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"media": true,
|
||
|
|
"reply": true,
|
||
|
|
"native_commands": true,
|
||
|
|
"polls": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"block_streaming": true
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|