{"id":17511,"date":"2025-06-09T03:56:10","date_gmt":"2025-06-09T03:56:10","guid":{"rendered":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/"},"modified":"2025-06-09T03:56:10","modified_gmt":"2025-06-09T03:56:10","slug":"google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis","status":"publish","type":"post","link":"https:\/\/youzum.net\/zh\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/","title":{"rendered":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis"},"content":{"rendered":"<h2 class=\"wp-block-heading\"><strong>Introduction: The Need for Dynamic AI Research Assistants<\/strong><\/h2>\n<p>Conversational AI has rapidly evolved beyond basic chatbot frameworks. However, most large language models (LLMs) still suffer from a critical limitation\u2014they generate responses based only on static training data, lacking the ability to self-identify knowledge gaps or perform real-time information synthesis. As a result, these models often deliver incomplete or outdated answers, particularly for evolving or niche topics.<\/p>\n<p>To overcome these issues, AI agents must go beyond passive querying. They need to recognize informational gaps, perform autonomous web searches, validate results, and refine responses\u2014effectively mimicking a human research assistant.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Google\u2019s Full-Stack Research Agent: Gemini 2.5 + LangGraph<\/strong><\/h2>\n<p><strong>Google<\/strong>, in collaboration with contributors from <strong>Hugging Face<\/strong> and other open-source communities, has developed a <strong>full-stack research agent<\/strong> stack designed to solve this problem. Built with a <strong>React frontend<\/strong> and a <strong>FastAPI + LangGraph backend<\/strong>, this system combines language generation with intelligent control flow and dynamic web search.<\/p>\n<p>The research agent stack utilizes the <strong>Gemini 2.5 API<\/strong> to process user queries, generating structured search terms. It then performs recursive search-and-reflection cycles using the <strong>Google Search API<\/strong>, verifying whether each result sufficiently answers the original query. This iterative process continues until the agent generates a validated, well-cited response.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"683\" height=\"1024\" data-attachment-id=\"71866\" data-permalink=\"https:\/\/www.marktechpost.com\/2025\/06\/08\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/chatgpt-image-jun-8-2025-12_45_15-pm\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM.png\" data-orig-size=\"1024,1536\" data-comments-opened=\"1\" data-image-meta='{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}' data-image-title=\"ChatGPT Image Jun 8, 2025, 12_45_15 PM\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-200x300.png\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024.png\" alt=\"\" class=\"wp-image-71866\"\/><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Architecture Overview: Developer-Friendly and Extensible<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li><strong>Frontend:<\/strong> Built with <strong>Vite + React<\/strong>, offering hot reloading and clean module separation.<\/li>\n<li><strong>Backend:<\/strong> Powered by <strong>Python (3.8+)<\/strong>, FastAPI, and LangGraph, enabling decision control, evaluation loops, and autonomous query refinement.<\/li>\n<li><strong>Key Directories:<\/strong> The agent logic resides in <code>backend\/src\/agent\/graph.py<\/code>, while UI components are structured under <code>frontend\/<\/code>.<\/li>\n<li><strong>Local Setup:<\/strong> Requires Node.js, Python, and a Gemini API Key. Run with <code>make dev<\/code>, or launch frontend\/backend separately.<\/li>\n<li><strong>Endpoints:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Backend API: <code>http:\/\/127.0.0.1:2024<\/code><\/li>\n<li>Frontend UI: <code>http:\/\/localhost:5173<\/code><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>This separation of concerns ensures that developers can easily modify the agent\u2019s behavior or UI presentation, making the project suitable for global research teams and tech developers alike.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Technical Highlights and Performance<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li><strong>Reflective Looping:<\/strong> The LangGraph agent evaluates search results and identifies coverage gaps, autonomously refining queries without human intervention.<\/li>\n<li><strong>Delayed Response Synthesis:<\/strong> The AI waits until it gathers sufficient information before generating an answer.<\/li>\n<li><strong>Source Citations:<\/strong> Answers include embedded hyperlinks to original sources, improving trust and traceability.<\/li>\n<li><strong>Use Cases:<\/strong> Ideal for <strong>academic research<\/strong>, <strong>enterprise knowledge bases<\/strong>, <strong>technical support bots<\/strong>, and <strong>consulting tools<\/strong> where accuracy and validation matter.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\"><strong>Why It Matters: A Step Towards Autonomous Web Research<\/strong><\/h2>\n<p>This system illustrates how <strong>autonomous reasoning<\/strong> and <strong>search synthesis<\/strong> can be integrated directly into LLM workflows. The agent doesn\u2019t just respond\u2014it investigates, verifies, and adapts. This reflects a broader shift in AI development: from stateless Q&amp;A bots to <strong>real-time reasoning agents<\/strong>.<\/p>\n<p>The agent enables developers, researchers, and enterprises in regions such as <strong>North America<\/strong>, <strong>Europe<\/strong>, <strong>India<\/strong>, and <strong>Southeast Asia<\/strong> to deploy AI research assistants with minimal setup. By using globally accessible tools like FastAPI, React, and Gemini APIs, the project is well-positioned for widespread adoption.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/1f9e0.png\" alt=\"\ud83e\udde0\" class=\"wp-smiley\"\/> <strong>Agent Design:<\/strong> Modular React + LangGraph system supports autonomous query generation and reflection.<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/1f501.png\" alt=\"\ud83d\udd01\" class=\"wp-smiley\"\/> <strong>Iterative Reasoning:<\/strong> Agent refines search queries until confidence thresholds are met.<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/1f517.png\" alt=\"\ud83d\udd17\" class=\"wp-smiley\"\/> <strong>Citations Built-In:<\/strong> Outputs include direct links to web sources for transparency.<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/2699.png\" alt=\"\u2699\" class=\"wp-smiley\"\/> <strong>Developer-Ready:<\/strong> Local setup requires Node.js, Python 3.8+, and a Gemini API key.<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/1f310.png\" alt=\"\ud83c\udf10\" class=\"wp-smiley\"\/> <strong>Open-Source:<\/strong> Publicly available for community contribution and extension.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n<p>By combining Google\u2019s Gemini 2.5 with LangGraph\u2019s logic orchestration, this project delivers a breakthrough in autonomous AI reasoning. It showcases how research workflows can be automated without compromising accuracy or traceability. As conversational agents evolve, systems like this one set the standard for intelligent, trustworthy, and developer-friendly AI research tools.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<p><strong>Check out the\u00a0<a href=\"https:\/\/github.com\/google-gemini\/gemini-fullstack-langgraph-quickstart\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Page<\/a><em>.<\/em><\/strong>\u00a0All credit for this research goes to the researchers of this project. Also,\u00a0feel free to follow us on\u00a0<strong><a href=\"https:\/\/x.com\/intent\/follow?screen_name=marktechpost\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Twitter<\/mark><\/a><\/strong>\u00a0and don\u2019t forget to join our\u00a0<strong><a href=\"https:\/\/www.reddit.com\/r\/machinelearningnews\/\" target=\"_blank\" rel=\"noreferrer noopener\">99k+ ML SubReddit<\/a><\/strong>\u00a0and Subscribe to\u00a0<strong><a href=\"https:\/\/www.airesearchinsights.com\/subscribe\" target=\"_blank\" rel=\"noreferrer noopener\">our Newsletter<\/a><\/strong>.<\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2025\/06\/08\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\">Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Introduction: The Need for Dynamic AI Research Assistants Conversational AI has rapidly evolved beyond basic chatbot frameworks. However, most large language models (LLMs) still suffer from a critical limitation\u2014they generate responses based only on static training data, lacking the ability to self-identify knowledge gaps or perform real-time information synthesis. As a result, these models often deliver incomplete or outdated answers, particularly for evolving or niche topics. To overcome these issues, AI agents must go beyond passive querying. They need to recognize informational gaps, perform autonomous web searches, validate results, and refine responses\u2014effectively mimicking a human research assistant. Google\u2019s Full-Stack Research Agent: Gemini 2.5 + LangGraph Google, in collaboration with contributors from Hugging Face and other open-source communities, has developed a full-stack research agent stack designed to solve this problem. Built with a React frontend and a FastAPI + LangGraph backend, this system combines language generation with intelligent control flow and dynamic web search. The research agent stack utilizes the Gemini 2.5 API to process user queries, generating structured search terms. It then performs recursive search-and-reflection cycles using the Google Search API, verifying whether each result sufficiently answers the original query. This iterative process continues until the agent generates a validated, well-cited response. Architecture Overview: Developer-Friendly and Extensible Frontend: Built with Vite + React, offering hot reloading and clean module separation. Backend: Powered by Python (3.8+), FastAPI, and LangGraph, enabling decision control, evaluation loops, and autonomous query refinement. Key Directories: The agent logic resides in backend\/src\/agent\/graph.py, while UI components are structured under frontend\/. Local Setup: Requires Node.js, Python, and a Gemini API Key. Run with make dev, or launch frontend\/backend separately. Endpoints: Backend API: http:\/\/127.0.0.1:2024 Frontend UI: http:\/\/localhost:5173 This separation of concerns ensures that developers can easily modify the agent\u2019s behavior or UI presentation, making the project suitable for global research teams and tech developers alike. Technical Highlights and Performance Reflective Looping: The LangGraph agent evaluates search results and identifies coverage gaps, autonomously refining queries without human intervention. Delayed Response Synthesis: The AI waits until it gathers sufficient information before generating an answer. Source Citations: Answers include embedded hyperlinks to original sources, improving trust and traceability. Use Cases: Ideal for academic research, enterprise knowledge bases, technical support bots, and consulting tools where accuracy and validation matter. Why It Matters: A Step Towards Autonomous Web Research This system illustrates how autonomous reasoning and search synthesis can be integrated directly into LLM workflows. The agent doesn\u2019t just respond\u2014it investigates, verifies, and adapts. This reflects a broader shift in AI development: from stateless Q&amp;A bots to real-time reasoning agents. The agent enables developers, researchers, and enterprises in regions such as North America, Europe, India, and Southeast Asia to deploy AI research assistants with minimal setup. By using globally accessible tools like FastAPI, React, and Gemini APIs, the project is well-positioned for widespread adoption. Key Takeaways Agent Design: Modular React + LangGraph system supports autonomous query generation and reflection. Iterative Reasoning: Agent refines search queries until confidence thresholds are met. Citations Built-In: Outputs include direct links to web sources for transparency. Developer-Ready: Local setup requires Node.js, Python 3.8+, and a Gemini API key. Open-Source: Publicly available for community contribution and extension. Conclusion By combining Google\u2019s Gemini 2.5 with LangGraph\u2019s logic orchestration, this project delivers a breakthrough in autonomous AI reasoning. It showcases how research workflows can be automated without compromising accuracy or traceability. As conversational agents evolve, systems like this one set the standard for intelligent, trustworthy, and developer-friendly AI research tools. Check out the\u00a0GitHub Page.\u00a0All credit for this research goes to the researchers of this project. Also,\u00a0feel free to follow us on\u00a0Twitter\u00a0and don\u2019t forget to join our\u00a099k+ ML SubReddit\u00a0and Subscribe to\u00a0our Newsletter. The post Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis appeared first on MarkTechPost.<\/p>","protected":false},"author":2,"featured_media":17512,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_pvb_checkbox_block_on_post":false,"footnotes":""},"categories":[52,5,7,1],"tags":[],"class_list":["post-17511","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-club","category-committee","category-news","category-uncategorized","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum<\/title>\n<meta name=\"description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youzum.net\/zh\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum\" \/>\n<meta property=\"og:description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youzum.net\/zh\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\" \/>\n<meta property=\"og:site_name\" content=\"YouZum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DroneAssociationTH\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-09T03:56:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png\" \/>\n\t<meta property=\"og:image:width\" content=\"683\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin NU\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin NU\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\"},\"author\":{\"name\":\"admin NU\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\"},\"headline\":\"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis\",\"datePublished\":\"2025-06-09T03:56:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\"},\"wordCount\":657,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png\",\"articleSection\":[\"AI\",\"Committee\",\"News\",\"Uncategorized\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\",\"url\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\",\"name\":\"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum\",\"isPartOf\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png\",\"datePublished\":\"2025-06-09T03:56:10+00:00\",\"description\":\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\",\"breadcrumb\":{\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png\",\"width\":683,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/youzum.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yousum.gpucore.co\/#website\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"name\":\"YouSum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yousum.gpucore.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\",\"name\":\"Drone Association Thailand\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"width\":300,\"height\":300,\"caption\":\"Drone Association Thailand\"},\"image\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DroneAssociationTH\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\",\"name\":\"admin NU\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"caption\":\"admin NU\"},\"url\":\"https:\/\/youzum.net\/zh\/members\/adminnu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youzum.net\/zh\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/","og_locale":"zh_CN","og_type":"article","og_title":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum","og_description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","og_url":"https:\/\/youzum.net\/zh\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/","og_site_name":"YouZum","article_publisher":"https:\/\/www.facebook.com\/DroneAssociationTH\/","article_published_time":"2025-06-09T03:56:10+00:00","og_image":[{"width":683,"height":1024,"url":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png","type":"image\/png"}],"author":"admin NU","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin NU","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#article","isPartOf":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/"},"author":{"name":"admin NU","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c"},"headline":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis","datePublished":"2025-06-09T03:56:10+00:00","mainEntityOfPage":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/"},"wordCount":657,"commentCount":0,"publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"image":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png","articleSection":["AI","Committee","News","Uncategorized"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/","url":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/","name":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis - YouZum","isPartOf":{"@id":"https:\/\/yousum.gpucore.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage"},"image":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png","datePublished":"2025-06-09T03:56:10+00:00","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","breadcrumb":{"@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#primaryimage","url":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png","width":683,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/youzum.net\/google-introduces-open-source-full-stack-ai-agent-stack-using-gemini-2-5-and-langgraph-for-multi-step-web-search-reflection-and-synthesis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youzum.net\/"},{"@type":"ListItem","position":2,"name":"Google Introduces Open-Source Full-Stack AI Agent Stack Using Gemini 2.5 and LangGraph for Multi-Step Web Search, Reflection, and Synthesis"}]},{"@type":"WebSite","@id":"https:\/\/yousum.gpucore.co\/#website","url":"https:\/\/yousum.gpucore.co\/","name":"YouSum","description":"","publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yousum.gpucore.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/yousum.gpucore.co\/#organization","name":"Drone Association Thailand","url":"https:\/\/yousum.gpucore.co\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","width":300,"height":300,"caption":"Drone Association Thailand"},"image":{"@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DroneAssociationTH\/"]},{"@type":"Person","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c","name":"admin NU","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","caption":"admin NU"},"url":"https:\/\/youzum.net\/zh\/members\/adminnu\/"}]}},"rttpg_featured_image_url":{"full":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"landscape":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"portraits":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-150x150.png",150,150,true],"medium":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-200x300.png",200,300,true],"large":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"1536x1536":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"2048x2048":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu.png",683,1024,false],"trp-custom-language-flag":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-8x12.png",8,12,true],"woocommerce_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-300x300.png",300,300,true],"woocommerce_single":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-600x900.png",600,900,true],"woocommerce_gallery_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-8-2025-12_45_15-PM-683x1024-3PWBYu-100x100.png",100,100,true]},"rttpg_author":{"display_name":"admin NU","author_link":"https:\/\/youzum.net\/zh\/members\/adminnu\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/youzum.net\/zh\/category\/ai-club\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/youzum.net\/zh\/category\/committee\/\" rel=\"category tag\">Committee<\/a> <a href=\"https:\/\/youzum.net\/zh\/category\/news\/\" rel=\"category tag\">News<\/a> <a href=\"https:\/\/youzum.net\/zh\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","rttpg_excerpt":"Introduction: The Need for Dynamic AI Research Assistants Conversational AI has rapidly evolved beyond basic chatbot frameworks. However, most large language models (LLMs) still suffer from a critical limitation\u2014they generate responses based only on static training data, lacking the ability to self-identify knowledge gaps or perform real-time information synthesis. As a result, these models often&hellip;","_links":{"self":[{"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/posts\/17511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/comments?post=17511"}],"version-history":[{"count":0,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/posts\/17511\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/media\/17512"}],"wp:attachment":[{"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/media?parent=17511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/categories?post=17511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/youzum.net\/zh\/wp-json\/wp\/v2\/tags?post=17511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}