Building agent teams with Agent Framework, GitHub Copilot CLI and Squad
Source: Semantic Kernel Blog ·
Microsoft Agent Framework supports creating agents that use the GitHub Copilot SDK as their backend. GitHub Copilot agents provide access to powerful coding-oriented AI capabilities, including shell command execution, file operations, URL fetching, Model Context Protocol (MCP) server integration, and can be integrated into your existing development pipeline. using GitHub.Copilot; using Microsoft.Agents.AI; using Microsoft.Extensions.AI; AIFunction weatherTool […] The post Building agent teams with Agent Framework, GitHub Copilot CLI and Squad appeared first on Microsoft Agent Framework.