Standalone evaluation infrastructure with test harness, versioned prompts, and guardrails validation. For teams that need to test AI systems without building them.
Render it
# CLI
npx @nanohype/sdk render-composite eval-suite --out ./my-app
# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "eval-suite", variables);
# MCP — from an agent
get_composite({ name: "eval-suite" })
What it draws together
Variables
Required
ProjectName string- Project name Must be lowercase kebab-case.
Optional
LlmProvider string — defaults to anthropic- LLM provider for eval targets
IncludeGuardrails bool — defaults to true- Include safety filter testing