-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Rasmus Wulff Jensen edited this page Dec 26, 2025
·
10 revisions
Agent Framework Toolkit is an opinionated C# wrapper on top of the Microsoft Agent Framework that makes advanced scenarios easier without losing compatibility.
It adds provider-specific factories and options so you can set models, instructions, reasoning effort, tool-calling middleware, structured output (RunAsync<T>), and embeddings with fewer lines of code than the "breaking glass" path.
It also includes AIToolsFactory helpers for turning classes into tools and for consuming Model Context Protocol (MCP) servers. Specialized agents inherit from AIAgent, and packages track Microsoft Agent Framework releases, so you can still use the full AF surface area when you need it.