Persist your memory across sessions and machines. Your data lives on Jackal Protocol decentralized storage — not on any single machine. If the machine dies, your memory survives.
JACKAL_MEMORY_API_KEY=```
python {baseDir}/client.py provision
```
https://web-production-5cce7.up.railway.app
Authorization: Bearer $JACKAL_MEMORY_API_KEY
On session start — restore memory:
python {baseDir}/client.py load <key>
On session end — save memory:
python {baseDir}/client.py save <key> <content>
Or call the API directly:
GET /load/{key}
POST /save {"key": "...", "content": "..."}
POST /provision {"jackal_address": "jkl1..."}
identity, session-2026-02-26, project-jackalJACKAL_MEMORY_API_KEY in output共 1 个版本