У нас вы можете посмотреть бесплатно Google ADK Artifacts Explained | Save, Version, and Reuse Agent Files или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this hands-on demo, we learn how to use Artifacts in Google ADK so agents can persist, version, and reuse file-like outputs beyond normal conversational state. We start by understanding what Artifacts are and why they matter, especially when your agent needs to work with larger or binary payloads instead of just lightweight session state. Then we build and demo an Artifact Notebook Agent that can save notes as artifacts, load them later, list available artifacts, and create new versions automatically when the same file is updated. We also look at session-scoped vs user-scoped artifacts and discuss when each one makes sense. 📘 What we covered • What Artifacts are in Google ADK • Why Artifacts are needed beyond session state • How Artifacts are represented using google.genai.types.Part • Save artifacts with save_artifact(...) • Load latest or specific versions with load_artifact(...) • Discover saved files with list_artifacts() • Understand automatic versioning for the same filename • Learn session scope vs user scope with namespaced keys • Build and demo an Artifact Notebook Agent in ADK Web UI 👇 Chapters 00:00 - Intro 00:50 - Artifacts vs session state 02:05 - Artifact anatomy 02:38 - Real world Scenarios 03:37 - Artifact service architecture 04:32 - Automatic versioning 05:40 - Session scope vs user scope 06:40 - Interaction with Artifacts Service 07:41 - Backend services 08:33 - Building the Artifact Notebook Agent 13:55 - Demo in ADK Web UI 19:12 - Wrap-up 📂 Resources • Reference code: ADK Artifacts tutorial code → https://github.com/ai-suyash/genai-yo... 🎥 Previous videos → Video 1: Build Your First AI Agent with Google ADK → • Build Your First AI Agent with Google ADK ... → Video 2: Function Tools in Google ADK (Finance Assistant) → • Function Tools in Google ADK | Build a Fin... → Video 3: OpenAPI Tools in Google ADK (Chuck Norris API) → • OpenAPI Tools in Google ADK | Connect Your... → Video 4: Sequential Agents in Google ADK (Podcast Transcript Assistant) → • Sequential Agents in Google ADK | Podcast ... → Video 5: Parallel Agents in Google ADK (Multi-Agent Travel Planner) → • Parallel Agents in Google ADK | Multi-Agen... → Video 6: Loop Agents in Google ADK → • Loop Agents in Google ADK | Critic-Refiner... → Video 7: Callbacks in Google ADK → • Callbacks in Google ADK | Observe, Customi... → Video 8: How Google ADK Agents Run → • How Google ADK Agents Run | Event Loop Exp... → Video 9: Events in Google ADK → • Events in Google ADK | Debug Tool Calls, T... → Video 10: Context Management in Google ADK → • Context Management in Google ADK | Session... → Video 11: Evaluating AI Agents in Google ADK | High-Level Overview → • Evaluating AI Agents in Google ADK | High-... → Video 12: Evaluating AI Agents in Google ADK | Hands-On Demo → • Evaluating AI Agents in Google ADK | Hands... 📺 Playlists → Building AI Agent with Google ADK Playlist → • Building AI Agents with Google ADK → Function calling Playlist → • Function Calling with LLMs #adk #googleadk #aiagents #genai #llm #artifacts #aideveloper