From 5a3a77300dadef91d18521b19d073ef39b234271 Mon Sep 17 00:00:00 2001 From: geobelsky Date: Wed, 18 Mar 2026 14:44:41 +0000 Subject: [PATCH] Clarify delivery README covers 4 external modes, not all 5 Add note that the fifth binding (internal) is covered in examples/internal/. Co-Authored-By: Claude Opus 4.6 (1M context) --- examples/delivery/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/delivery/README.md b/examples/delivery/README.md index 59a17f6..531141c 100644 --- a/examples/delivery/README.md +++ b/examples/delivery/README.md @@ -1,6 +1,8 @@ # Delivery Bindings — Examples -All four AXME delivery modes, each as a self-contained `agent.py` + `scenario.json`. +The four external AXME delivery modes, each as a self-contained `agent.py` + `scenario.json`. + +> **Note:** The fifth binding, `internal`, runs inside agent-core and is covered in `examples/internal/`. ## Quickstart