Was Sie vorher wissen sollten
bevor Sie beginnen

Beginnt 5 July 2026 09:03

Endet 5 July 2026

00 Tage
00 Stunden
00 Minuten
00 Sekunden
course image

Google: Manage Agent Memory and State

Turn a basic AI agent into a sophisticated assistant using advanced instructions, model selection, planning capabilities, and structured output.
via DataCamp

160 Kurse


2 hours

Optionales Upgrade verfügbar

Mittelstufe

Lernen Sie in Ihrem eigenen Tempo

Free Trial Available

Optionales Upgrade verfügbar

Übersicht

Build stateful AI agents that maintain context and remember user preferences using session state, memory management, and personalization. You've built basic LLM agents that respond to queries—now let's make them stateful.

Use session state to build agents that maintain context, remember user preferences, and provide personalized experiences. Transform agents from stateless responders to intelligent assistants.

Lehrplan

  • Session State Fundamentals
  • Session state is a dictionary where your agent stores data it needs to remember and access programmatically. Unlike conversation history (which only the LLM can read), session state gives you code-level access to exact values.
  • Dynamic Instructions with State
  • In Part 1, you learned that session state is a dictionary you can access programmatically. Now you'll learn to inject state values into agent instructions using {var} templating, enabling dynamic agent behavior.
  • State Namespaces and Persistence
  • You've learned to use state for programmatic control and data passing. Now you'll master state namespaces—controlling how long state values persist and who can access them.
  • Reading List
  • Reading List

Unterrichtet von

Google Cloud


Fachgebiete

Artificial Intelligence