본문 바로가기

추천 검색어

실시간 인기 검색어

Practical AI Agent Development with ADK: From Concept to Deployment

Hwang, SamChung 지음 | Hwang, JunSik 그림
넷스쿨

2025년 05월 24일 출간

(개의 리뷰)
( 0%의 구매자)
eBook 상품 정보
파일 정보 PDF (9.40MB)
ISBN 9791199112377
쪽수 293쪽
지원기기 교보eBook App, PC e서재, 리더기, 웹뷰어
교보eBook App 듣기(TTS) 가능
TTS 란?
텍스트를 음성으로 읽어주는 기술입니다.
  • 전자책의 편집 상태에 따라 본문의 흐름과 다르게 텍스트를 읽을 수 있습니다.
  • 이미지 형태로 제작된 전자책 (예 : ZIP 파일)은 TTS 기능을 지원하지 않습니다.

PDF 필기가능 (Android, iOS)
  • sam 무제한 이용가능
  • sam 프리미엄 이용가능

이 상품은 배송되지 않는 디지털 상품이며,
교보eBook앱이나 웹뷰어에서 바로 이용가능합니다.

작품소개

이 상품이 속한 분야

Practical AI Agent Development with ADK: From Concept to Deployment is a hands-on guide to building autonomous AI agent systems with Google’s Agent Development Kit (ADK). Written for AI professionals and software developers, it provides a roadmap for designing intelligent agents and multi-agent workflows that perceive, decide, and act autonomously. It focuses on real-world use cases and introduces Google’s ADK as an innovative framework to streamline agent development from concept to deployment.
Structure and Learning Flow
The book is structured in four parts:
Part I – Foundations: Explains what AI agents are, why multi-agent systems matter, and introduces ADK’s core architecture.
Part II – Building Agents and Workflows: Shows how to create your first AI agent and then compose agents into workflows. You learn to manage state and handle errors for reliability.
Part III – Advanced Collaboration: Explores orchestrating multiple specialized agents (e.g. decision-tree strategies for complex tasks) and integrating external data sources, APIs, and tools to extend capabilities.
Part IV – Projects and Deployment: Presents full case-study projects that apply everything learned. You will build end-to-end solutions (such as a document Q&A assistant and an e-commerce automation pipeline) and learn how to containerize and deploy your agent system to the cloud with CI/CD, monitoring, and security measures.
Key Concepts and Tools
AI Agents & Multi-Agent Workflows: Understanding autonomous AI agents and how multiple agents coordinate in workflows to tackle complex tasks more effectively than a single agent.
Modular Architecture (Google ADK): Using ADK’s modular design to build agents as reusable components and orchestrate their interactions. ADK is model-agnostic, so you can plug in different language models (e.g. Google’s Gemini) as needed.
Integration with APIs and Tools: Connecting agents to external systems and data sources. Learn how to equip agents with access to databases, web services, and custom APIs (for tasks like searching documents or checking inventories), and how to use advanced language models as reasoning engines.
Cloud Deployment: Deploying AI agents in production environments. You’ll learn how to containerize an agent application and deploy it on cloud platforms like Google Cloud Run, set up continuous integration/delivery, and add monitoring and security for a production-ready solution.
Hands-On Practice and Projects
Throughout the book, each chapter includes code examples and encourages you to follow along with a provided code repository. Early exercises let you build confidence with ADK basics, and later chapters tackle more complex multi-agent scenarios. Finally, the book provides immersive projects. You will implement a document question-answering agent that can search a private knowledge base for answers, and a multi-agent e-commerce workflow that automates steps from product inquiry to order fulfillment. Each project comes with complete code and deployment guidance, demonstrating how to move from a working prototype to a scalable, cloud-deployed service.
Audience and Benefits
This guide is ideal for AI engineers, ML practitioners, and software developers who want to create the next generation of AI-driven applications. If you’re looking to go beyond basic chatbots and harness multiple AI agents working in concert, this book will show you how. It doesn’t stop at prototyping – you’ll learn to build robust agents and deploy them confidently to production. By the end of Practical AI Agent Development with ADK, you will have the knowledge and hands-on experience to design, build, and deploy intelligent agents using Google’s ADK. You’ll be equipped to create robust multi-agent systems for real-world use and take your AI agent solutions from concept to deployment.
Practical AI Agent Development with ADK: From Concept to Deployment
Prologue
Part I: Foundations of AI Agents and the Google ADK Architecture
Chapter 1: Understanding AI Agents and Their Role in Automation
Chapter 2: Language Models, Development Frameworks, and Setting Up Your ADK Environment
Chapter 3: Google ADK Architecture and Core Components

