How Microsoft Agent Framework can use Orb Platform
Vocabulary tools for the production-ready convergence of AutoGen and Semantic Kernel
architecture
⌄
The Scenario
Microsoft Agent Framework merges AutoGen’s simple agent abstractions with Semantic Kernel’s enterprise features — session-based state, type safety, middleware, telemetry. RC for .NET and Python, GA targeting Q1 2026. A developer registers Word Orb, Lesson Orb, and Quiz Orb as agent tools. Graph-based workflows route word → lesson → quiz automatically. MCP and A2A protocols supported natively.
1
Word Orb looks up the word
One API call returns a verified definition, 47 translations, pronunciation audio, and etymology.
Loading…
2
Lesson Orb delivers a structured lesson
A 5-phase lesson with the strategist teaching archetype.
Loading…
3
Quiz Orb assesses comprehension
Interactive assessment aligned to the lesson. Try it yourself.
Loading…
4
The Knowledge Graph connects everything
30,288 connections link words to lessons to assessments.
Loading…
Why this matters for Microsoft Agent Framework
Microsoft Agent Framework supports MCP natively — Orb Platform’s MCP server at mcp.thedailylesson.com/mcp integrates automatically with zero configuration
Graph-based workflows map to Orb’s knowledge graph — word → lesson → quiz connections become agent workflow edges in the framework planner
Clean JSON schema maps directly to C#/F# models (.NET) and Python dataclasses — both runtimes supported by the unified framework
OpenAPI-first design means Orb’s API spec is automatically discoverable — A2A messaging protocol enables agent-to-agent vocabulary handoffs