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.
4 lines
No EOL
159 B
Python
4 lines
No EOL
159 B
Python
# phoenix-technologies/__init__.py
|
|
from .gptresearch.deepresearch import ReportGenerator, CustomLogsHandler
|
|
|
|
__all__ = ["ReportGenerator", "CustomLogsHandler"] |