Use POST method SSE streaming in agents

This change eliminates an extra API endpoint from agents service. It
also removes dependency on redis
This commit is contained in:
Ramnique Singh 2025-04-09 14:50:14 +05:30
parent ceaef81a5b
commit 8731dc716c
6 changed files with 125 additions and 252 deletions

View file

@ -83,7 +83,6 @@ pytz = "^2024.2"
qdrant-client = "*"
Quart = "^0.20.0"
RapidFuzz = "^3.11.0"
redis = "^5.2.1"
requests = "^2.32.3"
requests-toolbelt = "^1.0.0"
setuptools = "^75.8.0"