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

28 lines
867 B
JSON
Raw Normal View History

{
"id": "confluence",
"name": "Confluence",
"version": "0.1.0",
"description": "Confluence 知识管理渠道插件,支持页面评论交互、知识库检索与 AI 内容生成",
"author": "ForcePilot Team",
"order": 90,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["comment"],
"message_types": ["text"],
"reactions": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 2000,
"block_streaming_chunk_break_preference": "paragraph",
"threads": true,
"reply": true,
"edit": true,
"unsend": true,
"media": false,
"polling_fallback": true
},
"enabled": false,
"python_requires": ">=3.12"
}