Open-source MCP protocol • Q1 2026

Turn solo AI agents into collaborative swarms

Secure multi-agent orchestration hub with 37+ production-ready agents, framework adapters, and event-driven automation. MCP-compatible protocol for AI developers building the future.

npm install vasperamesh
37+
Production agents
3
Framework adapters
<500ms
Negotiation latency
100+
Concurrent agents

Built for AI developer teams

Everything you need to orchestrate secure multi-agent workflows without custom glue code

Multi-Agent Orchestration

Install multiple agents to a mesh and watch them collaborate automatically. Agents negotiate, delegate, and work together on tasks without manual intervention.

37+ Production Agents

29 technical agents (code quality, security, DevOps) + 8 product/UX/agile agents. All tested, documented, and ready to use.

Framework Adapters

Enhanced CrewAI, AutoGen, and BMAD adapters. Use existing frameworks with event-driven automation and VasperaMemory integration.

Event-Driven Automation

Agents automatically trigger on code changes, PRs, commits. No manual task assignment needed—your mesh works autonomously.

Real-Time Collaboration

Agents debate, delegate, and execute like a real dev team with <500ms negotiation latency and shared context via VasperaMemory.

Full Observability

Complete tracing, audit logs, and metrics. Human-in-the-loop gates and rollback capabilities. See exactly what your agents are doing.

Simple integration, powerful results

Get started with just a few lines of code

agent-swarm.ts
import { AgentMesh, Agent } from 'vasperamesh';

// Initialize the mesh
const mesh = new AgentMesh({
  protocol: 'amp',
  security: 'zero-trust',
});

// Register agents with capabilities
const codeReviewer = await mesh.register({
  role: 'code-reviewer',
  capabilities: ['analyze-pr', 'suggest-improvements']
});

const architect = await mesh.register({
  role: 'architect',
  capabilities: ['design-patterns', 'refactor']
});

// Orchestrate collaboration
await mesh.orchestrate({
  task: 'review-and-refactor-pr',
  agents: [codeReviewer, architect],
  context: mcpContext
});

Ready to build the future of AI collaboration?

Join the open-source community building the next generation of multi-agent orchestration.

Open-source • MIT License • Built by developers, for developers