Breaking change: per-agent collections replaced by a single 'memories' collection with metadata-based access control. - All memories live in one collection - 'agent' metadata tracks the creator - 'private' (bool, default False) controls visibility - Query returns: shared (private=False) + own private (agent=asker) - Save endpoint accepts optional 'private' field - Version bumped to 0.2.0
Description
Standalone vector memory server with REST API. Per-agent semantic memory retrieval using ChromaDB + all-MiniLM-L6-v2.
Languages
Python
100%