Agent Framework RAG for Agents: Giving Your Agent the Right Context (opens in new tab)
This is Part 13 of my series on the Microsoft Agent Framework. You can read the original post over on lukaswalter.dev. In the previous article, we looked at workflows. Workflows make sense when the process itself needs structure: state, checkpoints, events, human approvals, and resumable execution. This post is the bridge from Agent Framework into RAG. I plan on doing a full RAG deep dive sometime later. The practical question for now is smaller: How do I connect an Agent Framework agent to p...
Read the original article