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.

6 lines (5 loc) 171 B
/** * CFN Loop Output Module Index */ export { OutputProcessor } from './output-processor'; export type { AgentOutput, ProcessedOutput } from './output-processor';