mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-08 23:13:56 -05:00
Fixes #449 The loop variable 'memory' in the memory iteration was shadowing the Memory object from mem0, causing 'AttributeError: dict object has no attribute add' when memory.add() was called later. Renamed to 'mem' to match the pattern already used in other parts of the codebase. Affected files: - ai_travel_agent_memory/travel_agent_memory.py - multi_llm_memory/multi_llm_memory.py