KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
trading-agents
★ 20
Open GitHub ↗
Trading Agents for China with Docker
Download README (.md)
Explore Similar Repositories
Scrapple
:
Bad Apple played as a Scrabble Bot
Koolcenter_openlist
:
koolcenter梅林/官改固件 OpenList 文件列表插件。
PhysUniBenchmark
:
No description available.
2025fall-cs201
:
No description available.
claude_astgrep
:
A workflow for ast-grep rules generation with Claude Code. Enforce your LLM-generated code with strict rules!
// 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
trading-agents
?
Download (.md)
# 💹 Trading Agents CN ## 🐳 Docker Compose ```bash mkdir /opt/trading-agents cd /opt/trading-agents wget https://raw.githubusercontent.com/aahl/trading-agents/refs/heads/main/docker-compose.yml # 写入阿里云百炼API密钥 https://bailian.console.aliyun.com/?tab=model#/api-key echo "DASHSCOPE_API_KEY=your_bailian_api_key" > .env # 写入Finnhub API密钥 https://finnhub.io echo "FINNHUB_API_KEY=your_finnhub_api_key" >> .env docker compose up -d docker compose logs -f -n 20 # 网页端访问 http://localhost:8501 # 终端交互命令 docker exec -it trading-agents uv run -m cli.main ``` ## 🔗 Links - https://github.com/hsliuping/TradingAgents-CN