Microsoft 365 Agents Toolkit
Agents Toolkit is a powerful extension and CLI app 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 file 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
- Official Agents Toolkit documentation
Deployment and provisioning
Generally, you can use the toolkit to add required resources to Azure based on your app manifest setup. Agents Toolkit documents that in their documentation.
Resources
- Agents Toolkit Overview - these extensive docs cover many topics related to Agents Toolkit, so please explore their documentation at your convenience.
- Teams AI v2 CLI documentation - includes instructions on adding toolkit configurations to your Teams AI v2 agent.