Skip to content

Commit 0d87c8f

Browse files
Adding solace-agent-mesh html files
1 parent b1aebbd commit 0d87c8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codelabs/solace-agent-mesh/codelab.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"format": "html",
44
"prefix": "https://storage.googleapis.com",
55
"mainga": "UA-49880327-14",
6-
"updated": "2025-09-18T20:57:03Z",
6+
"updated": "2025-09-23T10:53:05Z",
77
"id": "solace-agent-mesh",
88
"duration": 88,
99
"title": "Getting started with Solace Agent Mesh - An Agent Orchestration Framework",

codelabs/solace-agent-mesh/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,13 @@ <h2 is-upgraded>Running the Solace Agent Mesh</h2>
419419
<ol type="1" start="4">
420420
<li>Run solace agent mesh <code>sam run</code></li>
421421
</ol>
422-
<aside class="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+
<aside class="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>
423423
</aside>
424424
<ol type="1" start="5">
425425
<li>Observe the agent in the WebGUI Gateway</li>
426426
</ol>
427427
<p class="image-container"><img alt="markitdown" src="img/3e982872adf51086.png"></p>
428-
<aside class="special"><p> Check out the <a href="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+
<aside class="special"><p> Check out the <a href="https://github.com/SolaceLabs/solace-agent-mesh/tree/main/examples/agents" target="_blank">examples</a> directory for other agent yaml configurations.</p>
429429
</aside>
430430

431431

@@ -809,7 +809,7 @@ <h2 is-upgraded>Adding custom plugins repository to the catalog</h2>
809809
</code></pre>
810810
<p>Navigate to the Agents tab and see the new agent in the list</p>
811811
<p class="image-container"><img alt="fileagent" src="img/5916d740b7892693.png"></p>
812-
<p>Now that you have hte File Agent up and running, you can run any of the following prompts to see it in action</p>
812+
<p>Now that you have the File Agent up and running, you can run any of the following prompts to see it in action</p>
813813
<pre><code>&#34;List the files in the directory&#34;
814814
&#34;Create a simple text file with some content&#34;
815815
&#34;Read the contents of test.txt&#34;

0 commit comments

Comments
 (0)