Skip to content

Commit a1526a8

Browse files
committed
Update instruction
1 parent dadfa9f commit a1526a8

File tree

1 file changed

+3
-0
lines changed
  • python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide

1 file changed

+3
-0
lines changed

python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/quickstart.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The following example illustrates creating a simple agent team with two agents t
2929
1. `CodingAssistantAgent` that generates responses using an LLM model.
3030
2. `CodeExecutorAgent` that executes code snippets and returns the output.
3131

32+
Because the `CodeExecutorAgent` uses a Docker command-line code executor to execute code snippets,
33+
you need to have [Docker installed](https://docs.docker.com/engine/install/) and running on your machine.
34+
3235
The task is to "Create a plot of NVIDIA and TESLA stock returns YTD from 2024-01-01 and save it to 'nvidia_tesla_2024_ytd.png'."
3336

3437
```{include} stocksnippet.md

0 commit comments

Comments
 (0)