Python: Add executor I/O data to ExecutorInvokedEvent and ExecutorCompletedEvent (#2591)

* Add executor I/O data to ExecutorInvokedEvent and ExecutorCompletedEvent

* Sample cleanup
This commit is contained in:
Evan Mattson
2025-12-04 10:41:40 +09:00
committed by GitHub
Unverified
parent b86c130411
commit f7a9005235
6 changed files with 315 additions and 8 deletions
@@ -84,7 +84,11 @@ Once comfortable with these, explore the rest of the samples below.
### observability
For observability samples in Agent Framework, see the [observability getting started samples](../observability/README.md). The [sample](../observability/workflow_observability.py) demonstrates integrating observability into workflows.
| Sample | File | Concepts |
|---|---|---|
| Executor I/O Observation | [observability/executor_io_observation.py](./observability/executor_io_observation.py) | Observe executor input/output data via ExecutorInvokedEvent and ExecutorCompletedEvent without modifying executor code |
For additional observability samples in Agent Framework, see the [observability getting started samples](../observability/README.md). The [sample](../observability/workflow_observability.py) demonstrates integrating observability into workflows.
### orchestration