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.
MAF v1 — Sessions (Python + .NET)AI Engineering · Apr 12, 2026 · 12 min readSerialize an AgentSession to JSON, persist it, reload in a fresh process, and have the agent pick up exactly where it left off.