Skip to content

Commit 44f7ba5

Browse files
authored
Rename Teams AI to Teams SDK 🎉 (#384)
skip-test-verification ## Rename to Teams SDK --------- Co-authored-by: Corina Gum <>
1 parent 1264aed commit 44f7ba5

File tree

29 files changed

+104
-116
lines changed

29 files changed

+104
-116
lines changed

CONTRIBUTING.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please refer to this sub-module's root repo Contributing guide at [Teams AI v2 Contributing](https://github.com/microsoft/teams-ai/blob/v2-preview/CONTRIBUTING.md)
1+
Please refer to this sub-module's root repo Contributing guide at [Teams SDK Contributing](https://github.com/microsoft/teams-sdk/blob/main/CONTRIBUTING.md)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
a suite of packages used to build on the Teams Platform.
88

9-
<a href="https://microsoft.github.io/teams-ai" target="_blank">
9+
<a href="https://microsoft.github.io/teams-sdk" target="_blank">
1010
<img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
1111
</a>
1212

@@ -90,7 +90,7 @@ $: npm run test
9090
> ⚠️ **WARNING** these apps are changed often and are not intended to be used outside the
9191
> projects monorepo. To easily setup a new project please use the **templates** available via
9292
> the `@microsoft/teams.cli` and follow the
93-
> [Getting Started](https://microsoft.github.io/teams-ai/typescript/getting-started) documentation!
93+
> [Getting Started](https://microsoft.github.io/teams-sdk/typescript/getting-started) documentation!
9494
9595
- [`@tests/echo`](./tests/echo/README.md)
9696
- [`@tests/auth`](./tests/auth/README.md)

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project uses GitHub Issues to track bugs and feature requests. Please searc
66
issues before filing new issues to avoid duplicates. For new issues, file your bug or
77
feature request as a new Issue.
88

9-
For help and questions about using this project, please join our [Teams AI Teams channel](https://teams.microsoft.com/l/channel/19%3A4PLRDRT5qVLpvXpfIHnoNohFElTC0aDzsNwfI0KHDxo1%40thread.tacv2/Support?groupId=1314f851-c930-4caa-b3e0-dbe9b8fe2737&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
9+
For help and questions about using this project, please join our [Teams SDK Teams channel](https://teams.microsoft.com/l/channel/19%3A4PLRDRT5qVLpvXpfIHnoNohFElTC0aDzsNwfI0KHDxo1%40thread.tacv2/Support?groupId=1314f851-c930-4caa-b3e0-dbe9b8fe2737&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
1010

1111
## Microsoft Support Policy
1212

external/a2a/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This is a plugin that enables your Teams agent to be used as an A2A agent.
2323
> [!NOTE]
2424
> The A2A protocol is still early in development and hence this package is fairly experimental.
2525
26-
- [What is A2A?](https://google.github.io/A2A)
26+
- [What is A2A?](https://google.github.io/A2A)
2727

2828
## Server
2929

30-
Teams AI Library allows your applications to easily be accessible via Teams. However, using this plugin, you can also enable your agent to be used as an A2A agent so that it can be used by other A2A clients.
30+
Teams SDK allows your applications to easily be accessible via Teams. However, using this plugin, you can also enable your agent to be used as an A2A agent so that it can be used by other A2A clients.
3131

3232
### Configuration
3333

@@ -91,7 +91,7 @@ app.event(
9191
// The taskContext contains details about the task request
9292
const result = await myEventHandler(taskContext, accumulateArtifacts);
9393
await respond(result);
94-
}
94+
},
9595
);
9696
```
9797

external/mcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<a href="https://www.npmjs.com/package/@microsoft/teams.mcp" target="_blank">
1414
<img src="https://img.shields.io/npm/dw/@microsoft/teams.mcp" />
1515
</a>
16-
<a href="https://microsoft.github.io/teams-ai" target="_blank">
16+
<a href="https://microsoft.github.io/teams-sdk" target="_blank">
1717
<img src="https://img.shields.io/badge/📖 docs-open-blue" />
1818
</a>
1919
</p>
2020

2121
https://modelcontextprotocol.io/introduction
2222

23-
<a href="https://microsoft.github.io/teams-ai" target="_blank">
23+
<a href="https://microsoft.github.io/teams-sdk" target="_blank">
2424
<img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
2525
</a>
2626

@@ -32,4 +32,4 @@ $: npm install @microsoft/teams.mcp
3232

3333
## Dependencies
3434

35-
- [`@modelcontextprotocol/sdk`](https://www.npmjs.com/package/@modelcontextprotocol/sdk)
35+
- [`@modelcontextprotocol/sdk`](https://www.npmjs.com/package/@modelcontextprotocol/sdk)

external/mcpclient/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<a href="https://www.npmjs.com/package/@microsoft/teams.mcpclient" target="_blank">
1414
<img src="https://img.shields.io/npm/dw/@microsoft/teams.mcpclient" />
1515
</a>
16-
<a href="https://microsoft.github.io/teams-ai" target="_blank">
16+
<a href="https://microsoft.github.io/teams-sdk" target="_blank">
1717
<img src="https://img.shields.io/badge/📖 docs-open-blue" />
1818
</a>
1919
</p>
2020

2121
High level MCP Client Plugin which allows connecting to various sse servers and consume exposed tools.
2222

23-
<a href="https://microsoft.github.io/teams-ai" target="_blank">
23+
<a href="https://microsoft.github.io/teams-sdk" target="_blank">
2424
<img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
2525
</a>
2626

@@ -45,11 +45,11 @@ const prompt = new ChatPrompt(
4545
instructions: "You are a helpful assistant.",
4646
model: yourModel,
4747
},
48-
[new McpClientPlugin()]
48+
[new McpClientPlugin()],
4949
).usePlugin("mcpClient", { url: "http://your-mcp-server/mcp" });
5050
```
5151

5252
## Features
5353

54-
- 🔌 Automatic tool discovery from MCP servers
55-
- 💾 Optional caching of tool parameters (if you'd like to avoid the discovery call or only pass in a subset of tools)
54+
- 🔌 Automatic tool discovery from MCP servers
55+
- 💾 Optional caching of tool parameters (if you'd like to avoid the discovery call or only pass in a subset of tools)

0 commit comments

Comments
 (0)