UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.

6 lines 314 B
/** * EventTimeline Component Barrel Export */ export { EventTimeline, default } from './EventTimeline'; export type { TimelineEvent, EventTimelineProps, EventItemProps, EventStats, EventFilter, EventCategory, EventSeverity, EventExportOptions, } from './EventTimeline.types'; //# sourceMappingURL=index.d.ts.map