Home  /  Modules  /  Module 02
MODULE 02 · intermediate · ~45 min

Agents That Remember

Start with a Managed Agent that's visibly amnesiac across sessions, then layer in memory primitives one at a time — going from goldfish to colleague.

This module is being built

Module 1 is the fully-developed reference. This page captures everything needed to expand Module 02 next: its scenario, learning objectives, and source material.

See a finished module →

Planned learning objectives

  • Diagnose why a stateless agent forgets everything between sessions.
  • Add a memory store for cross-session persistence.
  • Run a Dreaming Service that consolidates past transcripts into durable memory.
  • Demonstrate recall: the agent uses something it learned in an earlier session.

Source material

This module adapts cwc-workshops/agents-that-remember (Apache-2.0). The build will follow the standard module template: scenario, objectives, setup, walkthrough with checkpoints, assessment, and stretch goals — the same shape as Module 1.

View the upstream workshop on GitHub →