PulseAugur
EN
LIVE 12:23:53
Русский(RU) Gemini API научился держать агентов в фоне без открытого HTTP-соединения и подключаться к удалённым MCP-серверам: gemini ai

Gemini API adds background execution for agents, direct MCP server access

Google has enhanced its Gemini API with an update to its Managed Agents feature, enabling asynchronous execution for long-running agent tasks. This new Background Execution capability allows developers to initiate tasks without maintaining an open HTTP connection, receiving an interaction ID to poll for status or subscribe to events. Additionally, Managed Agents can now directly connect to remote MCP servers for accessing private databases and internal APIs from within a secure sandbox environment. These updates aim to address common failure points like connection timeouts and network instability, improving the reliability and flexibility of AI agent development. AI

IMPACT Improves reliability for AI agent development by enabling asynchronous task execution and secure access to internal resources.

RANK_REASON This is an update to an existing product feature (Managed Agents) rather than a new frontier model release or significant industry-wide event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Gemini API adds background execution for agents, direct MCP server access

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
This is an update to an existing product feature (Managed Agents) rather than a new frontier model release or significant industry-wide event.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
70 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 Русский(RU) · Promptra Team ·

    Gemini API learned to keep agents in the background without an open HTTP connection and connect to remote MCP servers: gemini ai

    <p>Знакомая картина: твой агент запускает многошаговую задачу, ты держишь открытое HTTP-соединение и молишься, чтобы балансировщик, прокси или мобильная сеть клиента не оборвали его на седьмой минуте. Оборвали - и вся работа агента ушла в никуда, потому что состояние жило внутри …