You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set version to '0.6-alpha'
* version 0.6
* docs: update README to clarify usage instructions for Azure Blob Storage
* Update packages/agents-copilotstudio-client/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* docs: update README to include NPM version badges for packages
---------
Co-authored-by: Rido <nouser@gh.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
The Microsoft 365 Agent SDK simplifies building full stack, multichannel, trusted agents for platforms including M365, Teams, Copilot Studio, and Webchat. We also offer integrations with 3rd parties such as Facebook Messenger, Slack, or Twilio. The SDK provides developers with the building blocks to create agents that handle user interactions, orchestrate requests, reason responses, and collaborate with other agents.
4
8
5
9
The M365 Agent SDK is a comprehensive framework for building enterprise-grade agents, enabling developers to integrate components from the Azure AI Foundry SDK, Semantic Kernel, as well as AI components from other vendors.
@@ -14,22 +18,22 @@ The best to way to get started with these packages is to look at the samples ava
14
18
15
19
We offer the following NPM packages to create conversational experiences based on Agents:
16
20
17
-
| Package Name | Description | Replaces|
18
-
|--------------|-------------|---------|
19
-
|`@microsoft/agents-activity`| Types and validators implementing the Activity protocol spec. |`botframework-schema`|
20
-
|`@microsoft/agents-hosting`| Provides classes to host an Agent in express. |`botbuilder`|
21
-
|`@microsoft/agents-hosting-express`| Configures express to run the Agent. | N/A |
22
-
|`@microsoft/agents-hosting-dialogs`| Provides classes to host an Agent in express. |`botbuilder-dialogs`|
23
-
|`@microsoft/agents-hosting-extensions-teams`| Provides classes to make use of Teams specific features. |`teams ai`|
24
-
|`@microsoft/agents-hosting-storage-blob`| Extension to use Azure Blob as storage. |`botbuilder-azure`|
25
-
|`@microsoft/agents-hosting-storage-cosmos`| Extension to use CosmosDB as storage. |`botbuilder-azure`|
21
+
| Package Name |NPM Version |Description | Replaces|
|`@microsoft/agents-activity`|[](https://www.npmjs.com/package/@microsoft/agents-activity)|Types and validators implementing the Activity protocol spec. |`botframework-schema`|
24
+
|`@microsoft/agents-hosting`|[](https://www.npmjs.com/package/@microsoft/agents-hosting)|Provides classes to host an Agent in express. |`botbuilder`|
25
+
|`@microsoft/agents-hosting-express`|[](https://www.npmjs.com/package/@microsoft/agents-hosting-express)|Configures express to run the Agent. | N/A |
26
+
|`@microsoft/agents-hosting-dialogs`|[](https://www.npmjs.com/package/@microsoft/agents-hosting-dialogs)|Provides classes to host an Agent in express. |`botbuilder-dialogs`|
27
+
|`@microsoft/agents-hosting-extensions-teams`|[](https://www.npmjs.com/package/@microsoft/agents-hosting-extensions-teams)|Provides classes to make use of Teams specific features. |`teams ai`|
28
+
|`@microsoft/agents-hosting-storage-blob`|[](https://www.npmjs.com/package/@microsoft/agents-hosting-storage-blob)|Extension to use Azure Blob as storage. |`botbuilder-azure`|
29
+
|`@microsoft/agents-hosting-storage-cosmos`|[](https://www.npmjs.com/package/@microsoft/agents-hosting-storage-cosmos)|Extension to use CosmosDB as storage. |`botbuilder-azure`|
26
30
27
31
28
32
Additionally we provide a Copilot Studio Client, to interact with Agents created in CopilotStudio
29
33
30
-
| Package Name | Description |
31
-
|--------------|-------------|
32
-
| `@microsoft/agents-copilotstudio-client`| Direct to Engine client to interact with Agents created in CopilotStudio
34
+
| Package Name |NPM Version |Description |
35
+
|--------------|-------------|-------------|
36
+
| `@microsoft/agents-copilotstudio-client` | [](https://www.npmjs.com/package/@microsoft/agents-copilotstudio-client)| Direct to Engine client to interact with Agents created in CopilotStudio
Copy file name to clipboardExpand all lines: packages/agents-copilotstudio-client/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
The `@microsoft/agents-copilotstudio-client` package allows you to interact with Copilot Studio Agents using the Direct Engine Protocol. This client library is designed to facilitate communication with agents, enabling seamless integration and interaction within your JavaScript or TypeScript applications.
6
6
7
+
This package provides exports for CommonJS and ES6 modules, and also a bundle to be used in the browser.
8
+
7
9
> [!NOTE]
8
10
> The Client needs to be initialized with a valid JWT Token.
0 commit comments