Google logo

How Google Uses FastAPI

4 engineering articles about FastAPI from Google's engineering team

Articles

Filter:
Google logo
Google
Intermediate
How a Python agent and a Go agent collaborate on contract compliance using the Agent2Agent protocolY...
Shubham Saboo, Eric Dong
9 min read
Includes Code
--
Google logo
Google
Intermediate
How to transition from stateless chatbots to production-grade agents capable of managing long-running enterprise workflows, such as HR onboarding, that span days or weeks. It introduces the Agent Development Kit (ADK) and its architectural shifts, specifically using durable state machines and persistent session storage to ensure an agent never loses context during "idle time" or server restarts. By leveraging event-driven webhooks and multi-agent delegation, the tutorial demonstrates how to build resilient systems that "sleep" during pauses and wake up to resume complex tasks with high reasoning accuracy.
Shubham Saboo, Eric Dong
13 min read
Includes Code
--
Google logo
Google
Advanced
This blog post introduces a suite of six protocols, such as MCP and A2A, designed to eliminate custom integration code by standardizing how AI agents access data and communicate. Using a "kitchen manager" agent as a practical example, it demonstrates how these tools handle complex tasks like real-time inventory checks, wholesale commerce via UCP, and secure payment authorization through AP2. By leveraging the Agent Development Kit (ADK), developers can also implement A2UI and AG-UI to deliver interactive dashboards and seamless streaming interfaces to users.
Shubham Saboo, Kristopher Overholt
13 min read
Includes Code
--
Google logo
Google
Intermediate
The Google Dev Library Newsletter: 20th Edition highlights innovative projects developed using Google technologies, showcasing contributions to the Google Dev Library platform.

You've reached the end! All 4 articles loaded.