
Persistence Modes
- Always reset: no memory between sessions
- Resume same NPC: wipe only when a different NPC is loaded
- Full persistence: saves to disk, never auto-deleted
- NPC Save Files
NPC Save Files
See the default Save file location below.
<ProjectSaved>/GladeCore/Sessions/<PersonalityAsset>.glade-state.json (e.g. DA_DemoNPC1.glade-state.json). The file contains chat history, system prompt, and any compressed memory tiers. Writes are atomic (.tmp + rename) to avoid corruption, with a 256 KB warning threshold and 10 MB hard limit.