Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: build-collaborative-agents-where-work-happens
title: "Build collaborative agents where work happens"
external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/
date: 2026-06-02
authors:
- name: Microsoft 365 Dev
title: Microsoft
tags: [teams-sdk, agents, teams-ai-library]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not teams-ai-library anymore. Remove this tag

description: Learn how to build collaborative agents that work directly in Teams and Microsoft 365 experiences where people already collaborate.
---

import ExternalRedirect from '@site/src/components/ExternalRedirect';

<ExternalRedirect to="https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: whats-new-in-microsoft-teams--may-2026---build-edition
title: "What's new in Microsoft Teams | May 2026 - Build Edition"
external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613
date: 2026-06-02
authors:
- name: Microsoft Teams Blog

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you get the actual author names? For both blogs

title: Microsoft
tags: [teams-sdk, announcement]
description: See the latest Microsoft Teams platform updates from the May 2026 Build Edition announcement.
---

import ExternalRedirect from '@site/src/components/ExternalRedirect';

<ExternalRedirect to="https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613" />
2 changes: 2 additions & 0 deletions teams.md/src/data/externalBlogUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export const externalBlogUrls: Record<string, string> = {
'join-the-microsoft-365-copilot-developer-camp': 'https://devblogs.microsoft.com/microsoft365dev/join-the-microsoft-365-copilot-developer-camp/',
'announcing-the-updated-teams-ai-library-and-mcp-support': 'https://devblogs.microsoft.com/microsoft365dev/announcing-the-updated-teams-ai-library-and-mcp-support/',
'python-support-for-the-microsoft-teams-sdk-is-now-generally-available': 'https://devblogs.microsoft.com/microsoft365dev/python-support-for-the-microsoft-teams-sdk-is-now-generally-available/',
'build-collaborative-agents-where-work-happens': 'https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/',
'whats-new-in-microsoft-teams--may-2026---build-edition': 'https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613',
};
3 changes: 0 additions & 3 deletions teams.md/static/missing-pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
"csharp",
"python"
],
"in-depth-guides/ai/best-practices": [

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need to be removed

"python"
],
"in-depth-guides/ai/chat": [
"python"
],
Expand Down