wu/docs
← Home
Core Concepts

Persistent Memory

Agents remember what you've told them, what worked, and what didn't. Memory is scoped per-strategy and per-account.

Three tiers

core        rules you never want the agent to violate
episodic    prior trades, PnL, and post-mortems
scratch     within-session working notes (cleared daily)

Inspecting memory

bash
wu-bot memory show --agent agt_01HXK --tier core

- Never hold overnight if VIX > 30.
- Skip earnings weeks for names in the momentum universe.
- Halt if day loss > 3% NAV.