Reusable memory runtime for AI agents. Current version 0.1.162, rapid development with frequent releases. Designed to provide persistent, structured memory for agentic workflows.
pip install cafitac-agent-memoryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize in-memory memory, save and load agent memory by user ID.
Update imports: from cafitac_agent_memory.memory import InMemoryMemory
Initialize PersistentMemory with a valid database URL: PersistentMemory(url='sqlite:///agent_memory.db')
Use memory.save(user_id, data, memory_context='default') instead of namespace parameter.
No dependency data recorded yet.