dory-memory 0.1.12

Backend memory store for Hermes Agent — pgvector-powered semantic memory engine with server-side embeddings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CodeGraph data files
# These are local to each machine and should not be committed

# Database
*.db
*.db-wal
*.db-shm

# Cache
cache/

# Logs
*.log

# Hook markers
.dirty