KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
agentic-trading-bot
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
RogiRadar
:
Disease Prediction platform empowers you to take charge of your health by identifying potential conditions based on 18 common symptoms you choose
nord.yazi
:
Nord theme for yazi terminal file manager
lilygo-t5-weather-station
:
No description available.
example-skse-plugin
:
SKSE plugin template with Prisma UI and CommonLib-NG.
infini-manager
:
infini manager is a tool used for batch management of one's own infini account
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
agentic-trading-bot
?
Download (.md)
### keys needs to be mention inside the .env ``` POLYGON_API_KEY GOOGLE_API_KEY TAVILY_API_KEY GROQ_API_KEY PINECONE_API_KEY ``` ### for running the fastapi endpoint ``` uvicorn main:app --host 0.0.0.0 --port 8000 --reload ``` ### for running the streamlit ui ``` streamlit run streamlit_ui.py ``` ### for installing the requirements ``` pip install -r requirements.txt ``` ### for creating the env ``` conda create -p env python=3.10 -y ``` ### for activate the env through cmd ``` conda activate <env_path> ``` ### for activate the env through git-bash ``` source activate ./env ``` ## Next step 1. mention logger and exception 2. capture the logging and exception messages 3. if possible run the langgraph workflow in ipynb and test the real time data fetching tool 4. deploy it 5. sit on it either thu or friday