mcp-gpt-researcher/src/phoenix_technologies/__init__.py
ThomasTaroni 1472e277bc Refactor report generation with async streaming and logging
Enhanced report generation by integrating `CustomLogsHandler` and separating tasks for generating reports and streaming logs. Replaced the previous implementation with a unified async generator to handle concurrent execution and improve error handling. Updated module exports to include the new `CustomLogsHandler` component.
2025-04-25 22:07:25 +02:00

4 lines
No EOL
159 B
Python

# phoenix-technologies/__init__.py
from .gptresearch.deepresearch import ReportGenerator, CustomLogsHandler
__all__ = ["ReportGenerator", "CustomLogsHandler"]