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.
11 lines (10 loc) • 320 B
JavaScript
/**
* Claude Flow Novice v2.0
* Clean architecture rebuild
*/ export * from './core/index.js';
export * from './agents/index.js';
export * from './coordination/index.js';
export * from './memory/index.js';
export * from './cfn-loop/index.js';
export * from './ruvector/index.js';
//# sourceMappingURL=index.js.map