feat(agent): add transitional Hermes runtime adapter (#734)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was canceled

This commit was merged in pull request #734.
This commit is contained in:
2026-07-13 11:29:27 +00:00
parent f1c6b37b46
commit 9e5b9188ce
4 changed files with 255 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ export const VERSION = '0.0.0';
export * from './runtime-provider-registry.js';
export * from './tmux-fleet-runtime-provider.js';
export * from './hermes-runtime-provider.js';
export * from './tess-durable-session.js';