Files
fusion/plugins/fusion-plugin-openclaw-runtime/manifest.json
Fusion 3c387444d2 test(FN-2712): add runtime e2e and integration coverage
- Add OpenClaw runtime end-to-end tests covering execution flow and runtime contract behavior
- Add OpenClaw integration tests to validate plugin/runtime wiring in engine scenarios
- Add Paperclip runtime end-to-end and integration suites for equivalent cross-runtime coverage
- Update Hermes, OpenClaw, and Paperclip manifest descriptions for consistent runtime metadata
2026-04-27 11:58:31 -07:00

15 lines
434 B
JSON

{
"id": "fusion-plugin-openclaw-runtime",
"name": "OpenClaw Runtime Plugin",
"version": "0.1.0",
"description": "Provides OpenClaw runtime for Fusion AI agents",
"author": "Fusion Team",
"homepage": "https://github.com/gsxdsm/fusion",
"runtime": {
"runtimeId": "openclaw",
"name": "OpenClaw Runtime",
"description": "OpenClaw-backed AI session using the local OpenClaw gateway",
"version": "0.1.0"
}
}