Skip to content

Latest commit

Β 

History

History
Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

README.md

πŸš€ FastTrack for Copilot Agents πŸš€

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.

πŸ“‚ Repository Structure

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- .
  • 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- .

✨ Getting Started

Using these templates is simple!

  1. Clone or Download: Clone this repository or download the ZIP file to your local machine.
  2. Explore: Navigate into either the copilot-studio-agents or agent-builder-agents directory.
  3. Import: Follow the instructions within each template's own README to import it into your Copilot Studio or Agent Builder environment.
  4. Customize: Adapt the template to your specific needs. Change the logic, add new capabilities, and make it your own!

🀝 Contributing

Have a great agent template you'd like to share with the community? We'd love your contributions!

  1. Fork this repository.
  2. Create a new branch for your feature (git checkout -b feature/my-awesome-agent).
  3. Add your template to the appropriate directory, including a clear README.md file explaining what it does and how to use it.
  4. Commit your changes (git commit -m 'Add some awesome agent').
  5. Push to the branch (git push origin feature/my-awesome-agent).
  6. Open a Pull Request and we'll review it.

Let's build an amazing collection of agent templates together! πŸŽ‰


Happy building! πŸ€–