mirror of
https://github.com/dtzp555-max/openclaw-agent-template.git
synced 2026-07-19 09:45:38 +00:00
2.2 KiB
2.2 KiB
MEMORY
Long-term memory for [AGENT_NAME]. This file accumulates important decisions, context, and learnings across sessions.
The agent reads this at the start of sessions (or when recovering context) to restore continuity.
How to Use This File
- Add entries when something important is decided, discovered, or learned
- Tag entries with
[DECISION],[CONTEXT],[LEARNING],[HANDOFF], or[WATCH] - Date entries so they can be evaluated for freshness
- Remove stale entries — outdated memory is worse than no memory
- Keep it scannable — use headers and bullets, not paragraphs
Decisions
No decisions recorded yet.
Context
No context recorded yet.
Learnings
No learnings recorded yet.
Watch List
Nothing on the watch list.
Handoffs
No handoffs recorded.