Multi-agent architecture with A2A protocol peers, MCP tool servers, and an orchestrating agent. Agents discover each other, delegate tasks, and share tools.
Render it
# CLI
npx @nanohype/sdk render-composite multi-agent --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "multi-agent", variables);
# MCP — from an agent
get_composite({ name: "multi-agent" })
What it draws together
Variables
Required
ProjectName string- Project name Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider for agent reasoning
IncludeGuardrails bool — defaults to true- Include safety guardrails