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.
17 lines (14 loc) • 473 B
text/typescript
/**
* CFN Loop Orchestration Engine - TypeScript Implementation
* Main entry point
*/
export * from './types';
export * from './orchestrator/orchestrator';
export * from './gate-checker/gate-checker';
export * from './agent-spawner/agent-spawner';
export * from './redis/redis-coordinator';
export * from './utils/logger';
export * from './helpers/validator';
export * from './helpers/confidence-aggregator';
// Version
export const VERSION = '3.0.0';