https://github.com/matheusbarcc/stocks-newsletter
Web application that generates a newsletter based on a stock ticket utilizing AI agents
https://github.com/matheusbarcc/stocks-newsletter
crewai gpt python
Last synced: 23 days ago
JSON representation
Web application that generates a newsletter based on a stock ticket utilizing AI agents
- Host: GitHub
- URL: https://github.com/matheusbarcc/stocks-newsletter
- Owner: matheusbarcc
- Created: 2024-08-21T23:16:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T00:54:11.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:12:07.308Z (11 months ago)
- Topics: crewai, gpt, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Newsletter Generator with Agents
Web application that generates a newsletter based on a stock ticket (e.g "AAPL")
## How it works
- 3 AI agents powered by GPT-3.5
- **Stock Price Analyst**: Utilizes yahoo-finance API as a tool to check the history of the ticket over a period of one year.
- **Stock News Analyst**: Utilizes duckduckgo to search news about the ticket company.
- **Stock Analyst Writer**: Delegates the other 2 agents and generate a newsletterr based on the infos that they provide (stock price history and news)
- The process starts with the Stock Price Analyst, then follows to the News Analyst and the Analyst Writer finishes it with the newsletter output