Open Source Packages

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

Quick Install

Core Runtime
npm install @vorionsys/atsf-core
Agent SDK
npm install @vorion/agent-sdk
@vorion/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
@vorion/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/atsf-core

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

6-tier trust levels 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)
@vorion/agent-sdk

TypeScript SDK for connecting AI agents to Aurais 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
@vorion/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
@vorion/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
@vorion/contracts

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

Zod schema definitions
Runtime validation
TypeScript type exports
V2 API schemas
Cross-package consistency

Contribute

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

View on GitHub