Gemini APIのManaged Agentsは長時間実行とMCP接続を前提に寄せた
Google DeepMindは2026年7月7日、Gemini APIのManaged Agentsにbackground execution、remote MCP server integration、custom function calling、credential refreshを追加しました。単一endpointから、推論、コード実行、package install、file管理、web情報取得を隔離cloud sandbox内で扱い、長時間taskはIDを返して非同期に進められます。remote MCP serverを直接接続できるため、agent側のsandbox toolと社内APIやDB向けtoolを同じinteractionに混ぜられる設計です。
agentをproductionに入れる時の失敗点は、model品質よりも実行継続、tool権限、credential失効、再接続に出やすいです。Managed Agentsの更新は、LLM APIが同期応答endpointから、状態を持つ隔離worker基盤へ寄っていることを示します。
- 重要度
- high
- 読むべき人
- AI agent基盤担当、バックエンドエンジニア、開発者向けplatform担当