Add integration test endpoints for n8n and Ollama

This commit is contained in:
2025-11-13 22:35:43 -05:00
parent e21301cffb
commit 97bb575cbd
37 changed files with 4731 additions and 1 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi
uvicorn
requests
pydantic
pytest
jinja2