Changelog

Kraken AI platform and SDK updates.

v0.1.0latest2026-04-01
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)
kraken-aisdkv0.3.12026-03-26
Added
  • GeminiClient — native Google Gemini provider with streaming support
  • AbortSignal threading through agent runners for cooperative cancellation
Fixed
  • EventEmitter not flushing pending events on kernel shutdown
v0.0.42026-03-18
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
kraken-aisdkv0.3.02026-03-10
Added
  • PolicyConfig — declarative guardrails for tool access and token budgets
  • retryWithBackoff utility for resilient LLM calls
Removed
  • GovernancePolicy class — replaced by simpler PolicyConfig
v0.0.32026-02-24
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
kraken-aisdkv0.2.02026-02-14
Added
  • AgentKernel — core execution loop with tool dispatch and LLM routing
  • ExecutionContext for scoped state management across agent turns
v0.0.22026-02-09
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
v0.0.12026-01-22
Added
  • Initial platform release — single-agent orchestration loop
  • Basic observability with structured JSON logging
  • API key authentication and rate limiting
kraken-aisdkv0.1.02026-01-14
Added
  • Initial SDK release — AgentHarness, ToolSet, and MockLLMClient
  • defineAction helper for type-safe tool definitions
  • EventEmitter for agent lifecycle events