This project implements an AI agent that conducts research in quantitative trading using machine learning approaches. The agent performs the following tasks:
āāā research/ # Research markdown files
āāā models/ # Saved ML models
āāā src/ # Source code
ā āāā agent/ # AI agent implementation
ā āāā models/ # ML model implementations
ā āāā utils/ # Utility functions
āāā data/ # Data storage
āāā tests/ # Test files
git clone git@github.com:XxAlonexX/AI-Agent.git
pip install -r requirements.txt
Run the agent:
python src/main.py