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

29 lines
989 B
JSON
Raw Normal View History

{
"id": "alipay",
"name": "支付宝",
"version": "0.1.0",
"description": "支付宝生活号+渠道插件,支持 RSA2 签名认证、被动回调消息接收、客服消息发送。覆盖 P0+P1 适配器meta/capabilities/config/gateway/outbound/status/streaming/security/pairing/agentPrompt",
"author": "ForcePilot Team",
"order": 50,
"dependencies": ["httpx>=0.27.0", "cryptography>=42.0.0"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image"],
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": true,
"reply": false,
"media": true,
"effects": false,
"native_commands": false,
"polls": false,
"group_management": false
},
"enabled": false,
"python_requires": ">=3.12"
}