-
Notifications
You must be signed in to change notification settings - Fork 835
Declarative Agents #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Declarative Agents #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive support for Microsoft 365 Copilot declarative agents development to the Awesome Copilot repository. The contribution provides a complete toolkit of prompts, instructions, and chat modes that follow the official schema v1.5 specifications and integrate with the Microsoft 365 Agents Toolkit.
Key changes include:
- A comprehensive prompt covering three workflows: basic creation, advanced design, and validation
- Detailed instructions for best practices and guidelines following schema v1.5 specifications
- An expert architect chat mode for guiding users through the complete development lifecycle
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
prompts/declarative-agents.prompt.md | Comprehensive prompt with three distinct workflows for Microsoft 365 Copilot declarative agents development |
instructions/declarative-agents-microsoft365.instructions.md | Best practices and guidelines for developing declarative agents following schema v1.5 specifications |
chatmodes/declarative-agents-architect.chatmode.md | Expert AI architect chat mode for designing and optimizing declarative agents |
README.prompts.md | Added entry for the declarative agents prompt |
README.instructions.md | Added entry for the declarative agents instructions |
README.chatmodes.md | Added entry for the declarative agents architect chat mode |
Comments suppressed due to low confidence (1)
instructions/declarative-agents-microsoft365.instructions.md:1
- The
applyTo
field is missing. According to the guidelines, instruction files should have anapplyTo
field that specifies the file or files to which the instructions apply. For multiple file paths, they should be formatted like'**.js, **.ts'
.
---
@troystaylor can you just double check the line endings, seems some are CRLF not LF, which should have been enforced by the It's just so that we avoid accidentally line ending changes across OSes resulting in unmanageable diffs |
@aaronpowell That should fix it |
Pull Request Checklist
node update-readme.js
and verified thatREADME.md
is up to date.Description
This PR adds comprehensive support for Microsoft 365 Copilot declarative agents development to the Awesome Copilot repository, including prompts, instructions, and chat modes that follow the official schema v1.5 specifications.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.