Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 3.43 KB

File metadata and controls

81 lines (61 loc) · 3.43 KB

autonomous-fleet: The Guide

On this page: How to read this guide · Get started · Concepts · How-to · Reference

The README.md pitches the framework. This is the book. It walks a developer from a first green PR all the way to writing a custom runtime adapter, with every concept, mission, and schema documented against the code on main. If you only have ten minutes, read the Quickstart. If you want to understand the thing, read tier by tier.

How to read this guide

Twenty chapters, four tiers. The tiers are an order, not a menu: each builds on the last.

 Tier 1  GET STARTED   ── read in order, ~30 min ──►  a green PR in your own repo
   │
 Tier 2  CONCEPTS      ── read for the "why", ~90 min ──►  explain it to a colleague
   │
 Tier 3  HOW-TO        ── consult per-chapter when you need to do a thing
   │
 Tier 4  REFERENCE     ── look-up material, never sequential
  • New here? Read Tier 1 top to bottom. By the end of chapter 3 you have run doc-sync end-to-end and seen the run-archive it produced.
  • Want the model in your head? Tier 2. Chapter 04 is the mental model; 06 and 07 are the dense ones (the engine, then the 4-layer substrate).
  • Need to do one specific thing? Jump straight into Tier 3. Each how-to chapter stands alone and links back to the concepts it assumes.
  • Looking up a field, a flag, or a term? Tier 4. The Glossary defines every framework-specific word and links to the chapter that explains it.

Two honest limitations are surfaced where they live, not hidden:

The trace stream emits exactly one event in production today, T-FINAL, written by scripts/lib/fleet_run.py (before the manifest, per the engine doctrine). The schema covers its 11-value trace primitive enum; per-transition emission is rolling out. See Trace schema.

Headless campaign mode (run-campaign.sh) is not yet validated end-to-end. The interactive path (your agent's chat, /goal) is the supported flow today. See Safety and secrets.

🚀 Get started

🧠 Concepts

🛠️ How-to

📚 Reference


📖 Guide Index · Next: Quickstart →