• xeron56's avatar
    feat: Introduce AI-driven analysis and reporting for stock research · 63580797
    xeron56 authored
    - Added AITraderReport and AIResearch models to encapsulate AI-generated trading reports and research details.
    - Enhanced StockAnalysis model to include optional AI research data.
    - Implemented AIStockAnalysisGenerator for generating AI-enhanced stock analysis.
    - Created grounded prompts for AI stock research in a new stock_research.py file.
    - Developed a lightweight dashboard CLI for fetching and displaying stock analysis without starting the multi-agent graph.
    - Updated AnalysisService to integrate AI analysis into the stock analysis workflow.
    - Added tests for AI dashboard analysis and ensured proper functionality of new features.
    63580797
Name
Last commit
Last update
..
app.component.html Loading commit data...
app.component.scss Loading commit data...
app.component.ts Loading commit data...
stock-analysis.model.ts Loading commit data...
stock-analysis.service.ts Loading commit data...
timesfm-prediction.component.html Loading commit data...
timesfm-prediction.component.scss Loading commit data...
timesfm-prediction.component.ts Loading commit data...
timesfm-prediction.model.ts Loading commit data...
timesfm-prediction.service.ts Loading commit data...