Frontend: Rich Cards and Streaming ResponsesDeep Dive · Apr 12, 2026 · 14 min readRevised with .NET examples — A newer version of this article, covering both Python and .NET, is available as part of the MAF v1: Python and .NET series: MAF v1 — 03-streaming-and-multiturn.
MAF v1 — Streaming and Multi-turn (Python + .NET)AI Engineering · Apr 12, 2026 · 15 min readStream tokens as they arrive and reuse a session across turns so the LLM sees the full conversation. ~60 lines of code per language.