Agent Framework RAG for Agents: Giving Your Agent the Right Context

How to connect Microsoft Agent Framework agents to private application knowledge without stuffing full documents into the prompt.

June 10, 2026 · 10 min · 2028 words

Agents as Tools in Microsoft Agent Framework

How to delegate work between Microsoft Agent Framework agents by exposing focused agents as function tools, and when this is better than manual routing or a workflow engine.

May 27, 2026 · 10 min · 2085 words

Tools and Dependency Injection in Microsoft Agent Framework

How to expose small C# methods as Microsoft Agent Framework tools, pass application services through dependency injection, and protect side-effecting actions.

May 6, 2026 · 7 min · 1280 words