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
22 lines (16 loc) • 659 B
text/typescript
/**
* V3 Claude-Flow Test Fixtures Index
*
* Central export for all test fixtures
*/
// Agent fixtures (comprehensive)
export * from './agent-fixtures.js';
// Memory fixtures (AgentDB, HNSW, ReasoningBank)
export * from './memory-fixtures.js';
// Swarm fixtures (topologies, coordination, consensus)
export * from './swarm-fixtures.js';
// MCP fixtures (tools, resources, prompts)
export * from './mcp-fixtures.js';
// Note: Legacy files (agents.js, tasks.js, memory-entries.js, configurations.js)
// are deprecated. Their contents have been merged into the comprehensive fixtures above.
// Import directly from the specific fixture files if needed.