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.
8 lines • 443 B
TypeScript
/**
* AgentHierarchyTree Component - Barrel Export
* Consolidates exports for clean imports
*/
export { AgentHierarchyTree, default } from './AgentHierarchyTree';
export type { AgentHierarchyNode, AgentHierarchyTreeProps, AgentState, AgentType, TreeNodeProps, } from './AgentHierarchyTree.types';
export { stateColors, typeColors, getHealthColor, getConfidenceColor, } from './AgentHierarchyTree.styles';
//# sourceMappingURL=index.d.ts.map