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>
506 B
506 B
trading_agent_service
Portfolio management with autonomous universe selection, asset allocation, and order generation.
Key Types
TradingAgentServiceImpl-- main gRPC serviceAutonomousUniverseManager-- dynamic universe scalingAssetSelector-- instrument selectionAllocator-- position sizing and allocationOrderGenerator-- order creation from signals
Configuration
ML_SERVICE_URL-- ensemble ML service endpointTRADING_SERVICE_URL-- order execution endpoint