TradingAgents/cli
0x7d0 1f6256d346 feat: Add PDF report generation with charts for trading analysis
- Add comprehensive PDF report generation with all analysis stages
- Include market data visualizations: price chart, volume chart, and technical indicators (RSI/MACD)
- Fix text parsing issues with proper HTML/markdown escaping
- Add reportlab and matplotlib dependencies for PDF and chart generation
- PDF reports saved automatically after analysis completion in results directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 18:46:37 +02:00
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
chart_generator.py feat: Add PDF report generation with charts for trading analysis 2025-10-09 18:46:37 +02:00
main.py feat: Add PDF report generation with charts for trading analysis 2025-10-09 18:46:37 +02:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
pdf_generator.py feat: Add PDF report generation with charts for trading analysis 2025-10-09 18:46:37 +02:00
utils.py Local Ollama (#53) 2025-06-26 00:27:01 -04:00