Patterns — production reference

This is Tier 4 of the example catalogue — reference-grade examples for harder problems. Each is 200-400 lines but lacks the audience-pin storytelling of a Tier 5 lighthouse. Goal: "here's a complete-ish solution to a non-trivial problem."

These examples are organised by pillar. They're the pages you reach when you've outgrown a foundation example and you're not yet ready to read the lighthouse work.


SDK patterns

#ExampleProblem solved
19domain_modelDomain-modelled agent state
21full_stackEnd-to-end SDK + workflow + fleet
28autopilot_quickstartAutopilot without an LLM key
29memory_strategiesStrategy-based memory extraction
31grounded_multi_modelMulti-LLM grounded retrieval
32global_shared_memoryCross-agent shared knowledge

Autopilot patterns

#ExampleProblem solved
35autopilot_hosted_serviceAutopilot via the hosted blueprint service
28autopilot_quickstartAutopilot without an LLM key

Fleet patterns

#ExampleProblem solved
20fleet_workersDistributed worker registration
26fleet_scoped_dispatchCapability-based dispatch, per-project routing

Observatory patterns

#ExampleProblem solved
12budget_enforcementPer-user/team/project budget caps

Training Loop patterns

#ExampleProblem solved
25training_data_pipelineCurator-style data capture

Sealed (spine) patterns

#ExampleProblem solved
16agent_governanceApproval flows + audit trail

Companion notes

  • Example 22 — memory_holds_across_llms — a foundation-level companion to the memory + LLM-swap pattern. Has its own sibling README.
  • Example 17 — unsloth_finetune (legacy stub) — superseded by Example 38 (real fine-tune). Left in place for backward compatibility but marked deprecated. Read Example 38 instead.