Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"name": "voltagent-meta",
"source": "./categories/09-meta-orchestration",
"description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.",
"version": "1.0.2",
"version": "1.0.3",
"category": "orchestration",
"keywords": ["multi-agent", "orchestration", "workflow", "coordination", "meta", "refactor", "codebase-governance"]
"keywords": ["multi-agent", "orchestration", "workflow", "coordination", "meta", "refactor", "codebase-governance", "swarmclaw", "mcp"]
},
{
"name": "voltagent-research",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ Agent coordination and meta-programming.
- [**multi-agent-coordinator**](categories/09-meta-orchestration/multi-agent-coordinator.md) - Advanced multi-agent orchestration
- [**performance-monitor**](categories/09-meta-orchestration/performance-monitor.md) - Agent performance optimization
- [**pied-piper**](https://github.com/sathish316/pied-piper/) - Orchestrate Team of AI Subagents for repetitive SDLC workflows
- [**swarmclaw**](https://github.com/swarmclawai/swarmclaw) - Self-hosted multi-agent runtime with MCP client/server support, schedules, memory, skills, and delegated CLI backends
- [**task-distributor**](categories/09-meta-orchestration/task-distributor.md) - Task allocation specialist
- [**taskade**](https://github.com/taskade/mcp) - AI-powered workspace with autonomous agents, real-time collaboration, and workflow automation with MCP integration
- [**workflow-orchestrator**](categories/09-meta-orchestration/workflow-orchestrator.md) - Complex workflow automation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voltagent-meta",
"version": "1.0.2",
"version": "1.0.3",
"description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.",
"author": {
"name": "VoltAgent Community",
Expand Down
7 changes: 7 additions & 0 deletions categories/09-meta-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ Performance specialist monitoring and optimizing agent systems. Expert in metric

**Use when:** Monitoring agent performance, identifying bottlenecks, optimizing workflows, implementing metrics, or improving system efficiency.

### [**SwarmClaw**](https://github.com/swarmclawai/swarmclaw) - Self-hosted multi-agent runtime with MCP support
Self-hosted runtime for coordinating autonomous agent teams with heartbeats, schedules, delegation, persistent memory, runtime skills, and MCP client/server support. Runs locally as a desktop app, CLI, or Docker service.

**Use when:** Managing persistent local agent teams, exposing agents and tools through MCP, routing delegated CLI backends, scheduling recurring work, or running a self-hosted orchestration dashboard.

### [**task-distributor**](task-distributor.md) - Task allocation specialist
Task distribution expert optimizing work allocation across agents. Masters load balancing, capability matching, and priority scheduling. Ensures efficient use of all available agents.

Expand All @@ -82,6 +87,7 @@ Workflow specialist designing and executing sophisticated AI workflows. Expert i
| Combine knowledge sources | **knowledge-synthesizer** |
| Scale agent operations | **multi-agent-coordinator** |
| Monitor performance | **performance-monitor** |
| Run a self-hosted multi-agent runtime | **[SwarmClaw](https://github.com/swarmclawai/swarmclaw)** |
| Distribute tasks | **task-distributor** |
| Manage projects with AI agents | **[taskade](https://github.com/taskade/mcp)** |
| Automate workflows | **workflow-orchestrator** |
Expand All @@ -97,6 +103,7 @@ Workflow specialist designing and executing sophisticated AI workflows. Expert i
**Large-Scale Operations:**
- **multi-agent-coordinator** for ecosystem management
- **performance-monitor** for optimization
- **[SwarmClaw](https://github.com/swarmclawai/swarmclaw)** for self-hosted agent runtime and scheduling
- **workflow-orchestrator** for process automation
- **context-manager** for efficiency

Expand Down