Skip to content

tapas-kar/agentic-stock-research-copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart (Windows / PowerShell)

python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install -U pip
python -m pip install -r requirements.txt  # (or install deps from pyproject)
Copy-Item .env.example .env

# Fill OPENAI_API_KEY in .env
python -m app.cli --ticker AAPL

About

Agentic AI system that synthesizes financial research using LLMs, real-time market data, news ingestion, and citation-enforced outputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages