UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

19 lines (16 loc) 319 B
/** * Neural Domain Layer - Public Exports * * @module v3/neural/domain */ export { Pattern, type PatternType, type PatternProps, } from './entities/pattern.js'; export { LearningDomainService, type Trajectory, type LearningResult, type RouteRecommendation, } from './services/learning-service.js';