infra: proper librechat integration & improved configuration handling (#10)

Reviewed-on: #10
Co-authored-by: Francwa <francois.hodiaumont@gmail.com>
Co-committed-by: Francwa <francois.hodiaumont@gmail.com>
This commit is contained in:
2025-12-28 11:29:08 +00:00
committed by francwa
parent e097a13221
commit 3a670dedc2
122 changed files with 806 additions and 765 deletions
+6
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)