File size: 579 Bytes
a8b4b87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /**
* Amaru fabric — public surface.
*
* The whole spine in one import.
*/
export * from './types';
export { RELAY_SOURCES } from './sources';
export { RELAY_MODELS } from './models';
export { RELAY_DESTINATIONS } from './destinations';
export { RELAY_MAPPINGS } from './mappings';
export { RELAY_POLICIES } from './policies';
export { RELAY_RUN_EVENTS, RELAY_SYNC_SPECS } from './run-events';
export { RELAY_OUTCOMES } from './outcomes';
export { AMARU_AGENTS } from './agents';
export { AMARU_ROADMAP } from './roadmap';
export { VERTICAL_PLAYBOOKS } from './playbooks';
|