Commit 49a1acd
docs: add steering and queueing guide
Add a comprehensive guide covering the two message delivery modes
available through the SDK:
- Steering (immediate mode): inject messages into the current agent
turn for real-time course correction
- Queueing (enqueue mode): buffer messages for sequential processing
after the current turn completes
Includes code examples for all four SDK languages (Node.js, Python,
Go, .NET), a sequence diagram, API reference, UI building patterns,
and best practices.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 518256d commit 49a1acd
1 file changed
+504
-0
lines changed
0 commit comments