mirror of
https://github.com/furyhawk/Multi-Agent-Research-Assistant.git
synced 2026-07-21 16:45:34 +00:00
Split app.py into separate modules: state.py for Reflex state management, report_formatting.py for Markdown processing and CSS, and pdf_export.py for ReportLab-based PDF generation. Update README with app structure details and PDF download feature. Refine research_assistant.py to remove redundant date context and enhance time-sensitive query handling. Adjust .gitignore for Python bytecode and temporary files. Add reportlab dependency to requirements.txt.
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
openai-agents>=0.17.1
|
|
olostep>=1.1.0
|
|
python-dotenv>=1.2.2
|
|
pydantic>=2.13.4
|
|
reflex>=0.9.2
|
|
markdown>=3.10.2
|
|
reportlab>=4.0.4
|