Minimal AI agent with evaluation harness. The fastest path to a working prototype with quality gates.
Render it
# CLI
npx @nanohype/sdk render-composite proof-of-concept --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "proof-of-concept", variables);
# MCP — from an agent
get_composite({ name: "proof-of-concept" })
What it draws together
Variables
Required
ProjectName string- Project name Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider