Files
foxhunt/services/trading_agent_service/README.md
jgrusewski e2a0576ef5 docs: create/update README.md for all services, CLI, and testing crates
Create 3 missing service READMEs (api_gateway, data_acquisition_service,
trading_agent_service). Create bin/fxt/README.md. Create
testing/service-integration/README.md. Update existing service and testing
READMEs to standard template. Delete 4 subdirectory READMEs from
testing/integration/ and testing/e2e/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:50:38 +01:00

17 lines
506 B
Markdown

# trading_agent_service
Portfolio management with autonomous universe selection, asset allocation, and order generation.
## Key Types
- `TradingAgentServiceImpl` -- main gRPC service
- `AutonomousUniverseManager` -- dynamic universe scaling
- `AssetSelector` -- instrument selection
- `Allocator` -- position sizing and allocation
- `OrderGenerator` -- order creation from signals
## Configuration
- `ML_SERVICE_URL` -- ensemble ML service endpoint
- `TRADING_SERVICE_URL` -- order execution endpoint