Skip to content

LLM Reference

These documents are designed as training material for LLMs working with z0 SDK. They provide structured guidance on capabilities, patterns, anti-patterns, and API reference.

DocumentPurpose
CapabilitiesWhat z0 can do, when to use each feature
PrimitivesCore concepts: Entity, Fact, Config
PatternsRecommended implementation patterns
Anti-PatternsCommon mistakes and corrections
Cookbook25 ready-to-use recipes
Manifest ReferenceAll 350+ SDK exports

These documents are optimized for:

  • LLM context injection - Include in system prompts or skill files
  • Human reference - Browse to understand what guidance LLMs receive
  • Training consistency - Single source of truth for SDK guidance

For direct LLM consumption, the raw markdown files are at:

  • docs/ai/CAPABILITIES.md
  • docs/ai/PRIMITIVES.md
  • docs/ai/PATTERNS.md
  • docs/ai/ANTI-PATTERNS.md
  • docs/ai/COOKBOOK.md
  • docs/ai/MANIFEST-REFERENCE.md