File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -279,24 +279,29 @@ Duration: 00:10:00
279279
280280Now 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 ```
2862861. 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+
2902911. 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.
300305Here is an example section from the file
301306
302307```yaml
You can’t perform that action at this time.
0 commit comments