<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm" -->

---
title: Building agent teams with Agent Framework, GitHub...
description: Microsoft Agent Framework (MAF) now supports GitHub Copilot SDK as an agent backend, enabling coding-oriented AI capabilities like shell execution, file...
canonical: https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Building agent teams with Agent Framework, GitHub Copilot CLI and Squad | daily.dev
og:description: Microsoft Agent Framework (MAF) now supports GitHub Copilot SDK as an agent backend, enabling coding-oriented AI capabilities like shell execution, file...
og:url: https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm
og:image: https://api.daily.dev/og/posts/gxKdlr2lm.png
og:image:alt: Building agent teams with Agent Framework, GitHub Copilot CLI and Squad
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building agent teams with Agent Framework, GitHub Copilot CLI and Squad

**[DevBlogs](https://daily.dev/sources/devblogs)** · 7 min read · 0 upvotes · 0 comments

## Summary

Microsoft Agent Framework (MAF) now supports GitHub Copilot SDK as an agent backend, enabling coding-oriented AI capabilities like shell execution, file operations, and MCP server integration. The post introduces Squad, an open-source multi-agent framework built on the GitHub Copilot CLI/SDK, and Squad.Agents.AI — a NuGet package that wraps a Squad team as a standard MAF AIAgent via a single DI call. Unlike stateless agents, Squad accumulates domain knowledge over time: it remembers architectural decisions, extracts reusable skills, respects corrections, and onboards new specialists instantly. The integration provides OpenTelemetry spans per dispatched specialist out of the box, making multi-agent fan-out observable in Aspire, Jaeger, or Application Insights without extra plumbing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/agent-framework/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad>

## Similar posts on daily.dev

- [Harness teams of agentic coders with Squad](https://daily.dev/posts/harness-teams-of-agentic-coders-with-squad-t7dvcubxk) · InfoWorld · 0 upvotes · 0 comments
- [How Squad runs coordinated AI agents inside your repository](https://daily.dev/posts/how-squad-runs-coordinated-ai-agents-inside-your-repository-fexaliyqu) · GitHub Blog · 2 upvotes · 0 comments
- [Multi-agent patterns with the GitHub Copilot SDK \(continued\)](https://daily.dev/posts/multi-agent-patterns-with-the-github-copilot-sdk-continued--em2cs7kk9) · The Art of Simplicity · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#ai-agents](https://daily.dev/tags/ai-agents), [#.net](https://daily.dev/tags/.net)

[View this post on daily.dev](https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Building agent teams with Agent Framework, GitHub Copilot CLI and Squad","url":"https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm"},"datePublished":"2026-07-30T17:20:57.574Z","dateModified":"2026-07-30T18:07:12.762Z","description":"Microsoft Agent Framework (MAF) now supports GitHub Copilot SDK as an agent backend, enabling coding-oriented AI capabilities like shell execution, file...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/73d23d38a38dd1f470faae9cf9a39501?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/73d23d38a38dd1f470faae9cf9a39501?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"DevBlogs","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DevBlogs","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713","url":"https://daily.dev/sources/devblogs"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/building-agent-teams-with-agent-framework-github-copilot-cli-and-squad-gxkdlr2lm","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"github,ai-agents,.net","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DevBlogs","item":"https://daily.dev/sources/devblogs"},{"@type":"ListItem","position":3,"name":"Building agent teams with Agent Framework, GitHub Copilot CLI and Squad"}]}
```

