docs(plugins): split architecture by extracting internals (load pipeline, runtime hooks, HTTP routes, schemas)

This commit is contained in:
Vincent Koc
2026-04-23 20:03:22 -07:00
parent 47372a5567
commit 9153598e65
11 changed files with 1057 additions and 1029 deletions

View File

@@ -112,7 +112,7 @@ Hook decision rules for outbound/tool guards:
- `message_sending`: `{ cancel: true }` is terminal and stops lower-priority handlers.
- `message_sending`: `{ cancel: false }` is a no-op and does not clear a prior cancel.
See [Plugin hooks](/plugins/architecture#provider-runtime-hooks) for the hook API and registration details.
See [Plugin hooks](/plugins/architecture-internals#provider-runtime-hooks) for the hook API and registration details.
## Streaming + partial replies