Skip to content

AI Evaluation Suite

Standalone evaluation infrastructure with test harness, versioned prompts, and guardrails validation. For teams that need to test AI systems without building them.

Nameeval-suite
Version0.1.0
Tagseval, testing, prompts, ai, quality
Sourcecomposites/eval-suite.yaml

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

TemplateRendered atNotes
monoreporootthe root project
eval-harnesspackages/evals
prompt-librarypackages/prompts
guardrailspackages/guardrailsonly when IncludeGuardrails

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