mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
fix(memory): return complete memory lists (#3885)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def test_memory_list_implementations_do_not_truncate_results():
|
||||
for path in ("mcp_servers/memory_server.py", "src/ai_interaction.py"):
|
||||
source = Path(path).read_text()
|
||||
assert "memories[:100]" not in source
|
||||
Reference in New Issue
Block a user