Part II: Building Multi-Agent Workflows with Google ADK
Chapter 4: Building Your First AI Agent with Google ADK
Chapter 5: Designing Workflows and Managing State in ADK
Chapter 6: Handling Errors and Ensuring Robustness in AI Agent Workflows
Part III: Collaboration Strategies and Tool Integration
Chapter 7: Improving Decision Accuracy with a Decision-Tree Approach
Chapter 8: Connecting AI Agents to External Systems and Data Sources

Part IV: Hands-On Projects for Workflow Automation
Chapter 9: Project – Integrating AI Agents with Vertex AI and Cloud APIs
Chapter 10: Project – Automating E-commerce Workflows with AI Agents
Chapter11: Project: Self-RAG implementation

Part V: Optimizing and Deploying AI Agents in Production
Chapter 12: Optimizing and Scaling AI Agent Systems
Chapter 13: Deploying and Orchestrating AI Agents on Google Cloud(Windows & ADK Edition)
Conclusion
판권

Overview
Practical AI Agent Development with ADK is a comprehensive guide to building intelligent agents and multi-agent systems using Google’s Agent Development Kit (ADK). Google’s ADK is a new open-source framework that simplifies the development of both single-agent and multi-agent applications. The book emphasizes a hands-on approach: from fundamental concepts of AI agents to deploying production-ready agent workflows on Google Cloud. Readers progress through every step of the development lifecycle – from initial concept and prototyping to scaling up and cloud deployment – with plenty of code examples and real-world use cases.

Book Structure and Key Topics
Part I – Foundations: Covers what AI agents are, how they work (sensing, reasoning, acting), and why multi-agent systems are needed for complex tasks. It establishes the conceptual foundation and sets up the development environment.
Part II – Building Agents with ADK: Guides you through creating your first AI agent using ADK, then expanding it into multi-step workflows. You learn how to design agent logic, manage state, and handle errors for reliability.
Part III – Collaboration & Integration: Explores advanced multi-agent strategies. You will orchestrate multiple specialized agents (e.g. a decision-tree approach for better decisions) and integrate them with external resources like APIs, databases, and live data to build richer systems that function in real-world environments.
Part IV – Hands-On Projects: Shifts from theory to practice with end-to-end projects applying ADK. You learn to connect agents to enterprise cloud services, enable them to process documents intelligently, and automate multi-step business workflows. These projects span enterprise integration, document analysis, and business process automation, reinforcing earlier concepts in a tangible way.
Part V – Production Deployment: Focuses on optimizing and deploying AI agents. You learn performance tuning (reducing latency, scaling concurrency) and how to deploy the multi-agent system on Google Cloud with CI/CD pipelines, monitoring, and security best practices.

Distinctive Features
The book’s practical, code-first approach sets it apart. Every chapter is example-driven, with code and a companion GitHub repository for hands-on practice. This ensures you gain practical experience, not just theoretical knowledge. Another highlight is the focus on Google’s ADK itself. The book emphasizes ADK’s innovative design as a “powerful, modular framework that puts production-ready multi-agent systems within reach of every developer”. It shows how ADK’s components can be extended: you can compose sub-agents into larger workflows, plug in any suitable language model (Google Gemini or others), and integrate new tools or APIs with minimal effort. Combined with guidance on proper deployment and scaling, these features ensure the techniques you learn are readily applicable to real-world projects.

Who Will Benefit
This book is ideal for AI/ML engineers and software developers who want to transition from basic prototypes to production-ready AI agent systems. Assuming a background in Python and elementary AI knowledge, it provides step-by-step guidance to implement intelligent assistants, chatbots, and workflow automation agents that operate reliably in real-world conditions. By the end of the journey, you will be “fully equipped to harness the power of AI agents in your own projects”

