We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadfa9f commit a1526a8Copy full SHA for a1526a8
python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/quickstart.md
@@ -29,6 +29,9 @@ The following example illustrates creating a simple agent team with two agents t
29
1. `CodingAssistantAgent` that generates responses using an LLM model.
30
2. `CodeExecutorAgent` that executes code snippets and returns the output.
31
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
+
35
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'."
36
37
```{include} stocksnippet.md
0 commit comments