Agent replication guides for Microsoft Partners to recreate Microsoft-developed Copilot Studio Lite agents.
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.
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
Browse the folders in this repository to see available agent guides. Each folder represents a complete agent implementation.
- Choose an Agent: Browse the available agent folders and select the one that fits your needs
- Review the README: Each agent folder contains a README.md with specific setup instructions
- Gather Components: Collect the system instructions, knowledge sources, and suggested prompts
- Deploy to Copilot Studio Lite:
- Create a new agent in Copilot Studio Lite (copilot.microsoft.com)
- Copy the system instructions from
system-instructions.mdinto the agent's prompt configuration - Upload or link the knowledge sources as specified in
knowledge-sources.mdand uploaded touploaded-files/(if present) - Add the suggested prompts from
suggested-prompts.mdto help users get started
- Test and Customize: Test the agent with the provided suggested prompts and customize as needed for your specific use case
Follow the guidelines in CONTRIBUTING.md
For questions or issues:
- Open an issue in this repository
- Contact the Microsoft Partner Solutions AI team