Skip to content

Commit 79820b6

Browse files
committed
Merge branch 'master' of github.com:SolaceDev/solace-dev-codelabs
2 parents 613f4a1 + c30e4e4 commit 79820b6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

codelabs/ai-bootcamp/codelab.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"format": "html",
44
"prefix": "https://storage.googleapis.com",
55
"mainga": "UA-49880327-14",
6-
"updated": "2025-09-20T14:03:00Z",
6+
"updated": "2025-09-20T14:09:22Z",
77
"id": "ai-bootcamp",
8-
"duration": 44,
8+
"duration": 49,
99
"title": "AI Bootcamp - Solace HQ",
1010
"summary": "",
1111
"source": "main/markdown/ai-bootcamp/ai-bootcamp.md",

codelabs/ai-bootcamp/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,20 +248,21 @@
248248
<google-codelab-step label="Adding agents with built-in tools" duration="10">
249249
<p>Now that you have a docker image running the enterprise edition of SAM, lets go ahead and add configuration files.</p>
250250
<ol type="1">
251-
<li>From terminal, navigate to your configs directory<pre><code>cd sam-bootcamp/configs/agents
251+
<li>From a new terminal window, navigate to your configs directory<pre><code>cd sam-bootcamp/configs/agents
252252
</code></pre>
253253
</li>
254254
<li>Add an agent file that leverages internal tools<pre><code>curl https://raw.githubusercontent.com/SolaceLabs/solace-agent-mesh/refs/heads/main/examples/agents/a2a_agents_example.yaml -o a2a_agents.yaml
255255
</code></pre>
256256
</li>
257257
<li>Restart the enterprise container<pre><code>docker restart sam-ent
258258
</code></pre>
259-
<aside class="special"><p> This restarts the SAM enterprise image with a new config agent config file</p>
259+
<aside class="special"><p> This restarts the SAM enterprise image with a new config agent config file Pro tip: you can interactively go into the by executing the following</p>
260+
<pre><code>docker exec -it sam-ent bash
261+
</code></pre>
260262
</aside>
261263
</li>
262264
</ol>
263-
<p>This file contains multiple agent configuration that leverages built-in tools. Go ahead and open this file lets inspect it.</p>
264-
<p>Here is an example section from the file</p>
265+
<p>This file contains multiple agent configuration that leverages built-in tools. Go ahead and open this file lets inspect it. Here is an example section from the file</p>
265266
<pre><code language="language-yaml" class="language-yaml"> - name: markitdown_agent_app
266267
app_base_path: .
267268
app_module: solace_agent_mesh.agent.sac.app
@@ -345,9 +346,8 @@
345346

346347
</google-codelab-step>
347348

348-
<google-codelab-step label="Adding MCP Agent" duration="0">
349-
<p>Duration 00:05:00</p>
350-
<p>To add an MCP agent, we will simply define an agent yaml file with the basic configuration. In this step, we will go ahead and add a <a href="https://github.com/cablate/mcp-google-map" target="_blank">Google Maps MCP Agent</a>.</p>
349+
<google-codelab-step label="Adding MCP Agent" duration="5">
350+
<p>To add an MCP agent, we will simply define an agent yaml file with the basic configuration. In this step, we will go ahead and add a <a href="https://github.com/cablate/mcp-google-map" target="_blank">Google Maps MCP Agent</a>.</p>
351351
<h2 is-upgraded>Add Agent File</h2>
352352
<ol type="1">
353353
<li>Create a new file under <code>configs/agents</code><pre><code>cd configs/agents

0 commit comments

Comments
 (0)