From e69916d445b81951b0185fbd01aec4394129a3ad Mon Sep 17 00:00:00 2001 From: Hitesh Bansal <83907989+05hiteshbansal@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:42:17 +0530 Subject: [PATCH 1/2] Update Installation.md-with detailed explanation on add a period or newline #219 (#231) * Update Installation.md Usage and importance of Docker is explained in more precise and to the point * Update website/docs/Installation.md --------- Co-authored-by: Qingyun Wu --- website/docs/Installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index f1c70507a45a..cf1fc70c75e9 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -14,8 +14,11 @@ conda install pyautogen -c conda-forge ``` --> ### Optional Dependencies -* docker -We strongly recommend using docker for code execution or running AutoGen in a docker container (e.g., when developing in GitHub codespace, the autogen runs in a docker container). To use docker for code execution, you also need to install the python package `docker`: +1. For the best user experience and seamless code execution, we highly recommend using Docker with AutoGen. +2. Docker is a containerization platform that simplifies the setup and execution of your code. +3. If you're working in a GitHub Codespace environment, AutoGen make a easy development in environment with Docker container, which is convenient to use. + + To use docker for code execution, you also need to install the python package `docker`: ```bash pip install docker ``` From c46f8e54f13f26c3d8313cf79b18c5d583e1c517 Mon Sep 17 00:00:00 2001 From: Shruti Patel Date: Fri, 13 Oct 2023 17:34:15 -0400 Subject: [PATCH 2/2] Spelling fixes. (#220) Co-authored-by: Qingyun Wu --- notebook/agentchat_groupchat.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_groupchat.ipynb b/notebook/agentchat_groupchat.ipynb index da769f3a2d87..ac3a74fca595 100644 --- a/notebook/agentchat_groupchat.ipynb +++ b/notebook/agentchat_groupchat.ipynb @@ -15,7 +15,7 @@ "source": [ "# Auto Generated Agent Chat: Group Chat\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framwork allows tool use and human participance through multi-agent conversation.\n", + "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", "Please find documentation about this feature [here](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "This notebook is modified based on https://github.com/microsoft/FLAML/blob/4ea686af5c3e8ff24d9076a7a626c8b28ab5b1d7/notebook/autogen_multiagent_roleplay_chat.ipynb\n",