|
248 | 248 | <google-codelab-step label="Adding agents with built-in tools" duration="10"> |
249 | 249 | <p>Now that you have a docker image running the enterprise edition of SAM, lets go ahead and add configuration files.</p> |
250 | 250 | <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 |
252 | 252 | </code></pre> |
253 | 253 | </li> |
254 | 254 | <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 |
255 | 255 | </code></pre> |
256 | 256 | </li> |
257 | 257 | <li>Restart the enterprise container<pre><code>docker restart sam-ent |
258 | 258 | </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> |
260 | 262 | </aside> |
261 | 263 | </li> |
262 | 264 | </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> |
265 | 266 | <pre><code language="language-yaml" class="language-yaml"> - name: markitdown_agent_app |
266 | 267 | app_base_path: . |
267 | 268 | app_module: solace_agent_mesh.agent.sac.app |
|
345 | 346 |
|
346 | 347 | </google-codelab-step> |
347 | 348 |
|
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> |
351 | 351 | <h2 is-upgraded>Add Agent File</h2> |
352 | 352 | <ol type="1"> |
353 | 353 | <li>Create a new file under <code>configs/agents</code><pre><code>cd configs/agents |
|
0 commit comments