Skip to content

Conversation

Stevenic
Copy link
Collaborator

Created a new plugin for the Agents SDK. It's modeled after the Botbuilder plugin, just updated to support the new types.

"repository": {
"type": "git",
"url": "https://github.com/microsoft/teams.ts.git",
"directory": "packages/botbuilder"
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be packages/agents-sdk

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks... missed that spot

@@ -0,0 +1,58 @@
{
"name": "@microsoft/teams.agentssdk",
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we change this to @microsoft/teams.agents-sdk?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

another typo

"adaptive-cards",
"apps",
"bots",
"botbuilder"
Copy link
Collaborator

Choose a reason for hiding this comment

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

may want to replace the botbuilder keyword with agents-sdk or something

@@ -0,0 +1,273 @@
# @microsoft/teams.botbuilder
Copy link
Collaborator

Choose a reason for hiding this comment

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

this changelog file will be generated automatically for new packages, no need to copy it over from the botbuilder plugin.


## Dependencies

- [`uuid`](https://www.npmjs.com/package/uuid)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see any uuid dependency

@aacebo
Copy link
Collaborator

aacebo commented Jul 24, 2025

the build is failing because we did a release so the version in main and released to npm is 2.0.0-preview.8

@@ -0,0 +1,58 @@
{
"name": "@microsoft/teams.agentssdk",
"version": "2.0.0-preview.7",
Copy link
Collaborator

Choose a reason for hiding this comment

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

all version references need to be updated to 2.0.0-preview.8 to fix the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants