Google ML and AI - How to Use OpenAPI Tools with Google ADK Agents
The Machine Learning Engineer via YouTube
-
110
-
- Write review
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn to build a conversational assistant using the Google Agent Development Kit (ADK) that integrates with REST APIs through OpenAPI specifications. Discover how to create an intelligent agent that can interact with a read-only SQL API using natural language queries, enabling users to list available tables, examine table schemas, retrieve sample data rows, and execute parameterized SELECT statements. Explore the implementation of OpenAI models through the ADK's LiteLLM adapter and understand how to combine ADK agents with REST API integrations defined by OpenAPI specifications. Master the process of leveraging schema.json files to automatically generate tools that bridge conversational AI with database operations, creating a seamless natural language interface for data exploration and querying.
Syllabus
Google ML and AI: How to use OpenAPI tools with Google ADK agents #datascience #machinelearning
Taught by
The Machine Learning Engineer
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
This course does a competent job introducing Google’s Agent Developer Kit and how OpenAPI specs integrate with it. It focuses on the practical workflow: creating a tool, wiring it into an agent, and watching the model call the API automatically. The explanations are simple enough for beginners but still relevant for intermediate developers who want to build agents that perform real actions instead of just generating text.