UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

10 lines (8 loc) 276 B
/** * @claude-flow/codex - Generators * * Template generation functions for AGENTS.md, SKILL.md, and config.toml */ export { generateAgentsMd } from './agents-md.js'; export { generateSkillMd } from './skill-md.js'; export { generateConfigToml } from './config-toml.js';