Squash Odysseus development history

This commit is contained in:
pewdiepie-archdaemon
2026-09-11 06:04:19 +00:00
parent e5c99a5eee
commit 6ee6502010
2050 changed files with 538359 additions and 57745 deletions
+10
View File
@@ -0,0 +1,10 @@
from pathlib import Path
def test_memory_audit_uses_its_own_llm_timeout():
source = Path("app.py").read_text()
start = source.index("_TIMEOUT_EXEMPT_PREFIXES =")
end = source.index("\n)\n", start)
timeout_exemptions = source[start:end]
assert '"/api/memory/audit"' in timeout_exemptions