Skip to content

Repository files navigation

Agent Guides for Copilot Studio Lite

Agent replication guides for Microsoft Partners to recreate Microsoft-developed Copilot Studio Lite agents.

Overview

This repository contains ready-to-use agent guides designed to help Microsoft partners quickly replicate and deploy specialized Copilot Studio Lite agents to leverage with customers. Each agent guide provides all the necessary components to set up a functional agent.

Repository Structure

Each agent guide is contained in its own folder with the following structure:

agent-name/
├── README.md                 # Overview and setup instructions for this agent
├── system-instructions.md    # Declarative agent system instructions (prompt)
├── knowledge-sources.md      # Documentation and links to knowledge sources
├── uploaded-files/           # Files required for upload
└── suggested-prompts.md      # Example prompts to get started with the agent

Available Agent Guides

Browse the folders in this repository to see available agent guides. Each folder represents a complete agent implementation.

How to Use an Agent Guide

  1. Choose an Agent: Browse the available agent folders and select the one that fits your needs
  2. Review the README: Each agent folder contains a README.md with specific setup instructions
  3. Gather Components: Collect the system instructions, knowledge sources, and suggested prompts
  4. Deploy to Copilot Studio Lite:
    • Create a new agent in Copilot Studio Lite (copilot.microsoft.com)
    • Copy the system instructions from system-instructions.md into the agent's prompt configuration
    • Upload or link the knowledge sources as specified in knowledge-sources.md and uploaded to uploaded-files/ (if present)
    • Add the suggested prompts from suggested-prompts.md to help users get started
  5. Test and Customize: Test the agent with the provided suggested prompts and customize as needed for your specific use case

Creating a New Agent Guide

Follow the guidelines in CONTRIBUTING.md

Support

For questions or issues:

  • Open an issue in this repository
  • Contact the Microsoft Partner Solutions AI team

About

Agent replication guides for Microsoft Partners to recreate Microsoft-developed Copilot Studio Lite agents.

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors