Hello,
I’m new to using Solace Agent Mesh and I’m currently trying to create a project following the documentation.
After creating the virtual environment and project folder, I ran the following commands:
sam init
sam run
The initialization completed successfully, but when I try to run the project using sam run, I get the following error:
Starting Solace Application Run...
Loading environment variables from: C:\Users\shereen\Desktop\AgentMesh-Project-Demo\agentmeshdemo\.env
No specific files provided. Discovering YAML files...
Skipping discovery: shared_config.yaml
Final list of configuration files:
- configs\agents\main_orchestrator.yaml
- configs\gateways\webui.yaml
Error parsing YAML file 'main_orchestrator.yaml': unacceptable character #x0007: special characters are not allowed
in "<unicode string>", position 5350
It seems there’s a parsing issue with the main_orchestrator.yaml file, but I’ve checked the file contents and indentation, and everything appears correct. Could you please advise what might be causing this and how to resolve it?