mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
e4ca3e60f8
* Renamed next middleware parameter to call_next * Resolved comments
e4ca3e60f8
ยท
2026-02-09 21:21:27 +00:00
History
Concept Samples
This folder contains samples that dive deep into specific Agent Framework concepts.
Samples
| Sample | Description |
|---|---|
| response_stream.py | Deep dive into ResponseStream - the streaming abstraction for AI responses. Covers the four hook types (transform hooks, cleanup hooks, finalizer, result hooks), two consumption patterns (iteration vs direct finalization), and the wrap() API for layering streams without double-consumption. |
| typed_options.py | Demonstrates TypedDict-based chat options for type-safe configuration with IDE autocomplete support. |