Add hub package

This commit is contained in:
2026-05-05 12:03:45 +00:00
commit 42f661beb9
20 changed files with 777 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export * from './hub/classes.shxhub.js';
export * from './devices/classes.deviceregistry.js';
export * from './agents/classes.agentregistry.js';
export * from './tools/classes.toolregistry.js';
export * from './approvals/classes.approvalqueue.js';
export * from './audit/classes.auditlog.js';
export * from './automations/classes.automationrunner.js';
export * from './mcp/classes.mcpdescriptor.js';