Create a new Antigravity SDK instance.
Optionaloptions: ISDKOptionsSDK options
ReadonlycascadeCascade manager for conversations, preferences, diagnostics
ReadonlycommandsCommand bridge for executing Antigravity commands
ReadonlyintegrationIntegration manager for Agent View UI customization
ReadonlylsLanguage Server bridge for headless cascade operations. Use this for background cascade creation without UI switching.
ReadonlymonitorEvent monitor for watching state changes
ReadonlystateState bridge for reading USS data
Get info about the installed Antigravity version and SDK compatibility. Available after initialize().
Check if the SDK has been initialized.
Get the SDK version.
The main Antigravity SDK class.
Provides access to:
commands— Execute Antigravity internal commandsstate— Read agent preferences and state from USScascade— Manage Cascade conversations, send messages, read preferencesmonitor— Watch for state changes (new conversations, preference updates)Example