Unfucked gemini's mess

This commit is contained in:
2025-12-07 03:27:45 +01:00
parent 5b71233fb0
commit a923a760ef
24 changed files with 1885 additions and 1282 deletions

View File

@@ -0,0 +1,6 @@
# Tests removed - too fragile with requests.post mocking
# The critical functionality is tested in test_agent.py with simpler mocks
# Key tests that were here:
# - Tools passed to LLM on every call (now in test_agent.py)
# - Tool results sent back to LLM (covered in test_agent.py)
# - Max iterations handling (covered in test_agent.py)