feat(FN-3332): add droid runtime plugin with event bridge and process manag
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
This commit is contained in:
@@ -1006,6 +1006,13 @@ Polls CI status for branches and provides custom API endpoints.
|
||||
- Demonstrates: Custom routes, periodic background work, route handlers, UI slot registration
|
||||
- Features: `onLoad`/`onUnload` lifecycle, `setInterval` polling, REST API, UI slots for task cards and task detail tabs
|
||||
|
||||
### [Droid Runtime Plugin](../../plugins/fusion-plugin-droid-runtime/)
|
||||
|
||||
Reference runtime plugin that migrates a CLI-backed provider into the plugin system.
|
||||
|
||||
- Demonstrates: runtime adapter pattern (`runtime-adapter.ts`), dashboard UI slot contributions for settings/onboarding surfaces, and dashboard probe delegation (`probeDroidBinary`)
|
||||
- Preserves provider id `droid-cli` via `@fusion/droid-cli` compatibility shim
|
||||
|
||||
### [Settings Demo Plugin](../../plugins/examples/fusion-plugin-settings-demo/)
|
||||
|
||||
Example plugin demonstrating settings schema and runtime configuration with all four setting types.
|
||||
|
||||
Reference in New Issue
Block a user