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.
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.