Makhfi_AI / workflow /memory_client.py
Aasher's picture
Add core functionality for Makhfi AI, including agent logic, memory management, and vectorstore integration
f45999f
raw
history blame contribute delete
154 Bytes
from mem0 import MemoryClient
from core.config import get_settings
settings = get_settings()
memory_client = MemoryClient(api_key=settings.MEM0_API_KEY)