[loop-cycle-151] refactor: extract embedding functions to memory/embeddings.py (#344) (#355)

This commit is contained in:
2026-03-18 21:24:50 -04:00
parent db7220db5a
commit ce658c841a
3 changed files with 107 additions and 83 deletions

View File

@@ -1 +1,7 @@
"""Memory — Persistent conversation and knowledge memory."""
"""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
"""