Skip to content

PrynAI/AgenticAI-QuantitativeAnalysisSystem

Repository files navigation

Create project Structure

Create folders

''' mkdir src\agents\tools src\api src\shared infra frontend .github\workflows '''

Create files

  • User powershell instead of command due to limiation by design can only create one file at a time but not multiple in one command

  • Powershell command ''' $files = @( "src\agents_init_.py" "src\agents\crew.py" "src\agents\agents.py" "src\agents\tasks.py" "src\agents\tools_init_.py" "src\agents\tools\search.py" "src\agents\tools\scraper.py" "src\agents\tools\financial.py" "src\api_init_.py" "src\api\main.py" "src\api\models.py" "src\api\routes.py" "src\shared_init_.py" "src\shared\config.py" "src\shared\database.py" "src\shared\storage.py" "frontend\app.py" "frontend\requirements.txt" ".env.example" "Dockerfile" )

New-Item $files -ItemType File -Force '''

About

Autonomous AI agents collaborate to scrape market data, analyze trends, and generate professional investment reports. This full-stack application utilizes FastAPI for backend orchestration, Streamlit for the user interface, and integrates Azure PostgreSQL for transaction metadata logging and Azure Blob Storage for report archiving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages