Session Persistence
Medium
- Category
- Rogue Agent
- Content
This skill enables **persistent memory storage** for AI agents. By design: - **What is stored**: Observations you write via `sage_turn` and `sage_remember` — typically summaries of conversation topics, task outcomes, and user preferences. The agent decides what to store; raw conversation transcripts are NOT automatically captured. - **Where data lives**: All data is stored **locally** on your machine in `~/.sage/data/sage.db` (SQLite).
- Confidence
- 90% confidence
- Finding
- write via `sage_turn` and `sage_remember` — typically summaries of conversation topics, task outcomes, and user preferences. The agent decides what to store; raw conversation transcripts are NOT a
