https://github.com/core-euler/memory-engine
https://github.com/core-euler/memory-engine
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-euler/memory-engine
- Owner: core-euler
- Created: 2026-02-26T14:13:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T15:59:55.000Z (4 months ago)
- Last Synced: 2026-02-28T18:54:06.394Z (4 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Engine MVP
Personal memory engine project (MVP).
## Commands
- `memory ingest ` — parse markdown, extract atoms, build embeddings
- `memory query ` — hybrid-lite retrieval (lexical + semantic)
- `memory weekly` — weekly summary with source filtering + claim check
## Setup
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
cp .env.example .env
```
## Quality checks
```bash
source .venv/bin/activate
pip install -e .[dev]
pytest -q
```
## Security
- Keep API keys only in `.env`
- Never commit secrets