<h1 align="center">
<a href="https://prompts.chat">
This project implements an autonomous AI agent that scans real-time market data via APIs, identifies high-momentum stocks from gainers lists, parses financial news using LLM (LLaMA), and classifies opportunities using custom prompts. The agent outputs actionable investment signals and risk flags with full automation, serving as a front-end screener for forecasting pipelines. Integrated with Pushover app for on-the-fly mobile phone notifications.
Sign in to like and favorite skills
This project implements an autonomous AI agent that scans real-time market data via APIs, identifies high-momentum stocks from gainers lists, parses financial news using LLM (LLaMA), and classifies opportunities using custom prompts. The agent outputs actionable investment signals and risk flags with full automation, serving as a front-end screener for forecasting pipelines. Integrated with Pushover app for on-the-fly mobile phone notifications.
The results and statistics provided below were obtained with no human intervation. The only input to the code is the stock ticker list.
git clone https://gitlab.com/bcucco/autonomous-ai-agent-market-opportunity-scout.git
cd autonomous-ai-agent-market-opportunity-scout
pip install -r requirements.txt
NUM_ARTICLES = Number of news to parse for each ticker.
On-screen: All the info described in Phase 2 above.scout_data/: Folder containing all market data for each ticker.. ├── scout.py # Main code ├── README.md # This file ├── requirements.txt # Contains dependencies to be installed ├── scout_data/ # (Generated) Cached historical stock data ├── LICENSE # Code's License Information
This project is protected under the terms impose on its license. See the LICENSE file for more details.
Code developed by B. Cucco.