This bundle contains:
- atlas_service/ — TritRPC v1 proto, daemon, gRPC server scaffold (TritRPC-first), observability, starter Grafana
- atlas_service/studies/ — prewired study scripts (GPT chat, YOLO, StyleGAN, Tacotron2, RGCN, SRCNN)
- orchestration/ — Beam + Airflow boilerplates (Avro schemas, pipelines, DAGs)
- docs/ — Mentor’s Guide (Part 3) placeholder + Model Integration guide
cd atlas_service && buf mod update && buf generatepython cmd/atlasd/main.py(daemon: TritRPC on :50051, Prometheus on :9108)- Run a study:
python studies/gpt_chat_tune.py(set envs and fill TODO builders/loaders) - Orchestration: see
orchestration/README.md(Kafka/SR, Beam, Airflow) - Grafana: import
atlas_service/grafana/atlasd-starter.json