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
59 lines (58 loc) • 1.65 kB
JSON
{
"name": "ruflo-workflows",
"description": "Workflow automation with templates, orchestration, and lifecycle management — wraps 10 workflow_* MCP tools (create/run/execute/status/list/pause/resume/cancel/delete/template) with full state-machine lifecycle (created → running ↔ paused → completed/cancelled). Includes GAIA benchmark component for Princeton HAL leaderboard submissions.",
"version": "0.3.0",
"author": {
"name": "ruvnet",
"url": "https://github.com/ruvnet"
},
"homepage": "https://github.com/ruvnet/ruflo",
"license": "MIT",
"keywords": [
"ruflo",
"workflows",
"automation",
"orchestration",
"templates",
"mcp",
"workflow-templates",
"pause-resume",
"lifecycle",
"gaia",
"benchmark",
"hal-leaderboard",
"evaluation",
"agent-benchmark"
],
"components": {
"gaia": {
"description": "GAIA benchmark component — run, submit, validate, and track Princeton HAL leaderboard scores",
"commands": [
"gaia",
"gaia-run",
"gaia-submit",
"gaia-leaderboard",
"gaia-validate",
"gaia-history",
"gaia-cost"
],
"skills": [
"gaia-submission",
"gaia-debugging",
"gaia-architecture-comparison"
],
"agents": [
"gaia-benchmark-runner",
"gaia-submission-coordinator"
],
"cli_backend": "@claude-flow/cli gaia-bench",
"adrs": ["ADR-133", "ADR-135", "ADR-136"],
"memory_namespaces": [
"gaia-runs",
"gaia-submissions",
"gaia-patterns",
"gaia-debug-patterns"
]
}
}
}