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>
17 lines
506 B
Markdown
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
|