# 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