Commit 29f58ab
docs: Add comprehensive fleet documentation and RCA examples
Add detailed documentation for AgentFleet multi-agent coordination:
- docs/concepts/fleets.md: Complete guide to fleets including:
- 4 coordination modes (peer, hierarchical, pipeline, swarm)
- 4 consensus algorithms (majority, unanimous, weighted, first_wins)
- Task distribution strategies
- Fleet vs single agent comparison with cost analysis
- Real-world examples (code review, incident response, data pipeline)
Add RCA (Root Cause Analysis) tutorial and examples:
- docs/tutorials/rca-fleet.md: Step-by-step tutorial for building RCA fleets
- examples/fleets/application-rca-team.yaml: Application-level RCA with 4 specialists
- examples/fleets/database-rca-team.yaml: Database-specific RCA (PostgreSQL/MySQL)
Update navigation and documentation index:
- docusaurus-site/sidebars.ts: Add Advanced Concepts section and RCA tutorial
- docs/DOCUMENTATION_INDEX.md: Update with new docs and mark fleet tutorial complete
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3b48067 commit 29f58ab
File tree
6 files changed
+1487
-6
lines changed- docs
- concepts
- tutorials
- docusaurus-site
- examples/fleets
6 files changed
+1487
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
45 | 59 | | |
46 | 60 | | |
47 | 61 | | |
| |||
207 | 221 | | |
208 | 222 | | |
209 | 223 | | |
210 | | - | |
| 224 | + | |
| 225 | + | |
211 | 226 | | |
212 | 227 | | |
213 | 228 | | |
214 | | - | |
| 229 | + | |
| 230 | + | |
215 | 231 | | |
216 | 232 | | |
217 | | - | |
218 | 233 | | |
219 | 234 | | |
220 | 235 | | |
| |||
223 | 238 | | |
224 | 239 | | |
225 | 240 | | |
226 | | - | |
| 241 | + | |
227 | 242 | | |
228 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
229 | 247 | | |
230 | | - | |
231 | | - | |
| 248 | + | |
| 249 | + | |
232 | 250 | | |
233 | 251 | | |
234 | 252 | | |
| |||
0 commit comments