Refactor quick_search to support SSE response streaming.

Updated `quick_search` to return an `AsyncGenerator` for streaming server-sent events (SSE) during quick research execution. Enhanced error handling to provide detailed feedback and upgraded `gpt-researcher` dependency to version 0.13.3 for compatibility.
This commit is contained in:
ThomasTaroni 2025-06-01 12:56:34 +02:00
parent d66bb1cd7a
commit 1b60eb0ae6
2 changed files with 24 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# GPT Researcher dependencies
gpt-researcher>=0.12.16
gpt-researcher>=0.13.3
python-dotenv~=1.1.0
# MCP dependencies