- 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
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"id": "fusion-plugin-paperclip-runtime",
|
|
"name": "Paperclip Runtime Plugin",
|
|
"version": "1.0.0",
|
|
"description": "Provides Paperclip runtime for Fusion AI agents",
|
|
"author": "Fusion Team",
|
|
"homepage": "https://github.com/gsxdsm/fusion",
|
|
"fusionVersion": ">=0.1.0",
|
|
"runtime": {
|
|
"runtimeId": "paperclip",
|
|
"name": "Paperclip Runtime",
|
|
"description": "Paperclip-backed AI session via Paperclip REST API",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|