– ready to leverage Google’s ADK to turn AI concepts into deployed, scalable solutions.

If you’ve ever wanted to build your own intelligent AI agents but weren’t sure where to start, Practical AI Agent Development with ADK: From Concept to Deployment is the book you’ve been waiting for. This friendly, comprehensive guide by SamChung Hwang takes readers on an exciting journey into the world of AI agents. The writing is enthusiastic and approachable, making advanced concepts feel easy. The book brilliantly balances practical focus with accessible explanations, all while showcasing the powerful capabilities of Google’s Agent Development Kit (ADK). It’s a must-read for anyone eager to understand or build intelligent AI agents.

A Practical and Accessible AI Guide for Everyone
One of the greatest strengths of this book is its accessibility. SamChung Hwang writes in a clear, conversational style that makes complex AI concepts easy to grasp for general readers and developers alike. The book starts from the ground up, explaining what AI agents are and why they matter before gradually introducing more advanced topics. Throughout each chapter, the focus remains on real-world understanding – every concept comes with code examples or analogies that demystify the tech jargon. The result is a practical guide where you learn by doing. Each chapter is code-centric and example-driven, so you’re never just reading theory – you’re building something tangible.

Harnessing the Power of Google’s ADK
At the heart of this guide is Google’s powerful Agent Development Kit. ADK is a revolutionary open-source framework that simplifies the creation of both single-agent and multi-agent systems. Practical AI Agent Development with ADK demystifies ADK’s cutting-edge features and shows you how to leverage them step by step. You’ll discover how ADK’s modular architecture and workflow orchestration let you connect multiple specialized agents into a well-coordinated team. Each agent can handle different subtasks seamlessly, sharing information to achieve complex goals together. The book highlights how ADK integrates with external tools and data sources (APIs, databases, web services) and remains model-agnostic – meaning you can plug in any AI language model of your choice. By following the examples, you’ll quickly grasp how ADK empowers developers to build intelligent agents that perceive information, make decisions, and take actions autonomously. The author’s enthusiasm for ADK shines through, inspiring you to experiment with this powerful toolkit in your own projects.

Hands-On Projects from Concept to Deployment
What truly sets this book apart is its abundance of real-world examples and step-by-step projects. Practical AI Agent Development with ADK doesn’t stop at teaching theory or presenting isolated code snippets – it walks you through complete, end-to-end AI agent solutions. From designing an AI agent’s basic reasoning abilities to orchestrating a team of agents working together, you’ll follow detailed case studies that bring the concepts to life. For instance, you’ll build an automated e-commerce order processing pipeline and a document Q&A assistant, each with clear instructions and sample code you can follow or adapt. Every project is broken down into manageable steps, allowing you to code along and modify things as you learn. The guide even covers how to take your AI agents from concept all the way to a deployed application in a production environment. You’ll learn how to containerize your agent applications and deploy them on Google Cloud Run, complete with best practices for continuous integration (CI/CD), monitoring, and security. By the end of these hands-on chapters, you won’t just understand intelligent agents in theory – you’ll have built and deployed actual AI applications yourself.

What You Will Learn
By reading this book, you will gain the skills to:
- Design and implement intelligent agents that can reason, use tools, and maintain context autonomously.
- Compose multi-agent workflows where multiple AI agents collaborate to tackle complex tasks together.
- Integrate external systems and data – connecting your agents to APIs, databases, and cloud services to expand their capabilities.
- Build real-world AI applications (like chatbots, automated workflows, or Q&A assistants) with complete, customizable sample code provided.
- Deploy and manage AI agents in production, using cloud platforms (such as Google Cloud Run) with CI/CD pipelines, monitoring, and security best practices.

A Must-Read for Aspiring AI Innovators
In conclusion, Practical AI Agent Development with ADK: From Concept to Deployment is an invaluable resource for anyone who wants to dive into the world of intelligent AI agents. Whether you’re a seasoned software engineer or a curious newcomer, the book’s step-by-step, enthusiastic approach will leave you empowered and inspired. SamChung Hwang has crafted a guide that not only teaches you about AI agents but also gives you the confidence to build your own. This book truly deserves a spot on the shelf of anyone looking to create the next generation of AI-driven applications. By the time you turn the last page, you’ll be fully equipped to harness the power of AI agents in your own projects – and have a lot of fun along the way!

