Skip to content

Commit c869c2e

Browse files
committed
update
1 parent 8663518 commit c869c2e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

markdown/ai-bootcamp/ai-bootcamp.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,24 +279,29 @@ Duration: 00:10:00
279279
280280
Now that you have a docker image running the enterprise edition of SAM, lets go ahead and add configuration files.
281281
282-
1. From terminal, navigate to your configs directory
282+
1. From a new terminal window, navigate to your configs directory
283283
```
284284
cd sam-bootcamp/configs/agents
285285
```
286286
1. Add an agent file that leverages internal tools
287287
```
288288
curl https://raw.githubusercontent.com/SolaceLabs/solace-agent-mesh/refs/heads/main/examples/agents/a2a_agents_example.yaml -o a2a_agents.yaml
289289
```
290+
290291
1. Restart the enterprise container
291292
```
292293
docker restart sam-ent
293294
```
294295
295296
> aside positive
296297
> This restarts the SAM enterprise image with a new config agent config file
298+
> Pro tip: you can interactively go into the by executing the following
299+
> ```
300+
> docker exec -it sam-ent bash
301+
> ```
297302
298-
This file contains multiple agent configuration that leverages built-in tools. Go ahead and open this file lets inspect it.
299303
304+
This file contains multiple agent configuration that leverages built-in tools. Go ahead and open this file lets inspect it.
300305
Here is an example section from the file
301306
302307
```yaml

0 commit comments

Comments
 (0)