diff --git a/markdown/solace-agent-mesh/solace-agent-mesh.md b/markdown/solace-agent-mesh/solace-agent-mesh.md index 3c8f04c4..cdf38bf2 100644 --- a/markdown/solace-agent-mesh/solace-agent-mesh.md +++ b/markdown/solace-agent-mesh/solace-agent-mesh.md @@ -500,14 +500,14 @@ 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 ![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 @@ -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.