-
Notifications
You must be signed in to change notification settings - Fork 19
created a plugin for the agents sdk #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/microsoft/teams.ts.git", | ||
"directory": "packages/botbuilder" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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
the build is failing because we did a release so the version in main and released to npm is |
@@ -0,0 +1,58 @@ | |||
{ | |||
"name": "@microsoft/teams.agentssdk", | |||
"version": "2.0.0-preview.7", |
There was a problem hiding this comment.
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.
Created a new plugin for the Agents SDK. It's modeled after the Botbuilder plugin, just updated to support the new types.