Skip to content

v0.8.1: ADK 0.8.0 Feature Parity + Deploy Modal

Choose a tag to compare

@jkmaina jkmaina released this 12 May 03:57
· 3 commits to main since this release

What's New

ADK 0.8.0 Feature Parity

  • Schema: 11 new AgentSchema fields + 3 ProjectSettings fields (Rust + TypeScript)
  • Codegen: Runner::builder() typestate, ToolExecutionStrategy, resilience config, model-specific config (Anthropic/OpenAI), OpenRouter provider, LlmConditionalAgent router, skills config, Cargo.toml correctness
  • UI: OpenRouter provider in ModelSelector, Resilience & Execution panel, model-specific controls (extended thinking, prompt caching, reasoning effort), Production settings tab

Deploy Modal

  • Target picker: Local / Docker / Cloud
  • Docker target generates Dockerfile + docker-compose.yml
  • Cloud target pushes to ADK deployment platform
  • Error guidance with cargo adk deploy CLI fallback

Testing

  • 12 property-based test files covering 13 correctness properties
  • 208 Rust tests passing
  • TypeScript type-checks clean