Antigravity SDK — локальная разработка и E2E тестирование агентов

★ 7.5 · vibe-coding

antigravity-sdk-e2e-dev is a Claude Code skill that supports local development and end-to-end testing of the Antigravity harness built on Google's Gemini Python SDK (`google-antigravity`). It covers the full workflow: spinning up a local Omnigent server with `omni server --background`, building an agent bundle from a `config.yaml` (spec_version 1, harness: antigravity), running real conversation turns via `omni run`, and debugging Gemini API key or Vertex AI authentication, model routing, and the `sys_*`-to-`custom_tools` bridge. Core files involved are `omnigent/inner/antigravity_executor.py`, `antigravity_harness.py`, and `omnigent/onboarding/antigravity_auth.py`. Aimed at developers who need to validate harness behavior against a live local server rather than unit tests, with no OpenAI-compatible gateway in the path.