UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.

10 lines (9 loc) 376 B
/** * 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