Add Copilot Studio describer agent - #173
Open
Giorgio Ughini (GiorgioUghini) wants to merge 3 commits into
Open
Conversation
Introduce a read-only describer sub-agent for direct invocation, document it, and add eval coverage for generated reports including user stories. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Require richer knowledge-source evidence, explicit SearchAndSummarizeContent usage, and a dedicated active settings/capabilities explanation in describer reports. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Refine the describer prompt so knowledge-source evidence focuses on visible names, descriptions, and URLs, and active settings are explained as agent-level capabilities when they are not topic-specific. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
copilot-studio-describersub-agent for explaining what an existing Copilot Studio agent does.SearchAndSummarizeContentpresence/absence, and a dedicated active settings/capabilities explanation that separates agent-level settings from topic usage.agent-descriptioneval scenario, and fix eval HTML report writing on Windows by using UTF-8.What I'm doing
This PR introduces a detached description-only agent for users who want to understand a cloned Copilot Studio agent without authoring, testing, deployment, troubleshooting, or pattern-recommendation behavior. It is intentionally not wired into
hooks/system-prompt.md, so it only appears when invoked directly.The describer now goes beyond a simple summary: it explains active settings and capabilities with YAML/file evidence, calls out whether capabilities are merely configured or actually used by topics, identifies knowledge-source names/types/visible references, and explicitly states whether
SearchAndSummarizeContentis present.Validation
node evals\run.js --scenario agent-description --parallel 1— 31/31 checks passed