Welcome to the official FastTrack repository for agent templates! 👋 This is your one-stop-shop for getting a head start on building powerful and intelligent agents for both Microsoft Copilot Studio and Agent Builder.
Whether you're a seasoned pro or just getting started, these templates are designed to accelerate your development process and showcase what's possible.
This repository is organized into two main directories, one for each platform:
-
copilot-studio-agents/- Contains agent templates, examples, and solutions specifically designed for Microsoft Copilot Studio. These are great for building sophisticated, enterprise-grade agents. Our sample custom agents are prefixed with
ca-.
- Contains agent templates, examples, and solutions specifically designed for Microsoft Copilot Studio. These are great for building sophisticated, enterprise-grade agents. Our sample custom agents are prefixed with
-
agent-builder-agents/- Contains agent templates tailored for the Agent Builder in Copilot. These are perfect for creating more focused, task-oriented agents quickly. Note these can also be easily repurposed to be used with SharePoint Agents. Our sample declarative agents are prefixed with
da-.
- Contains agent templates tailored for the Agent Builder in Copilot. These are perfect for creating more focused, task-oriented agents quickly. Note these can also be easily repurposed to be used with SharePoint Agents. Our sample declarative agents are prefixed with
Using these templates is simple!
- Clone or Download: Clone this repository or download the ZIP file to your local machine.
- Explore: Navigate into either the
copilot-studio-agentsoragent-builder-agentsdirectory. - Import: Follow the instructions within each template's own README to import it into your Copilot Studio or Agent Builder environment.
- Customize: Adapt the template to your specific needs. Change the logic, add new capabilities, and make it your own!
Have a great agent template you'd like to share with the community? We'd love your contributions!
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature/my-awesome-agent). - Add your template to the appropriate directory, including a clear README.md file explaining what it does and how to use it.
- Commit your changes (
git commit -m 'Add some awesome agent'). - Push to the branch (
git push origin feature/my-awesome-agent). - Open a Pull Request and we'll review it.
Let's build an amazing collection of agent templates together! 🎉
Happy building! 🤖