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:
parent
d66bb1cd7a
commit
1b60eb0ae6
2 changed files with 24 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# GPT Researcher dependencies
|
||||
gpt-researcher>=0.12.16
|
||||
gpt-researcher>=0.13.3
|
||||
python-dotenv~=1.1.0
|
||||
|
||||
# MCP dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue