What problem does it solve?
Kortix memory provides a lightweight, persistent memory layer that injects global user preferences and per-project context into every chat turn, reducing repetitive setup and improving consistency across sessions.
Core Features & Use Cases
- Global memory injection: USER.md for user preferences and MEMORY.md for global constants and conventions.
- Per-project CONTEXT.md injection: CONTEXT.md is injected automatically when the session is linked to a specific project.
- CRUD-style memory management: read, edit, and write memory files to update knowledge without rewriting entire files.
- Token-efficient design: top-level memory is concise with deeper notes stored in subfiles.
- Use cases: maintain long-running workflows across multiple projects and ensure consistent agent behavior.
Quick Start
Turn on memory by linking a session to a project to activate automated memory injection of USER.md, MEMORY.md, and CONTEXT.md for seamless, context-aware interactions.