AFS – filesystem-native memory layer for AI agents
Putting the memory layer on-disk as a .afs/ tree is a gutsy, practical move — you get searchable JSON, FTS5 for text queries, HNSW vectors for similarity, and msgpack edges for relationships without running a separate DB service. It feels like a thoughtful toolkit for agents that must persist thinking artifacts (observations → reflections → knowledge), though I want to see details on concurrency, index portability, and how this performs at scale before betting production workloads on it.
