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
This commit is contained in:
Fusion
2026-04-27 11:58:31 -07:00
committed by gsxdsm
parent 3d282819e1
commit 3c387444d2
7 changed files with 806 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"runtime": {
"runtimeId": "hermes",
"name": "Hermes Runtime",
"description": "Hermes-backed AI session using the user's configured pi provider and model",
"description": "Hermes raw-model runtime using pi-ai direct streaming",
"version": "0.1.0"
}
}