Microsoft 365 Agents Toolkit
Microsoft 365 Agents Toolkit provides a powerful VS Code extension and CLI tool that helps automate important tasks like manifest management, sideloading, deployment, and provisioning. If you encounter any issues while using it (such as problems with the extension, running apps, deployment and provisioning, or debugging via F5), please report them in the Agents Toolkit GitHub repository.
Installing Agents Toolkit
Agents Toolkit can be installed as an extension and CLI. Please see the documentation linked below.
note
- Teams AI v2 CLI - helper for the new v2 library. It scaffolds agents, wires in deep Teams features (Adaptive Cards, Conversation History, Memory...etc), and adds all the config files you need while you're coding.
- Agents Toolkit CLI - app deployment helper. It sideloads, provisions Azure resources, handles manfiest/tenant plumbing, and keeps your dev, test, and prod environments in sync.
Official documentation
Refer to the official Microsoft 365 Agents Toolkit documentation on Microsoft Learn.
Deployment and provisioning
Generally, you can use the toolkit to add required resources to Azure based on your app manifest setup. For more, see Add cloud resources and API connection.
Resources
- Microsoft 365 Agents Toolkit: Extensive documentation covering usage and supported scenarios of Agents Toolkit.
- Teams AI v2 CLI documentation: Instructions on adding Agents Toolkit configurations to your Teams AI v2 agent.