mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
15256bb616
* Renamed AgentProtocol to AgentLike * Resolved comments * Renamed AgentLike to SupportsAgentRun * Resolved comments
15256bb616
ยท
2026-02-06 17:53:21 +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. |