The Same Idea with Microsoft Agent Framework β Building a Review Agent by Just Adding Tools with the Agent Harness
The 'delegate orchestration, just add tools' idea isn't exclusive to the GitHub Copilot SDK. Microsoft Agent Framework's Agent Harness (HarnessAgent) spins up an autonomous agent β with planning, todos, context compaction, and tool approval prebuilt β in one line, and you just add tools. We implement the same document review agent in C# and discuss how its design differs from the Copilot SDK version.