Microsoft Enhances Teams with New AI Agents for Enhanced Collaboration

Microsoft Enhances Teams with New AI Agents for Enhanced Collaboration
source: gettyimages
September 18, 2025

==============================================================

Microsoft is expanding its AI capabilities within Teams today, introducing a suite of new AI-powered agents designed to improve communication, organization, and productivity across the platform. These Copilot assistants are now available for every channel, meeting, and community, and will also extend their functionality to SharePoint and Viva Engage environments. The rollout is primarily targeted at Microsoft 365 Copilot users.

New AI Facilitator Agents for Meetings

Facilitator agents are now integrated into Teams meetings, assisting users by:

A mobile version of these agents is designed for quick activation with a simple tap, ensuring common in-person interactions like hallway chats or spontaneous syncs aren’t disrupted.

Channel and Community Agents

Channel agents serve as intelligent assistants within specific Teams channels by:

Within Viva Engage, Microsoft’s enterprise social network platform, community agents support community administrators by:

Knowledge Management in SharePoint

Behind the scenes, knowledge agents operate within SharePoint to:

Current and Upcoming Features

Most of these new agents, including facilitator assistants, are available now in public preview, with some capabilities like document creation and task management also accessible in limited previews. Other announced features include:

Microsoft continues to enhance Teams with these intelligent tools, aiming to streamline collaboration, bolster productivity, and foster smoother communication across entire organizations.

Follow topics and authors from this story to see more in your personalized homepage feed and receive email updates.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 147 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6643990,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}