Update samples

This commit is contained in:
Tao Chen
2026-05-14 15:02:15 -07:00
Unverified
parent 0219e17be2
commit 4a83d92c96
10 changed files with 103 additions and 98 deletions
@@ -22,9 +22,6 @@ What this example shows:
- executor_completed events (type='executor_completed') contain the messages sent via ctx.send_message() in event.data
- How to generically observe all executor I/O through workflow streaming events
This approach allows you to instrument any workflow for observability without
changing the executor implementations.
Prerequisites:
- No external services required.
"""