- 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
15 lines
460 B
JSON
15 lines
460 B
JSON
{
|
|
"id": "fusion-plugin-hermes-runtime",
|
|
"name": "Hermes Runtime Plugin",
|
|
"version": "0.1.0",
|
|
"description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime capabilities",
|
|
"author": "Fusion Team",
|
|
"homepage": "https://github.com/gsxdsm/fusion",
|
|
"runtime": {
|
|
"runtimeId": "hermes",
|
|
"name": "Hermes Runtime",
|
|
"description": "Hermes raw-model runtime using pi-ai direct streaming",
|
|
"version": "0.1.0"
|
|
}
|
|
}
|