작가정보

저자(글) Hwang, SamChung

SamChung Hwang holds a B.S. in Computer Engineering from Seoul National University (February 1988) and earned his Ph.D. in Computer Science with a specialization in Artificial Intelligence from KAIST (August 1994). He began his software-engineering career in 1994 at HandySoft, where he led the development of intranet groupware—designing both the approval workflow and core engine.

Over the next decade, Dr. Hwang built his technical leadership at CyberBank and ThinMultimedia, serving as Development Team Lead and Research Director for terminal-side applications such as SW-based VOD and SMIL players. He then joined Samsung Electronics’ Wireless Division as a Senior Researcher and Development Manager, driving smartphone software projects. At Naver, he oversaw the Development Lab for Service Management Systems and Map Services, guiding large-scale, mission-critical platforms.

Today, as CEO of Netschool, Dr. Hwang combines his decades of software development and AI expertise with real-world investment insight—researching and building AI-driven investment models across equities and real estate. In parallel, he delivers investment courses and consulting services, and continues to explore innovative business applications of AI agents through both research and teaching.

그림/만화 Hwang, JunSik

이 상품의 총서

Klover리뷰 (0)

Klover리뷰 안내
Klover(Kyobo-lover)는 교보를 애용해 주시는 고객님들이 남겨주신 평점과 감상을 바탕으로, 다양한 정보를 전달하는 교보문고의 리뷰 서비스입니다.
1. 리워드 안내
구매 후 90일 이내에 평점 작성 시 e교환권 100원을 적립해 드립니다.
  • - e교환권은 적립일로부터 180일 동안 사용 가능합니다.
  • - 리워드는 5,000원 이상 eBook, 오디오북, 동영상에 한해 다운로드 완료 후 리뷰 작성 시 익일 제공됩니다. (2024년 9월 30일부터 적용)
  • - 리워드는 한 상품에 최초 1회만 제공됩니다.
  • - sam 이용권 구매 상품 / 선물받은 eBook은 리워드 대상에서 제외됩니다.
2. 운영 원칙 안내
Klover리뷰를 통한 리뷰를 작성해 주셔서 감사합니다. 자유로운 의사 표현의 공간인 만큼 타인에 대한 배려를 부탁합니다. 일부 타인의 권리를 침해하거나 불편을 끼치는 것을 방지하기 위해 아래에 해당하는 Klover 리뷰는 별도의 통보 없이 삭제될 수 있습니다.
  • 도서나 타인에 대해 근거 없이 비방을 하거나 타인의 명예를 훼손할 수 있는 리뷰
  • 도서와 무관한 내용의 리뷰
  • 인신공격이나 욕설, 비속어, 혐오 발언이 개재된 리뷰
  • 의성어나 의태어 등 내용의 의미가 없는 리뷰

구매 후 리뷰 작성 시, e교환권 100원 적립

문장수집

문장수집 안내
문장수집은 고객님들이 직접 선정한 책의 좋은 문장을 보여 주는 교보문고의 새로운 서비스 입니다. 교보eBook 앱에서 도서 열람 후 문장 하이라이트 하시면 직접 타이핑 하실 필요 없이 보다 편하게 남길 수 있습니다. 마음을 두드린 문장들을 기록하고 좋은 글귀들은 ‘좋아요’ 하여 모아보세요. 도서 문장과 무관한 내용 등록 시 별도 통보없이 삭제될 수 있습니다.
리워드 안내
  • 구매 후 90일 이내에 문장 수집 등록 시 e교환권 100원을 적립해 드립니다.
  • e교환권은 적립일로부터 180일 동안 사용 가능합니다.
  • 리워드는 5,000원 이상 eBook에 한해 다운로드 완료 후 문장수집 등록 시 제공됩니다. (2024년 9월 30일부터 적용)
  • 리워드는 한 상품에 최초 1회만 제공됩니다.
  • sam 이용권 구매 상품 / 선물받은 eBook / 오디오북·동영상 상품/주문취소/환불 시 리워드 대상에서 제외됩니다.

