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.

13 lines (10 loc) 296 B
/** * CFN Error Logging - Barrel Export * * Main entry point for the error logging module. * Exports all public APIs from error-logger and types. */ // Export all types export * from './types'; // Export main error logger class and utilities export { ErrorLogger } from './error-logger';