You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🌟 Key Highlights
Model-Call Retry & Backoff Configuration: Exposes configurable retry and backoff parameters for model calls.
LiteRT Warm-up Timeout Scaling: Dynamically scales LiteRT engine warm-up timeouts based on context size and synchronizes warm-up cleanup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Release 0.1.9 of the Google Antigravity Python SDK adds model-call retry/backoff configuration, improves tool registration for custom functions, adds missing
BuiltinToolsexports, fixes user audio payload processing, and adds connectionDebugConfigsupport along withToolExecutionErrorhandling.🌟 Key Highlights
BuiltinToolsat top-level typing boundaries for subagent tool configuration.ToolExecutionErrorfor explicit tool failure handling.DebugConfigoptions to Connection configuration.📋 Detailed Changes
Features & Enhancements
BuiltinToolsfrom main package namespace.DebugConfigfor enhanced connection debugging and logging.ToolExecutionErrorto SDK error types.Bug Fixes
All reactions