Updated folder structure (for Docker)

This commit is contained in:
2025-12-09 05:35:59 +01:00
parent 6940c76e58
commit ec7d2d623f
108 changed files with 0 additions and 0 deletions

View File

@@ -1,6 +0,0 @@
# 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)