Multi-agent system with a central orchestrator, specialized agents for research and writing, an evaluation harness, and MCP tool server. Agents coordinate through the orchestrator, each with distinct roles and capabilities.
Render it
# CLI
npx @nanohype/sdk render-composite agent-team --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "agent-team", variables);
# MCP — from an agent
get_composite({ name: "agent-team" })
What it draws together
Variables
Required
ProjectName string- Project name used across all templates Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider for agent reasoning