feat(agent): add Matrix native runtime provider (#744)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful

This commit was merged in pull request #744.
This commit is contained in:
2026-07-13 15:29:37 +00:00
parent c6e3cfbd95
commit 6345dbfcf2
7 changed files with 1231 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ export const VERSION = '0.0.0';
export * from './fleet/interaction-service-profile.js';
export * from './fleet/tmux-runtime-transport.js';
export * from './fleet/matrix-native-runtime-transport.js';
export {
backgroundUpdateCheck,