- Regenerate fusion-plugin-hermes-runtime build artifacts and manifest metadata for runtime packaging - Refactor Hermes runtime source into dedicated pi-module, runtime-adapter, and shared type modules - Expand Hermes and engine plugin-runner tests to validate cross-runtime compatibility behavior - Update getting-started, settings reference, and Hermes README docs to reflect the current runtime integration guidance
15 lines
481 B
JSON
15 lines
481 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-backed AI session using the user's configured pi provider and model",
|
|
"version": "0.1.0"
|
|
}
|
|
}
|