-
-
Notifications
You must be signed in to change notification settings - Fork 10
YAML parsing error on *.agent.md files #893
Copy link
Copy link
Closed
Labels
agent-analystResearch and investigation agentResearch and investigation agentarea-installationInstallation scriptsInstallation scriptsarea-promptsAgent prompts and templatesAgent prompts and templatesbugSomething isn't workingSomething isn't workingpriority:P0Critical: Blocks core functionality, security vulnerability, or data lossCritical: Blocks core functionality, security vulnerability, or data loss
Milestone
Metadata
Metadata
Assignees
Labels
agent-analystResearch and investigation agentResearch and investigation agentarea-installationInstallation scriptsInstallation scriptsarea-promptsAgent prompts and templatesAgent prompts and templatesbugSomething isn't workingSomething isn't workingpriority:P0Critical: Blocks core functionality, security vulnerability, or data lossCritical: Blocks core functionality, security vulnerability, or data loss
While trying to install agents after cloning repository locally, none of the agents were available and logs showed that there was a YAML parsing error when trying to read the *.agent.md (analyst.agent.md, etc.) files.
Error log:
I think the yaml parser cannot read this type of array used in the tools section for these agent.md files. This is format they are all currently following:
By changing this to a hyphen-bulleted array, I was able to install the agents fine. Like this:
Windows 11 / IDE: Copilot on VSCode & Powershell