Building Intelligent Agents with Google ADK (eBook)

Building Intelligent Agents with Google ADK (eBook)

Amulya Rattan Bhatia
Amulya Rattan Bhatia
Prezzo:
€ 8,99
Compra EPUB
Prezzo:
€ 8,99
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: Inglese
Editore: Amulya Rattan Bhatia
Codice EAN: 9798231908097
Anno pubblicazione: 2025
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Building Intelligent Agents with Google's ADK is your definitive, hands-on guide to mastering Google's Agent Development Kit—an open-source, code-first Python toolkit designed for crafting robust, modular, and deployable AI agents. It is built for developers who want to write testable, version-controlled, and flexible agentic applications with the full power of Python and its rich ecosystem. Inside this comprehensive guide, you will master: Core ADK Foundations: Go beyond the surface to understand the fundamental building blocks of ADK. You'll learn the distinct roles of the Runner for execution, the Agent as the core logic unit, and the crucial Session, Artifact, and Memory services that provide your agents with short-term context, file handling, and long-term knowledge. Empowering Agents with an Unmatched Tooling Ecosystem: An agent's true power comes from its tools. This book provides extensive coverage of ADK's tooling capabilities, showing you how to: Wrap any Python function into a tool with FunctionTool, complete with automatic schema generation from type hints and docstrings. Instantly generate entire toolsets from OpenAPI (Swagger) specifications to interact with any REST API. Leverage pre-packaged toolsets for Google APIs like Calendar, BigQuery, and Gmail, with built-in handling for complex OAuth2 flows. Bridge ecosystems by using tools from other popular frameworks like Langchain and CrewAI directly within your ADK agents. Advanced Agent Capabilities: Elevate your agents from simple responders to dynamic problem solvers. Code Execution: A cornerstone of ADK's power. You'll learn to implement secure code execution using various backends, from the seamless BuiltInCodeExecutor in Gemini models and the cloud-native VertexAiCodeExecutor, to the isolated ContainerCodeExecutor for enhanced security. Planning and Reasoning: Implement sophisticated reasoning with ADK's planners, including the explicit, step-by-step logic of the PlanReActPlanner to make your agent's thought process transparent and robust. Designing and Implementing Multi-Agent Systems: Learn the principles of building applications where multiple specialized agents collaborate. This book details how to implement common architectures—Hierarchical, Sequential, and Parallel—using ADK's agent transfer mechanism and its powerful shell orchestrators (SequentialAgent, ParallelAgent, and LoopAgent). Full Lifecycle Management: From Development to Deployment: We cover the complete operational lifecycle of an agent. Persistence: Master session and state management with persistent backends like DatabaseSessionService (for SQL databases) and GcsArtifactService (for Google Cloud Storage). Evaluation: Dive deep into ADK's built-in evaluation framework. Learn to define EvalSets and EvalCases to test tool trajectory and response quality, and use the adk eval CLI to automate regression testing and performance benchmarking. Deployment: Take your agent from local development to a live service by packaging it and deploying it to serverless platforms like Google Cloud Run . Furthermore, each chapter is packed with: Runnable Code Examples: Dozens of self-contained Python scripts and configuration files, meticulously crafted to demonstrate each concept. Extensive Diagrams: Over 50 diagrams visualize everything from high-level architectures and class relationships to detailed sequence flows of agent interactions, making complex concepts easy to grasp.