Sachin Rathod
Sachin Rathod
if not final_state["messages"]: raise ValueError("No messages returned from the hedge fund agent")
You assume datetime.strptime(args.start_date, "%Y-%m-%d") will always work, but if args.start_date is None, this will fail.
The changes aim to improve clarity, readability, and accessibility of the contribution guidelines. Key improvements include: 1. **Enhanced Readability** – Added emojis and formatting to make key points stand out....
DataProcessor.py You assigned times = df.loc[:,'Close'].values but times should be the actual timestamps, not the prices. then use times = df.loc[:, 'Datetime'].values to ensures that times holds actual datetime values.
### Description (Describe your project over here.) ### Checklist - [ ] I've been assigned an issue related to this PR. - [ ] I've used beautifiers. - [ ]...
### Description (Describe your project over here.) ### Checklist - [ ] I've been assigned an issue related to this PR. - [ ] I've used beautifiers. - [ ]...
### Description (Describe your project over here.) ### Checklist - [ ] I've been assigned an issue related to this PR. - [ ] I've used beautifiers. - [ ]...
This PR fixes the following issues: 1. Added missing alt text to images 2. Removed unused/duplicate CSS 3. Added favicon 4. Added responsive meta tag 5. Standardized navigation bar 6....
🐞 Problem The current Dark/Light mode toggle in the navbar only changes the color of the navbar itself. The rest of the application background and components remain unchanged, which leads...