新增 Jira 渠道扩展,支持在 Yuxi 平台中集成 Jira 项目管理渠道。 包含以下功能模块: - config: 渠道配置管理 - gateway: SSE/WebSocket 网关接入 - outbound: 外发消息与工单管理 - streaming: 流式消息处理 - parse: Jira 内容解析 - format: 消息格式转换 - agent_tools: Agent 工具集成 - security: 安全校验 - dedupe: 消息去重 - loopbreaker: 循环响应防护 - monitor: 渠道状态监控 - status: 会话与工单状态管理 - types: 类型定义
33 lines
927 B
JSON
33 lines
927 B
JSON
{
|
|
"id": "jira",
|
|
"name": "Jira",
|
|
"version": "1.0.0",
|
|
"label": "Jira",
|
|
"aliases": ["jira-cloud", "jira-server", "jira-itsm"],
|
|
"description": "Jira 渠道插件 — Webhook + REST API + Block Streaming",
|
|
"author": "ForcePilot Team",
|
|
"order": 50,
|
|
"dependencies": ["httpx"],
|
|
"capabilities": {
|
|
"chat_types": ["thread"],
|
|
"message_types": ["text", "image", "file"],
|
|
"interactions": [],
|
|
"reactions": false,
|
|
"typing_indicator": false,
|
|
"threads": true,
|
|
"edit": true,
|
|
"unsend": false,
|
|
"reply": true,
|
|
"media": true,
|
|
"native_commands": false,
|
|
"polls": false,
|
|
"pins": false,
|
|
"group_management": false,
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true,
|
|
"adaptive_cards": false
|
|
},
|
|
"enabled": true,
|
|
"python_requires": ">=3.12"
|
|
} |