Full enterprise AI stack with agents, tool servers, safety guardrails, evaluation, prompt management, observability, and Kubernetes deployment.
Render it
# CLI
npx @nanohype/sdk render-composite enterprise-ai --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "enterprise-ai", variables);
# MCP — from an agent
get_composite({ name: "enterprise-ai" })
What it draws together
Variables
Required
ProjectName string- Project name Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider
IncludeRag bool — defaults to true- Include RAG pipeline
IncludeA2a bool — defaults to false- Include multi-agent coordination