- fleet module README: add fleet_queue_state container + GET /fleet/queue-state and /fleet/metrics; note the heartbeat cadence must stay under the 90s stale threshold (AQ_FLEET_LEASE_RENEW_SEC). - FLEET_CONTROL_PLANE: correct wrong endpoint paths (/fleet/claim and /fleet/factories/heartbeat were documented as /fleet/jobs/:id/claim and /fleet/factories/:id/heartbeat; removed a non-existent GET /fleet/factories); add enroll, metrics, and the M0 queue-state endpoint. - ROADMAP_COMPLETION_AUDIT: dated status banner — roadmap §0 now reconciled and Phase-4 M0 shipped, superseding the older "stale §0 / not started" findings. - README: point to FLEET_DISPATCH_REDESIGN.md + the M0 gate. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
23 lines
1.8 KiB
Markdown
23 lines
1.8 KiB
Markdown
# Gigafactory — Platform Docs
|
|
|
|
Planning, status, and operational docs for the **Agent Gigafactory** fleet
|
|
backend that lives in this repo (`services/platform-service` fleet module +
|
|
the `dashboards/tracker-web` UI).
|
|
|
|
## Contents
|
|
|
|
| Doc | What it is |
|
|
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| [`ROADMAP_COMPLETION_AUDIT.md`](ROADMAP_COMPLETION_AUDIT.md) | Audit of the current build state against the roadmap: completed / partial / missing features, risks, and prioritized remaining work. |
|
|
| [`TASKS_TO_COMPLETE.md`](TASKS_TO_COMPLETE.md) | The actionable, priority-ordered completion checklist that companions the audit. |
|
|
| [`gigafactory-phase3-progress.md`](gigafactory-phase3-progress.md) | Phase-3 progress log: per-slice end-state. |
|
|
| [`FLEET_CONTROL_PLANE.md`](FLEET_CONTROL_PLANE.md) | Operational guide for running and using the fleet control plane. |
|
|
|
|
## Source of truth
|
|
|
|
The canonical spec and system overview live in the runner repo,
|
|
`learning_ai_devops_tools`, under
|
|
`agent-queue/docs/GIGAFACTORY/` (`GIGAFACTORY_ROADMAP.md`,
|
|
`GIGAFACTORY_SYSTEM_OVERVIEW.md`, and `FLEET_DISPATCH_REDESIGN.md` — the Phase-4
|
|
broker design + the as-built **M0 RU gate** `fleet_queue_state` / `GET /fleet/queue-state`).
|