Adds a WhatsApp chat plugin (`plugins/fusion-plugin-whatsapp-chat/`) as the first bundled plugin, including the plugin package with UI rendering, dashboard plugin manager integration, CLI bundling support, and plugin route runtime context. Also updates documentation to cover plugin management and ap Fusion-Task-Id: FN-3714
9 lines
238 B
JSON
9 lines
238 B
JSON
{
|
|
"id": "fusion-plugin-whatsapp-chat",
|
|
"name": "WhatsApp Chat",
|
|
"version": "0.1.0",
|
|
"description": "Bridge WhatsApp Cloud webhook messages to a Fusion agent conversation",
|
|
"author": "Fusion Team",
|
|
"fusionVersion": ">=0.1.0"
|
|
}
|