0.1.9 July 27, 2026 Model-call retry/backoff configuration, LiteRT warm-up scaling, and tool execution error handling Release 0.1.9 of the Google Antigravity Python SDK adds model-call retry/backoff configuration, improves tool registration for custom functions, adds missing BuiltinTools exports, fixes user audio payload processing, and adds connection DebugConfig support along with ToolExecutionError handling.
- Improvements (5) Model-Call Retry & Backoff Configuration : Exposes configurable retry and backoff parameters in LocalAgentConfig for model calls.
- +11 more changes
Read the full release noteHide the full release note
0.1.9 July 27, 2026 Model-call retry/backoff configuration, LiteRT warm-up scaling, and tool execution error handling Release 0.1.9 of the Google Antigravity Python SDK adds model-call retry/backoff configuration, improves tool registration for custom functions, adds missing BuiltinTools exports, fixes user audio payload processing, and adds connection DebugConfig support along with ToolExecutionError handling. Improvements (5) Model-Call Retry & Backoff Configuration : Exposes configurable retry and backoff parameters in LocalAgentConfig for model calls. LiteRT Warm-up Timeout Scaling : Dynamically scales LiteRT engine warm-up timeouts based on context size and synchronizes warm-up cleanup. Improved Tool Registration : Enhances automatic tool registration and docstring parsing for custom Python functions. BuiltinTools Typing Exports : Exports BuiltinTools at top-level package and typing boundaries for subagent tool configuration. Connection DebugConfig : Adds base DebugConfig options for enhanced connection debugging and logging. Fixes (2) Audio Payload Processing : Fixes processing for user audio payloads in interactive agent sessions. ToolExecutionError Handling : Introduces
Excerpt ends here — this release continues at the source ↗.