AI Governance Framework — Trust Scoring, Enforcement, and Agent Identity
This monorepo contains the open-source packages powering the Vorion AI governance ecosystem.
| Package | Description |
|---|---|
@vorionsys/shared-constants |
Trust tiers (T0-T7), domains, error codes |
@vorionsys/basis |
BASIS standard, trust factors, KYA |
@vorionsys/contracts |
Zod schemas, API contracts, validators |
| Package | Description |
|---|---|
@vorionsys/atsf-core |
Agentic Trust Scoring Framework |
@vorionsys/cognigate |
Policy enforcement client |
@vorionsys/runtime |
Orchestration layer |
@vorionsys/ai-gateway |
Multi-provider AI routing |
@vorionsys/proof-plane |
Immutable audit trail with hash chains |
| Package | Description |
|---|---|
@vorionsys/car-spec |
CAR OpenAPI 3.1.0 specification |
@vorionsys/car-client |
TypeScript client SDK |
@vorionsys/car-cli |
CLI tool |
@vorionsys/car-python |
Python client SDK |
| Package | Description |
|---|---|
@vorionsys/sdk |
Simple governance interface |
@vorionsys/council |
16-agent governance orchestrator |
| App | Description |
|---|---|
@vorionsys/kaizen |
AI Learning Platform — learn.vorion.org |
cognigate-api |
Cognigate governance API service |
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests
npm run test
# Type check
npm run typecheckFoundation: shared-constants → basis → contracts
↓ ↓ ↓
Services: atsf-core, cognigate, platform-core, runtime
↓
SDKs: sdk, council, car-client, car-cli
Apache-2.0. See LICENSE for details.
- vorion.org — Main site
- learn.vorion.org — Kaizen learning platform
- cognigate.dev — Governance runtime