# Managed Deep Research and Antigravity

> You can now run Google's two most capable managed agents, autonomous research and a code-running sandbox, without leaving the Gemini setup you already have.

- Published: 2026-05-20
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/managed-deep-research-and-antigravity
- Markdown: https://agno-com-nine.vercel.app/articles/managed-deep-research-and-antigravity.md

**Managed Deep Research and Antigravity**

You can now run Google's two most capable managed agents, autonomous research and a code-running sandbox, without leaving the Gemini setup you already have.

GeminiInteractions reaches both of them through the same model class. You switch one on by setting the managed agent in place of a model ID, so there's no new client and no separate integration to wire up.

Agent 1: hand off the research, get back a cited report. Deep Research plans the task, browses the web, and returns a researched report with citations. It runs in the background, with streaming you can reconnect and resume after a dropped connection, so a long job survives a flaky network instead of starting over.

```

```

Agent 2: hand off the work, get back the artifacts. Antigravity is a general-purpose agent that plans, runs code, and produces artifacts inside a managed Linux sandbox, so it does the work rather than just describing it.

Same model class, same interface you already use for Gemini. Swap the ID for a managed agent and you're running.

Managed-agent setup, including the config knobs for each, is in the Agno docs: <https://docs.agno.com/models/providers/native/google/gemini-interactions>
