Back
GoogleAntigravity
Model-call retry/backoff configuration, LiteRT warm-up scaling, and tool execution error handling
AI summary
Written by AI from the official notes. Check them for exact details.Google Antigravity Python SDK version 0.1.9 introduces new configuration options and improves error handling.
- Configurable model-call retry and backoff parameters added.
- Dynamic scaling of LiteRT warm-up timeouts implemented.
- Enhanced automatic tool registration for custom functions.
- Top-level exports for BuiltinTools added.
- Introduced ToolExecutionError for explicit error handling.
Why it matters: Developers using the Google Antigravity SDK should implement these changes for improved functionality and error management.
Full release notes7 changes
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.
- Model-Call Retry & Backoff Configuration: Exposes configurable retry and backoff parameters in
LocalAgentConfigfor 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
BuiltinToolsat top-level package and typing boundaries for subagent tool configuration. - Connection DebugConfig: Adds base
DebugConfigoptions for enhanced connection debugging and logging. - Audio Payload Processing: Fixes processing for user audio payloads in interactive agent sessions.
- ToolExecutionError Handling: Introduces
ToolExecutionErrorto SDK error types for explicit tool failure handling.