Files
Timmy-time-dashboard/src/timmy/memory/__init__.py
hermes ce658c841a
Some checks failed
Tests / lint (push) Successful in 3s
Tests / test (push) Has been cancelled
[loop-cycle-151] refactor: extract embedding functions to memory/embeddings.py (#344) (#355)
2026-03-18 21:24:50 -04:00

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
"""