# Core Memory Quickstart

## Install

```bash
pip install core-memory
```

## Hello-world memory proof

```bash
core-memory --root ./memory store add --type decision --title "Hello world" --summary "Created a hello world memory bead because the user needs proof." --session-id hello-proof --source-turn-ids t1
core-memory --root ./memory recall search "why did I write hello world"
```
