Persistent memory system for Kimi Code CLI โ remember context across sessions
Project description
๐ง kimi-mem
Persistent memory system for Kimi Code CLI.
Remember context across sessions. Never repeat yourself.
Inspired by claude-mem, built for the Kimi ecosystem.
โจ Features
- ๐ Persistent Memory โ Context survives across Kimi sessions
- ๐ช Native Hooks โ Uses Kimi CLI's built-in lifecycle hooks (Beta)
- ๐ Full-Text + Semantic Search โ SQLite FTS5 + sqlite-vec for hybrid retrieval
- ๐ฏ Progressive Disclosure โ 3-layer retrieval:
indexโtimelineโget - ๐ค AI Summarization โ Automatically compresses sessions into actionable memories via Moonshot API
- ๐ท๏ธ Tagged & Typed โ Memories categorized as pattern, decision, bugfix, architecture
- ๐ Privacy Tags โ
<private>blocks are automatically excluded from search/storage - ๐ Web Viewer โ Local dashboard at
http://localhost:37777 - ๐ Token-Efficient โ Injects only the most relevant memories, respects context limits
- โก Zero External Services โ SQLite is all you need; vector search included
๐ฆ Installation
1. Install the package
pip install kimi-mem
# With web viewer support
pip install "kimi-mem[web]"
Or from source:
git clone https://github.com/theretech/kimi-mem.git
cd kimi-mem
pip install -e ".[web]"
2. Install hooks into Kimi CLI
kimi-mem install
This appends hook entries to your ~/.config/kimi/config.toml.
๐ Restart Kimi Code CLI for the hooks to take effect.
3. Set your API key (optional, for AI summarization)
export KIMI_API_KEY="your-moonshot-api-key"
If not set, kimi-mem still works โ it just won't auto-summarize sessions with AI.
๐ Quick Start
Let it run automatically
Once installed, kimi-mem works in the background:
- Start a Kimi session โ relevant memories are injected into
.kimi/session-memory.md - Use tools (ReadFile, Shell, etc.) โ observations are captured silently
- End the session โ session is summarized and memories are stored
CLI Commands
# Search your memory (full-text)
kimi-mem search "authentication bug"
# Semantic search (vector)
kimi-mem search "how to handle jwt errors" --semantic
# Progressive disclosure
kimi-mem index "database migration" # Layer 1: compact index
kimi-mem timeline <id> # Layer 2: chronological context
kimi-mem get <id> # Layer 3: full detail
# Recent memories
kimi-mem recent --limit 5
# Add a memory manually
kimi-mem add "Use jwt.ParseWithClaims for custom claims" \
--type pattern --tag go --tag jwt
# Start web viewer
kimi-mem serve
# Check status
kimi-mem status
๐๏ธ Architecture
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Kimi CLI โโโโโโถโ Hooks โโโโโโถโ kimi-mem core โ
โ (session) โ โ (config.toml)โ โ (Python + SQLite)โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโ
โผ
โโโโโโโโโโโโโโโโโโโ
โ SQLite + FTS5 โ
โ + sqlite-vec โ
โ (memories + โ
โ observations) โ
โโโโโโโโโโโโโโโโโโโ
Hooks used
| Event | What it does |
|---|---|
SessionStart |
Retrieves relevant memories โ writes .kimi/session-memory.md |
PostToolUse |
Captures tool calls/outputs as observations |
Stop / SessionEnd |
Summarizes session with AI โ stores compressed memories |
Progressive Disclosure (3 layers)
Inspired by claude-mem, kimi-mem uses token-efficient layered retrieval:
| Layer | Command | Tokens | Purpose |
|---|---|---|---|
| L1 | kimi-mem index <query> |
~50-100/result | Compact preview with IDs |
| L2 | kimi-mem timeline <id> |
~200-500/result | Chronological context around a memory |
| L3 | kimi-mem get <id> |
~500-1000/result | Full content + metadata |
๐ Privacy
kimi-mem respects your privacy:
<private>...</private>tags in any content are automatically detected and excluded from search, vector index, and session injection- Private memories are still stored (for your reference) but never retrieved automatically
- Heuristics detect secrets, passwords, and API keys in observations
- Use
--include-privateto explicitly search private memories
โ๏ธ Configuration
Environment variables:
| Variable | Description | Default |
|---|---|---|
KIMI_API_KEY |
Moonshot API key for summarization | โ |
KIMI_MEM_DATA_DIR |
Where to store the SQLite DB | ~/.kimi-mem |
KIMI_MEM_DB_PATH |
Direct path to SQLite file | ~/.kimi-mem/memory.db |
KIMI_MEM_MODEL |
Model for summarization | moonshot-v1-8k |
KIMI_MEM_EMBEDDING_MODEL |
Model for embeddings | moonshot-v1-embedding |
KIMI_MEM_EMBEDDING_DIM |
Embedding dimension | 1024 |
๐ ๏ธ Development
# Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,web]"
# Run tests
pytest
# Lint
ruff check .
# Format
ruff format .
๐ Roadmap
- SQLite + FTS5 persistent storage
- Native Kimi CLI hooks
- AI-powered session summarization
- Semantic vector search (sqlite-vec)
- Progressive disclosure (3-layer retrieval)
- Web viewer dashboard
- Privacy tags (
<private>exclusion) - PyPI publication
- Cross-project memory linking
- Memory import/export
- Team/shared memory
๐ค Contributing
This is an early alpha built by the community for the community.
PRs, issues, and ideas are welcome!
- Fork the repo
- Create a feature branch
- Make your changes
- Submit a PR
๐ License
MIT โ see LICENSE for details.
Built with ๐ by The Retech and friends.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kimi_mem-0.1.0.tar.gz.
File metadata
- Download URL: kimi_mem-0.1.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fccd16195909b321804490a73787cd9312ea111192f5e563ae8574c46f45716
|
|
| MD5 |
a50acf29f34c77c936c4fcaf45d25b91
|
|
| BLAKE2b-256 |
78c514de0a5d04ac1af130497bf1ff910a51122ead0028f229dfa0d7ed39d8b8
|
File details
Details for the file kimi_mem-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kimi_mem-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6323ae60ea67ec10ef185f0b523e792cdfc8afdd59583bab861a9af304b4ec19
|
|
| MD5 |
53ef58b37b979ffa1971366de987ec09
|
|
| BLAKE2b-256 |
d9bf4005913d1d93bc816e0ba6ec42b659123aa8c6b5360c5828064f3f256919
|