mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-04 21:02:39 +02:00
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:
parent
ceaef81a5b
commit
8731dc716c
6 changed files with 125 additions and 252 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue