Open Source Packages

Production-ready SDKs and libraries powering the Vorion ecosystem. All packages are Apache-2.0 licensed and available on GitHub and npm.

Quick Install

Core Runtime
npm install @vorionsys/atsf-core
Agent SDK
npm install @vorionsys/agent-sdk
@vorionsys/basis

Open governance standard for AI agent trust — the specification powering the Vorion ecosystem.

8-tier trust model T0-T7 (0-1000 scale)
TrustTier, TIER_THRESHOLDS, scoreToTier helpers
Specification documents + OWASP guides
TypeScript + ESM/CJS dual format
@vorionsys/shared-constants

Canonical constants, tier definitions, and configuration shared across the Vorion ecosystem.

Canonical trust tier definitions
Shared configuration constants
TypeScript + ESM/CJS dual format
@vorionsys/contracts

Shared Zod schemas and validators for the Vorion platform. Type definitions ensuring consistency across all packages.

Zod schema definitions
Runtime validation
TypeScript type exports
V2 API schemas
Cross-package consistency
@vorionsys/cognigate

Governance runtime enforcement API. Real-time policy evaluation, intent processing, and enforcement for AI agent operations.

Real-time policy evaluation
Intent processing and enforcement
BASIS standard integration
Pluggable policy engine
@vorionsys/atsf-core

Core runtime for the Agentic Trust Scoring Framework. Implements the BASIS standard with behavioral trust calculation, decay, and recovery.

8-tier trust levels (T0-T7) per BASIS specification
Time-weighted behavioral signal processing
Accelerated decay on failure patterns
Recovery mechanisms with milestone tracking
8 event types for full observability
Pluggable persistence (Memory, File, Supabase)
@vorionsys/proof-plane

Immutable audit trail for AI agent operations. Decision provenance tracking with tamper-evident logging.

Immutable event logging
Decision provenance chains
Tamper-evident storage
Query interface for audit reports
Export for compliance reporting
@vorionsys/a3i

Agent Anchor AI Trust Engine. Authorization hooks, execution tracking, and orchestration for governed AI operations.

Trust-based authorization
Capability banding system
Execution hooks and callbacks
Orchestrator for multi-agent workflows
Integration with ATSF trust engine
@vorionsys/ai-gateway

Multi-provider AI routing with intelligent model selection, PII detection, cost optimization, and carbon-aware sustainable routing.

4-tier routing: Privacy > Task > Green > Cost
Automatic PII detection and redaction
Carbon-aware sustainable model selection
Support for OpenAI, Anthropic, Gemini, Ollama
LiteLLM-compatible configuration
Cost tracking and budget enforcement
@vorionsys/council

16-agent governance orchestration system for AI oversight, compliance checking, and quality assurance with human-in-the-loop escalation.

Master Planner for task decomposition
4 parallel compliance agents (PII, ethics, policy)
QA critique team with revision loops
Human-gateway escalation workflow
Sequential workflow orchestration
Cost and performance tracking
@vorionsys/agent-sdk

TypeScript SDK for connecting AI agents to Vorion Mission Control with WebSocket connectivity, auto-reconnection, and approval workflows.

WebSocket connection with auto-reconnect
Exponential backoff reconnection strategy
Task assignment and progress reporting
Human approval request workflow
Type-safe event handling
Heartbeat management
@vorionsys/sdk

Core Vorion SDK for integrating AI governance into applications.

Core governance integration
Trust scoring client
Policy enforcement hooks
TypeScript-first design
@vorionsys/car-client

Client library for the Categorical Agentic Registry (CAR) — universal agent identification and lookup.

Agent registration and lookup
CAR ID resolution
Trust verification integration
TypeScript + ESM/CJS
@vorionsys/car-cli

CLI tool for managing CAR (Categorical Agentic Registry) agent identities from the command line.

Agent identity management
CAR ID generation
Registry queries
Shell-friendly output
@vorionsys/security

Security primitives and utilities for the Vorion governance platform.

Cryptographic utilities
Token validation
Permission enforcement
Audit logging hooks
@vorionsys/runtime

Vorion platform runtime — core execution environment for governed AI agent operations.

Agent lifecycle management
Trust-gated execution
Circuit breaker integration
Event emission for observability
@vorionsys/design-tokens

Design tokens for the Vorion ecosystem — colors, spacing, typography, and component primitives.

Color palette tokens
Typography scale
Spacing system
Component-level tokens

Contribute

All packages accept contributions. Whether it's bug fixes, new features, or documentation improvements - we welcome your involvement.

View on GitHub