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
11 lines • 326 B
TypeScript
/**
* V3 Types - Public API
* Modernized type system for claude-flow v3
*/
export * from './agent.types.js';
export * from './task.types.js';
export * from './swarm.types.js';
export * from './memory.types.js';
export * from './mcp.types.js';
export * from '../core/interfaces/index.js';
//# sourceMappingURL=index.d.ts.map