You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<asideclass="special"><p> The <code>sam run</code> 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 <code>sam run -s configs/agents/markitdown.yaml</code> and in another terminal you can run <code>sam run configs/agents/markitdown.yaml</code> that runs that agent in isolation. You can do the same thing with all the yaml configuration files in separate terminals.</p>
422
+
<asideclass="special"><p> The <code>sam run</code> 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 <code>sam run -s configs/agents/markitdown.yaml</code> and in another terminal you can run <code>sam run configs/agents/markitdown.yaml</code> that runs that agent in isolation. You can do the same thing with all the yaml configuration files in separate terminals.</p>
<asideclass="special"><p> Check out the <ahref="https://github.com/SolaceLabs/solace-agent-mesh/tree/main/examples/agents" target="_blank">examples</a> directory for other agent yaml configuration with the</p>
428
+
<asideclass="special"><p> Check out the <ahref="https://github.com/SolaceLabs/solace-agent-mesh/tree/main/examples/agents" target="_blank">examples</a> directory for other agent yaml configurations.</p>
429
429
</aside>
430
430
431
431
@@ -809,7 +809,7 @@ <h2 is-upgraded>Adding custom plugins repository to the catalog</h2>
809
809
</code></pre>
810
810
<p>Navigate to the Agents tab and see the new agent in the list</p>
0 commit comments