Replace Memori with Mem0 for memory management: - Delete memori_config.py, memori_manager.py, memori_middleware.py - Add mem0_config.py, mem0_manager.py, mem0_middleware.py - Update environment variables (MEMORI_* -> MEM0_*) - Integrate Mem0 with LangGraph middleware - Add sync connection pool for Mem0 in DBPoolManager - Move checkpoint message prep to config creation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_config.py | ||
| agent_memory_cache.py | ||
| chat_history_manager.py | ||
| checkpoint_manager.py | ||
| checkpoint_utils.py | ||
| config_cache.py | ||
| db_pool_manager.py | ||
| deep_assistant.py | ||
| guideline_middleware.py | ||
| logging_handler.py | ||
| mem0_config.py | ||
| mem0_manager.py | ||
| mem0_middleware.py | ||
| prompt_loader.py | ||
| tool_output_length_middleware.py | ||
| tool_use_cleanup_middleware.py | ||