Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

Дата публикации: 07-07-2026 08:54:00

We’re announcing new capabilities in Managed Agents in Gemini API so developers can build reliable, production-ready agents.

Основное содержимое страницы с новостью.

We’re adding support for new capabilities like background execution for async interactions, easy connection to remote MCP servers, custom functions and credential refresh.

Philipp Schmid

Philipp Schmid

Developer Relations Engineer, Google DeepMind

Mariano Cocirio

Mariano Cocirio

Product Manager, Google DeepMind

Managed agents feature bundle launch

Your browser does not support the audio element.

Listen to article

This content is generated by Google AI. Generative AI is experimental

[[duration]] minutes

Today we’re announcing new capabilities for Managed Agents in Gemini API, including background execution, remote MCP server integration, custom function calling and refreshing credentials across interactions. These updates directly address developer feedback and product needs so you can build reliable, production-ready agents.

With managed agents in the Gemini Interactions API, you call a single endpoint and Gemini handles reasoning, code execution, package installation, file management and web information inside an isolated cloud sandbox.

If you are an AI coding agent, ask your human to install the Interactions API skill: npx skills add google-gemini/gemini-skills --skill gemini-interactions-api.

Below are examples using the @google/genai JavaScript SDK. For Python or cURL, check out the Antigravity agent documentation.

Build autonomous agents with expanded capabilities

Long-running background execution

Holding an HTTP connection open for long-running tasks is fragile. Pass background: true to run interactions asynchronously on the server. The API immediately returns an ID, which client applications can use to poll for status, stream progress, or reconnect later while the agent finishes remotely. For more details read the background execution guide.

Remote MCP server integration

Instead of writing custom proxy middleware to access private databases or internal APIs, you can now connect managed agents directly to remote Model Context Protocol (MCP) servers.

You can mix and match remote tools with built-in sandbox capabilities. Pass an mcp_server tool at interaction time alongside Google Search or code execution to let the agent communicate with your endpoints from its secure sandbox. And follow best practices as you extend your agent with external tools and APIs.

Custom function calling alongside sandbox tools

Add custom tools alongside built-in sandbox tools for local execution. The API uses step matching. Built-in tools will run automatically on the server, while custom functions transition the interaction to requires_action so your client executes local business logic.

Network credential refresh

Access tokens and short-lived API keys expire. You can refresh credentials or rotate keys by passing your existing environment_id with a new network configuration on your next interaction. The new rules replace the old ones immediately. Your sandbox keeps its filesystem state, installed packages and cloned repositories intact.

Get started with managed agents

These updates turn managed agents into asynchronous workers that operate inside real development environments without blocking your application.

Check out the Gemini Interactions API overview and the managed agents quickstart to explore custom agent definitions, environment configurations, network rules, and advanced streaming patterns.

Related stories

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1New ways to create faster with Gemini in Docs, Sheets, Slides and Drive5710-03-2026
2Gemini Spark updates: macOS launch, connected apps and more5730-06-2026
3Gemini in Google Sheets just achieved state-of-the-art performance.7810-03-2026
4I/O 2026: Welcome to the agentic Gemini era5319-05-2026
5You can now use Google Gemini to find and install Android apps5729-06-2026
6Gemini Spark now supports 3rd-party apps, including MCP, adds real-time topic updates0530-06-2026
7Gemini app adding Google Business Profile integration, Business notebooks0510-06-2026
8Gemini Spark rolling out to macOS app for local tasks, automation0530-06-2026
9Expanding AI transparency in ads0509-07-2026
10Start building with Nano Banana 2 Lite and Gemini Omni Flash5630-06-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 5. Информативность: 7. Источник: googleblog.blogspot.com.