What problem does it solve?
Memory management is hard during long or recurring conversations, so users need a reliable way to save context and retrieve the right details later without manually scrolling history.
Core Features & Use Cases
- Memory capture & persistence: Save explicit user notes and conversation context into short-term (markdown) history with timestamped entries.
- Recall & semantic search: Retrieve recent history by count or perform long-term semantic search when long-term memory is enabled.
- Maintenance controls: View the full markdown log and clear conversation memory safely when needed.
Use case example: A user repeatedly discusses a project’s requirements across multiple days; they can save key decisions, then later search for “the decision about the auth approach” to quickly resurface the relevant discussion.
Quick Start
Ask the assistant to remember something by saying: “Remember that my project uses email-based authentication and confirm it with stakeholders before launch.”