-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (26 loc) · 1.27 KB
/
Copy pathrequirements.txt
File metadata and controls
28 lines (26 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# thread-seed dependencies
#
# Three install paths surface through the onboarding interview. Pick what fits
# your adopter situation; this file is reference, not prescription.
#
# Canonical (household-tested, recommended):
# - Grafeo for spine (pre-public; reach Steven via Grafeo Discord for access)
# - memvid for mem (publicly available, version-pinned):
# pip install memvid-sdk==2.0.140
# (Version pin matters — file format changed in 2.0.147+.)
#
# Substrate-engineer fallback (publicly-available, unblocks adopter while Grafeo access pending):
# - Kuzu + LanceDB hybrid for spine (what the household ran pre-Phase-D-migration May 12 2026)
# - memvid-sdk for mem (same as canonical)
# pip install kuzu lancedb memvid-sdk==2.0.140
#
# Simplest (reference impl still being developed — see CLAUDE.md First-run section):
# - SQLite + sentence-transformers for spine, flat-file/memvid for mem
# - Adopter would hand-write ~50-line wrapper matching scripts/spine_sense_hook.py contract
#
# Skip-for-now: install nothing; hooks no-op; come back when you're ready.
# Public-PyPI baseline for the substrate-engineer fallback path.
# Uncomment if you're taking that path. Canonical path uses Grafeo via Discord.
# kuzu>=0.6.0
# lancedb>=0.10.0
# memvid-sdk==2.0.140