Loading market data...

Google Adds Background Tasks, Remote MCP to Gemini API for Production-Ready Agents

Google this week expanded Managed Agents in its Gemini API, adding background tasks and remote Model Context Protocol (MCP) support. The update is aimed squarely at developers who want to build production-ready AI agents — the kind that can run reliably without constant babysitting.

Translation:

गूगल ने इस सप्ताह अपने जेमिनी एपीआई में मैनेज्ड एजेंट्स का विस्तार किया, जिसमें बैकग्राउंड टास्क और रिमोट मॉडल कॉन्टेक्स्ट प्रोटोकॉल (एमसीपी) समर्थन जोड़ा गया। यह अपडेट मुख्य रूप से उन डेवलपर्स के लिए है जो प्रोडक्शन-रेडी एआई एजेंट बनाना चाहते हैं — ऐसे एजेंट जो बिना लगातार निगरानी के विश्वसनीय रूप से चल सकें।

Next heading:

What the update adds

->

अपडेट में क्या जोड़ा गया है

Paragraph: Background tasks let agents run asynchronously. Instead of waiting for a manual trigger or blocking on a single request, an agent can monitor data, wait for a price threshold, or execute a time-based strategy on its own. Remote MCP gives agents a standard way to call external tools and APIs without custom integrations for each one. Translation: बैकग्राउंड टास्क एजेंटों को एसिंक्रोनस रूप से चलने देते हैं। मैनुअल ट्रिगर की प्रतीक्षा करने या एकल अनुरोध पर अवरुद्ध होने के बजाय, एक एजेंट डेटा की निगरानी कर सकता है, मूल्य सीमा की प्रतीक्षा कर सकता है, या अपने आप समय-आधारित रणनीति निष्पादित कर सकता है। रिमोट एमसीपी एजेंटों को बाहरी टूल्स और एपीआई को कॉल करने के लिए एक मानक तरीका देता है, बिना प्रत्येक के लिए कस्टम इंटीग्रेशन की आवश्यकता के। Now the market snapshot div. We need to translate the text inside but keep the HTML structure. The div has inline styles. We'll keep the styles and structure, but translate the text labels. Original:

📊 Market Data Snapshot

24h Change
-0.70%
7d Change
-1.60%
Fear & Greed
29 Fear
Sentiment
🔴 slightly bearish
Bitcoin (BTC): $63,415 Rank #1
We'll translate the text: - "📊 Market Data Snapshot" -> "📊 मार्केट डेटा स्नैपशॉट" - "24h Change" -> "24 घंटे का बदलाव" or "24 घंटे में बदलाव" (common) - "7d Change" -> "7 दिनों में बदलाव" - "Fear & Greed" -> "डर और लालच" (common term) - "Fear" -> "डर" - "Sentiment" -> "भावना" or "मनोभाव" (but in trading, "भावना" is fine) - "slightly bearish" -> "थोड़ा मंदी" or "हल्का मंदी" (we'll say "हल्का मंदी वाला" or "थोड़ा मंदी" but it's an adjective. Maybe "हल्का मंदी" is fine.) - "Bitcoin (BTC):" -> "बिटकॉइन (BTC):" - "Rank #1" -> "रैंक #1" We'll keep the numbers and symbols. Now the next paragraph: For developers, that's the difference between a prototype and something shippable. An agent that needs a human to kick it every time isn't practical for real workloads. One that can sit in the background and reach outside the model's own knowledge is a different animal. Translation: डेवलपर्स के लिए, यह एक प्रोटोटाइप और कुछ शिप करने योग्य के बीच का अंतर है। एक एजेंट जिसे हर बार किक करने के लिए इंसान की आवश्यकता होती है, वास्तविक कार्यभार के लिए व्यावहारिक नहीं है। एक जो बैकग्राउंड में बैठ सकता है और मॉडल के अपने ज्ञान से बाहर पहुंच सकता है, वह एक अलग चीज है। Next heading: