The merge delivers a new `fusion-plugin-droid-runtime` plugin providing a full MCP server and runtime adapter for droid-based agents, with event bridging, process management, tool mapping, and a prompt builder. It also adds agent delegation and org hierarchy tools to the pi extension, while fixing a Fusion-Task-Id: FN-3332
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"id": "fusion-plugin-droid-runtime",
|
|
"name": "Droid Runtime Plugin",
|
|
"version": "0.1.0",
|
|
"description": "Droid runtime plugin for Fusion",
|
|
"author": "Fusion Team",
|
|
"runtime": {
|
|
"runtimeId": "droid",
|
|
"name": "Droid Runtime",
|
|
"description": "Drives the Droid CLI for Fusion agents",
|
|
"version": "0.1.0"
|
|
}
|
|
}
|