From 53145d2c083c5037fde04458cf3a11ecdb5830b6 Mon Sep 17 00:00:00 2001 From: Michael Du Plessis Date: Mon, 22 Sep 2025 20:35:14 -0400 Subject: [PATCH 1/2] Typo - Update solace-agent-mesh.md --- markdown/solace-agent-mesh/solace-agent-mesh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/solace-agent-mesh/solace-agent-mesh.md b/markdown/solace-agent-mesh/solace-agent-mesh.md index 3c8f04c4..4933865b 100644 --- a/markdown/solace-agent-mesh/solace-agent-mesh.md +++ b/markdown/solace-agent-mesh/solace-agent-mesh.md @@ -500,7 +500,7 @@ apps: 4. Run solace agent mesh `sam run` > aside positive -> The `sam run` command will traverse through all the yaml configurations in your directory (agents and gateways) and pass them to the solace agent mesh. If you want to run an agent in isolation, you can run an instance of solace agent mesh with all of configurations expect the agent of your choice `sam run -s configs/agents/markitdown.yaml` and in another terminal you can run `sam run configs/agents/markitdown.yaml` that runs that agent in isolation. You can do the same thing with all the yaml configuration files in separate terminals. +> The `sam run` command will traverse through all the yaml configurations in your directory (agents and gateways) and pass them to the solace agent mesh. If you want to run an agent in isolation, you can run an instance of solace agent mesh with all of configurations except the agent of your choice `sam run -s configs/agents/markitdown.yaml` and in another terminal you can run `sam run configs/agents/markitdown.yaml` that runs that agent in isolation. You can do the same thing with all the yaml configuration files in separate terminals. 5. Observe the agent in the WebGUI Gateway @@ -1062,4 +1062,4 @@ Solace Agent Mesh represents a significant advancement in building enterprise-gr As the ecosystem continues to evolve, stay connected with the community through the repositories and forums to leverage the collective knowledge and contribute to this growing platform. -Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab. \ No newline at end of file +Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab. From 12cc3057beec3910f893ef43ff4663d2d3d14d38 Mon Sep 17 00:00:00 2001 From: Michael Du Plessis Date: Mon, 22 Sep 2025 20:38:21 -0400 Subject: [PATCH 2/2] Cleanup sentence - solace-agent-mesh.md --- markdown/solace-agent-mesh/solace-agent-mesh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/solace-agent-mesh/solace-agent-mesh.md b/markdown/solace-agent-mesh/solace-agent-mesh.md index 4933865b..cdf38bf2 100644 --- a/markdown/solace-agent-mesh/solace-agent-mesh.md +++ b/markdown/solace-agent-mesh/solace-agent-mesh.md @@ -507,7 +507,7 @@ apps: ![markitdown](img/markitdown.png) > aside positive -> Check out the [examples](https://github.com/SolaceLabs/solace-agent-mesh/tree/main/examples/agents) directory for other agent yaml configuration with the +> Check out the [examples](https://github.com/SolaceLabs/solace-agent-mesh/tree/main/examples/agents) directory for other agent yaml configurations. ## Understanding the YAML configuration of agents