File tree Expand file tree Collapse file tree 7 files changed +19
-8
lines changed
Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -501,4 +501,3 @@ sum(rate(model_response_total[1h])) by (model)
501501- [Fleet Concepts](../concepts/fleets.md) - Overview of fleet coordination
502502- [Multi-Model RCA Tutorial](../tutorials/multi-model-rca.md) - Step-by-step guide
503503- [Fleet YAML Reference](../reference/fleet-spec.md) - Complete specification
504- - [Consensus Algorithms](../reference/consensus-algorithms.md) - Algorithm details
Original file line number Diff line number Diff line change @@ -742,4 +742,4 @@ agents:
742742**Next Steps**:
743743- [Fleet Examples](../examples/index.md#agentfleet-examples)
744744- [AgentFleet YAML Reference](../reference/fleet-spec.md)
745- - [Tutorials: Build a Code Review Fleet ](../tutorials/code-review-fleet .md)
745+ - [Multi-Model RCA Quickstart ](../tutorials/multi-model-rca-quickstart .md)
Original file line number Diff line number Diff line change @@ -454,4 +454,4 @@ aofctl validate fleet my-fleet.yaml
454454
455455- [Fleet Concepts](../concepts/fleets.md) - Understanding fleet coordination
456456- [Agent Specification](./agent-spec.md) - Agent YAML reference
457- - [Tutorials ](../tutorials/index .md) - Step-by-step guides
457+ - [Multi-Model RCA Tutorial ](../tutorials/multi-model-rca .md) - Step-by-step guide
Original file line number Diff line number Diff line change @@ -229,9 +229,9 @@ aofctl run fleet examples/fleets/real/multi-model-rca-real.yaml \
229229
230230### Confidence Scoring
231231
232- - ** HIGH** (>0.8): All models agree strongly
233- - ** MEDIUM** (0.5-0.8): Majority agrees, some uncertainty
234- - ** LOW** (<0.5): Models disagree, needs human review
232+ - ** HIGH** (` >0.8 ` ): All models agree strongly
233+ - ** MEDIUM** (` 0.5-0.8 ` ): Majority agrees, some uncertainty
234+ - ** LOW** (` <0.5 ` ): Models disagree, needs human review
235235
236236### Cost Breakdown
237237
Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ You've built a production-grade multi-model RCA system that:
888888
889889- ** [ Fleet Concepts] ( ../concepts/fleets.md ) ** - Deep dive into fleet coordination modes
890890- ** [ Fleet YAML Reference] ( ../reference/fleet-spec.md ) ** - Complete specification
891- - ** [ Example Agents ] ( ../../examples/agents/README. md ) ** - Pre-built agent catalog
891+ - ** [ Multi-Model RCA Quickstart ] ( ./multi-model-rca-quickstart. md ) ** - 5-minute test guide
892892
893893---
894894
Original file line number Diff line number Diff line change @@ -48,7 +48,18 @@ const config: Config = {
4848 'LLM_*.md' ,
4949 'RUVECTOR_*.md' ,
5050 'DOCUMENTATION_INDEX.md' ,
51- 'architecture/**' ,
51+ // Keep architecture/multi-model-consensus.md but exclude technical arch docs
52+ 'architecture/README.md' ,
53+ 'architecture/ADR-*.md' ,
54+ 'architecture/*-crd.yaml' ,
55+ 'architecture/*.yaml' ,
56+ 'architecture/architecture-summary.md' ,
57+ 'architecture/command-structure-diagram.md' ,
58+ 'architecture/implementation-guide.md' ,
59+ 'architecture/memory-rag-system.md' ,
60+ 'architecture/resource-type-specifications.md' ,
61+ 'architecture/rust-implementation.md' ,
62+ 'architecture/usage-examples.md' ,
5263 'schemas/**' ,
5364 'agentflow/**' ,
5465 'internal/**' ,
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ const sidebars: SidebarsConfig = {
7575 'tutorials/slack-bot' ,
7676 'tutorials/incident-response' ,
7777 'tutorials/rca-fleet' ,
78+ 'tutorials/multi-model-rca-quickstart' ,
7879 'tutorials/multi-model-rca' ,
7980 ] ,
8081 } ,
You can’t perform that action at this time.
0 commit comments