<!-- PCU: ch15-orchestrate | contract: contracts/apr-book-ch15-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch15_orchestrate -->
<!-- Status: enforced -->
# Chapter 15: Orchestration and Agents
> Contract: [`apr-book-ch15`](../../../contracts/apr-book-ch15-v1.yaml)
Run: `cargo run -p aprender-core --example ch15_orchestrate`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch15_orchestrate.rs}}
```