Overview Getting Started Python SDK TypeScript SDK OrgKernel Mission Store Changelog Examples Status Community Docs ↗
Release History

Changelog.

Platform updates, SDK releases, and breaking changes. Subscribe to get notified.

v1.4.0
Mission Registry, Developer Economy, Task-based Pricing
  • New MissionRegistry — Publish, version, discover, and install Missions. Semantic versioning with immutable packages.
  • New Developer Economy — 30% execution revenue share for Mission developers. Derivative royalty chain for forked Missions.
  • New Mission Store — Browse and install enterprise Missions by category, compliance standard, or tool requirement.
  • Improved Pricing model — Shifted to per-mission execution fees. Token costs hidden inside Runtime.
  • Improved Platform positioning — Refined to Agent Lambda Runtime (Layer 2 execution infrastructure).
v1.3.0
MissionContext Split, Execution Envelope, Snapshot Principle
  • Breaking MissionContext split — Split into MissionContext (immutable) + MissionStateData (mutable). Memory Engine reads StateData, not Context.
  • Improved MissionBoundary — Four nested constraint groups: authority, policy, data, runtime. Materialized snapshot at launch.
  • New Launch-time Snapshot Principle — MissionBoundary frozen at launch. Mid-execution changes trigger re-validation, not silent drift.
v1.2.0
CUDA References Removed, Self-Standing Identity
  • Improved All external framework analogies removed. AURA stands on its own architectural language.
  • Improved Mission defined independently as AURA's core primitive.
v1.1.0
Mission Layer Independence, Control Plane Addition
  • New Mission Layer — Extracted as independent layer. Five formal definitions: MissionDefinition, MissionContext, MissionState, MissionBoundary, MissionOutcome.
  • New Control Plane — PolicyEngine, Authority Graph (L1–L4), Approval Rules, Deployment Boundary Manager, Observability.
  • Improved Architecture expanded from 5 to 6 layers with color-coded visual hierarchy.
v1.0.0
Initial Release
  • New AURA Architecture — Six-layer enterprise agent execution platform.
  • New OrgKernel — Open-source trust layer with AgentIdentity, ExecutionToken, AuditChain.
  • New Python SDK — Developer preview release.
  • New TypeScript SDK — Developer preview release.