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.
10 lines (9 loc) • 376 B
JavaScript
/**
* Agent Spawner Module
*
* TypeScript implementation of spawn-agents.sh
* Provides type-safe agent spawning with memory budget management and context injection.
*
* @module agent-spawner
*/ export { AgentSpawner, spawnAgents, MemoryTierAnalyzer, WaveManager, InputSanitizer, DefaultContextEnricher } from './agent-spawner';
//# sourceMappingURL=index.js.map