Files
stack/packages/agent/src/index.ts
jason.woltje 405984af5a
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
De-hardcode orchestrator and interaction agent names (#748)
2026-07-13 18:59:27 +00:00

8 lines
268 B
TypeScript

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 './matrix-native-runtime-provider.js';
export * from './durable-session.js';