8 lines
288 B
Python
8 lines
288 B
Python
"""Memory — Persistent conversation and knowledge memory.
|
|
|
|
Sub-modules:
|
|
embeddings — text-to-vector embedding + similarity functions
|
|
unified — unified memory schema and connection management
|
|
vector_store — backward compatibility re-exports from memory_system
|
|
"""
|