This commit is contained in:
Taylor Mullen
2026-04-20 18:59:32 -07:00
parent 19b9e3e8e4
commit f87c355bf3
14 changed files with 815 additions and 459 deletions
@@ -69,7 +69,10 @@ export class TeamRegistryClient {
}
} catch (error) {
TeamRegistryClient.fetchPromise = null;
throw error;
if (error instanceof Error) {
throw error;
}
throw new Error(String(error));
}
})();
+2
View File
@@ -186,6 +186,8 @@ export * from './agents/types.js';
export * from './agents/agentLoader.js';
export * from './agents/local-executor.js';
export * from './agents/agent-scheduler.js';
export * from './agents/teamRegistry.js';
export * from './agents/teamRegistryClient.js';
export * from './agents/teamScaffolder.js';
// Export browser session management