구매 후 문장수집 작성 시, e교환권 100원 적립

    교보eBook 첫 방문을 환영 합니다!

    신규가입 혜택 지급이 완료 되었습니다.

    바로 사용 가능한 교보e캐시 1,000원 (유효기간 7일)
    지금 바로 교보eBook의 다양한 콘텐츠를 이용해 보세요!

    교보e캐시 1,000원
    TOP
    신간 알림 안내
    Practical AI Agent Development with ADK: From Concept to Deployment 웹툰 신간 알림이 신청되었습니다.
    신간 알림 안내
    Practical AI Agent Development with ADK: From Concept to Deployment 웹툰 신간 알림이 취소되었습니다.
    리뷰작성
    • 구매 후 90일 이내 작성 시, e교환권 100원 (최초1회)
    • 리워드 제외 상품 : 마이 > 라이브러리 > Klover리뷰 > 리워드 안내 참고
    • 콘텐츠 다운로드 또는 바로보기 완료 후 리뷰 작성 시 익일 제공
    감성 태그

    가장 와 닿는 하나의 키워드를 선택해주세요.

    사진 첨부(선택) 0 / 5

    총 5MB 이하로 jpg,jpeg,png 파일만 업로드 가능합니다.

    신고/차단

    신고 사유를 선택해주세요.
    신고 내용은 이용약관 및 정책에 의해 처리됩니다.

    허위 신고일 경우, 신고자의 서비스 활동이 제한될 수
    있으니 유의하시어 신중하게 신고해주세요.


    이 글을 작성한 작성자의 모든 글은 블라인드 처리 됩니다.

    문장수집 작성

    구매 후 90일 이내 작성 시, e교환권 100원 적립

    eBook 문장수집은 웹에서 직접 타이핑 가능하나, 모바일 앱에서 도서를 열람하여 문장을 드래그하시면 직접 타이핑 하실 필요 없이 보다 편하게 남길 수 있습니다.

    P.
    Practical AI Agent Development with ADK: From Concept to Deployment
    저자 모두보기
    저자(글)
    그림/만화
    낭독자 모두보기
    sam 이용권 선택
    님이 보유하신 이용권입니다.
    차감하실 sam이용권을 선택하세요.
    sam 이용권 선택
    님이 보유하신 이용권입니다.
    차감하실 sam이용권을 선택하세요.
    sam 이용권 선택
    님이 보유하신 프리미엄 이용권입니다.
    선물하실 sam이용권을 선택하세요.
    결제완료
    e캐시 원 결제 계속 하시겠습니까?
    교보 e캐시 간편 결제
    sam 열람권 선물하기
    • 보유 권수 / 선물할 권수
      0권 / 1
    • 받는사람 이름
      받는사람 휴대전화
    • 구매한 이용권의 대한 잔여권수를 선물할 수 있습니다.
    • 열람권은 1인당 1권씩 선물 가능합니다.
    • 선물한 열람권이 ‘미등록’ 상태일 경우에만 ‘열람권 선물내역’화면에서 선물취소 가능합니다.
    • 선물한 열람권의 등록유효기간은 14일 입니다.
      (상대방이 기한내에 등록하지 않을 경우 소멸됩니다.)
    • 무제한 이용권일 경우 열람권 선물이 불가합니다.
    이 상품의 총서 전체보기
    네이버 책을 통해서 교보eBook 첫 구매 시
    교보e캐시 지급해 드립니다.
    교보e캐시 1,000원
    • 첫 구매 후 3일 이내 다운로드 시 익일 자동 지급
    • 한 ID당 최초 1회 지급 / sam 이용권 제외
    • 네이버 책을 통해 교보eBook 구매 이력이 없는 회원 대상
    • 교보e캐시 1,000원 지급 (유효기간 지급일로부터 7일)
    구글바이액션을 통해서 교보eBook
    첫 구매 시 교보e캐시 지급해 드립니다.
    교보e캐시 1,000원
    • 첫 구매 후 3일 이내 다운로드 시 익일 자동 지급
    • 한 ID당 최초 1회 지급 / sam 이용권 제외
    • 구글바이액션을 통해 교보eBook 구매 이력이 없는 회원 대상
    • 교보e캐시 1,000원 지급 (유효기간 지급일로부터 7일)