How Google Uses FastAPI
4 engineering articles about FastAPI from Google's engineering team
Other Google Technologies
Other Companies Using FastAPI
Articles
Filter:
How a Python agent and a Go agent collaborate on contract compliance using the Agent2Agent protocolY...
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.
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.
The Google Dev Library Newsletter: 20th Edition highlights innovative projects developed using Google technologies, showcasing contributions to the Google Dev Library platform.
the Dev Library team
3 min read
Has Summary
--
You've reached the end! All 4 articles loaded.