Changelog
A record of every release shipped to the Kraken OS platform. New capabilities, performance work, and fixes.
Added
- —Agent orchestration engine with support for multi-step reasoning chains
- —Real-time observability dashboard with latency, throughput, and error-rate panels
- —Human-in-the-loop approval gates for high-risk agent actions
- —SDK packages for Python and TypeScript with streaming support
- —Role-based access control with SSO integration (SAML / OIDC)
Added
- —Guardrail policy engine — define constraints in YAML, enforced at runtime
- —Agent sandbox mode for safe experimentation without side-effects
Improved
- —Reduced P99 orchestration latency from 48ms to 11ms
- —WebSocket reconnection logic now uses exponential backoff
Added
- —Webhook event system for agent lifecycle notifications
- —Audit log with full action replay and exportable CSV
Fixed
- —Agent timeout not respected when upstream LLM provider stalls
- —Dashboard memory chart rendering NaN on empty time windows
Added
- —Multi-region deployment support (us-east-1, eu-west-1, ap-southeast-1)
- —CLI tool for local agent development and testing
Improved
- —Token budget allocation algorithm now accounts for tool-call overhead
Added
- —Initial platform release — single-agent orchestration loop
- —Basic observability with structured JSON logging
- —API key authentication and rate limiting