Changelog

Every release, every feature, every fix.

v1.0.0May 2, 2026
  • Initial public release
  • Python SDK (archon-framework) and TypeScript SDK (@archon-ai/sdk)
  • 140+ model registry with pricing across 17 providers
  • 5-gate pipeline: Policy → Route → Execute → Validate → Trace
  • Budget enforcement: per-run, per-day, per-month hard limits
  • Pattern-based model router (27 lexical signals, sub-ms)
  • Default-deny security policy with subprocess sandbox
  • Seven-category output sanitizer
  • Four-tier memory system with temporal decay
  • Inline + async + regression evaluation engine
  • Event sourcing, RBAC, GDPR compliance
  • Web dashboard with real-time analytics (Convex + Clerk)
  • SHA-256 hashed API key management
  • MCP and A2A protocol support
  • Pipeline orchestration with SQLite checkpointing
  • CLI: archon traces list/show/stats/purge, archon dashboard
v0.3.0Apr 15, 2026
  • Added shadow deployment runner for A/B testing agents
  • Semantic cache with TF-IDF cosine similarity
  • Added Moonshot Kimi K2 and xAI Grok 4 to model registry
  • Pipeline crash recovery with checkpoint store
v0.2.0Mar 28, 2026
  • Four-tier memory system (working, episodic, semantic, procedural)
  • Governance module: event sourcing, RBAC, GDPR erasure
  • Added Azure AI Foundry and AWS Bedrock model support
  • Evaluation engine with regression detection
v0.1.0Mar 10, 2026
  • Initial alpha release
  • Core agent loop with budget enforcement
  • Model router with 3-tier classification
  • Basic trace store with SQLite WAL mode
  • Security policy engine with sandbox