Add //! module-level doc comment to training_uploader/src/main.rs. The other 6 crates (backtesting, ctrader-openapi, data, ml, risk, trading_engine) already had doc comments and were skipped. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
training_uploader
K8s sidecar that uploads training artifacts to S3 and reports completion via gRPC.
Usage
Deployed as a sidecar container alongside training jobs. Watches for training artifacts (checkpoints, metrics) and uploads them to the configured S3 bucket.
Configuration
S3_BUCKET— target bucket for artifactsTRAINING_SERVICE_URL— gRPC endpoint for completion reporting