AntigravityAgentConfig: {
    max_total_tokens?: string;
    model?: string;
    type: "antigravity";
}

Configuration for the Antigravity agent runtime.

Type declaration

  • Optionalmax_total_tokens?: string

    Max total tokens for the agent run.

  • Optionalmodel?: string

    The model to use for agent reasoning.

  • type: "antigravity"

Provides server-side control over the agent's execution environment and tool configuration.