Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.05 KB

File metadata and controls

55 lines (36 loc) · 2.05 KB

AIEP-HUB

CI License Release

The public-facing hub site for the AIEP (Architected Instruction & Evidence Protocol) platform. Built with Astro 4, deployed on Cloudflare Pages.


What It Is

Most AI systems generate answers with no record of what they were instructed to do, what evidence they used, or whether they could produce the same answer again. AIEP changes that. Structured instruction. Traceable evidence. Closed loops.

This is the public web surface for AIEP — hosting the protocol specification library, governance documents, machine interface endpoints, and the live reference implementation (Piea). Every page is machine-readable. The /.well-known/aiep/ endpoint is queryable directly by AI agents, validators, and automated compliance tools.

aiep.dev · SDK · Piea


Tech Stack

  • Framework: Astro 4
  • Styles: Design system tokens (public/styles/design-system/)
  • Workers: Cloudflare Workers (workers/)
  • Deployment: Cloudflare Pages

Run Locally

npm install
npm run dev        # Dev server → http://localhost:3000
npm run build      # Production build → dist/
npm run validate   # Repo structure validation
npx astro check    # TypeScript + Astro diagnostics

Part of the AIEP Platform

Repo Description
AIEP Full platform workspace (private)
AIEP-PIEA PIEA application
AIEP-FORECAST Forecast application
AIEP-QARDL Qardl application

License

Proprietary — see LICENSE