https://github.com/teaglebuilt/trading-platform
https://github.com/teaglebuilt/trading-platform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teaglebuilt/trading-platform
- Owner: teaglebuilt
- Created: 2025-10-18T18:55:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-18T19:15:25.000Z (8 months ago)
- Last Synced: 2025-12-19T11:19:10.075Z (6 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trading Platform Automation
## Overview
...
### Quant Hedge Fund Team
AI Agent prompts are stored in `.ai/agents/*.md` files at the repository root.
These prompts are loaded into a Kubernetes ConfigMap that KAgent resources reference.
- `market-analyst.md` → Market context and sentiment analysis
- `stock-market-expert.md` → Comprehensive market knowledge
- `strategy-agent.md` → Strategy selection and signal generation
- `position-sizer.md` → Position sizing and risk allocation
- `timing-agent.md` → Entry/exit timing validation
- `governance-agent.md` → Risk and compliance enforcement
### Deployment
These agents can run on kubernetes
```bash
helm upgrade --install trading-agents ./chart \
--namespace ai \
--create-namespace
```