VELION LLM — Public Reference Implementation

This package is a small, runnable reference for selected VELION governance concepts. It is intentionally not the production VELION runtime.

Run in five minutes

deno run public_release/demo.ts deno run public_release/tests/velion_reference_test.ts deno run public_release/benchmarks/local_reference_benchmark.ts

What is implemented here

  • NCA identity format validation
  • explicit capability checks
  • deny-by-default behavior for ungranted capability requests
  • deterministic local reference execution
  • SHA-256 evidence records
  • reproducible tests
  • a local synthetic benchmark harness

What this does NOT prove

  • production deployment
  • distributed execution at 10k/100k/1m NCA
  • proprietary foundation-model weights
  • external adoption, customers, revenue, partnerships, or market traction

See docs/SCALE-TRUTH.md and docs/PUBLIC-CREDIBILITY.md.

Truth boundary: REFERENCE_IMPLEMENTATION != PRODUCTION_VELION_RUNTIME.