UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.

13 lines 500 B
/** * Web Components Package * Shared React component library for Claude Flow Novice web portal */ export * from './components/StatusMonitor'; export * from './components/AgentHierarchyTree'; export * from './components/CFNLoopDashboard'; export * from './components/FleetOverview'; export * from './components/PerformanceCharts'; export * from './components/ResourceGauges'; export * from './components/EventTimeline'; export * from './components/AlertsPanel'; //# sourceMappingURL=index.d.ts.map