This bundle ships:
- atlas_service/: TritRPC proto, daemon, RPC server, semantics (JSON-LD + SHACL), Autopilot (promotion + rollout), tests.
- ontology/: TTL + JSON-LD contexts + SHACL constraints.
- a2a/: Agent-to-Agent Avro envelope.
- orchestration/: Beam + Airflow pipes + Avro schemas (no Flink).
- grafana/: Dashboard JSON (with /v1/promote row) + alert policies (per-tenant).
cd atlas_service && buf mod update && buf generatepython cmd/atlasd/main.py --shacl-enforce=true- Import dashboard:
grafana/atlasd-observability.json - Provision alerts:
grafana/provisioning/alerting/*.yml - Beam:
cd orchestration/beam && pip install -r requirements.txt && python submit_intents.py - Airflow: add
orchestration/airflow/dags/*.pyto your Airflow, set envs.