Microsoft 365 Agents Toolkit
Microsoft 365 Agents Toolkit provides a powerful VS Code extension and CLI tool that helps automate important tasks like provisioning and deployment. The project is maintained separately in this repository - 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 SDK CLI - helper for Teams SDK. 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 SDK CLI documentation: Instructions on adding Agents Toolkit configurations to your Teams SDK agent.