-
What is the preferred way to build Teams bots with Azure Agents? Bot framework supports only OpenAI Assistants and those are deprecated. for the Agents I found this, but it does not yet have any examples or anything https://github.com/microsoft/Agents |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@JukkaAGit https://github.com/microsoft/Agents can be used in conjunction with the Semantic Kernel (for Azure AI Agent Service) to host as an Azure Bot which then can be surfaced to Microsoft Teams. |
Beta Was this translation helpful? Give feedback.
-
Hi @JukkaAGit, you can get started with Teams AI library that gives you an opportunity to build Agents for Teams. Azure agents support is also available through this library: https://github.com/microsoft/teams-ai There are also templates available in Teams Toolkit (VS Code) extension that includes Teams AI library from scratch. Let me know if you have any follow up questions. |
Beta Was this translation helpful? Give feedback.
-
You can make Teams bot using Copilot studio and Azure agent, but this is not good, |
Beta Was this translation helpful? Give feedback.
Hi @JukkaAGit, you can get started with Teams AI library that gives you an opportunity to build Agents for Teams. Azure agents support is also available through this library: https://github.com/microsoft/teams-ai
There are also templates available in Teams Toolkit (VS Code) extension that includes Teams AI library from scratch. Let me know if you have any follow up questions.