Files
Abid Ali Awan 7eeb35ab07 refactor(app): modularize UI and add PDF export support
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.
2026-05-12 18:21:09 +05:00

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