From c757528d22a97924ad9174044f28cb47406d3d41 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 15 Feb 2024 19:53:22 -0500 Subject: [PATCH 1/2] update example page --- website/docs/Examples.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/Examples.md b/website/docs/Examples.md index 6236599f2d3..3ac99bdb4da 100644 --- a/website/docs/Examples.md +++ b/website/docs/Examples.md @@ -23,9 +23,8 @@ Links to notebook examples: - Automated Task Solving with transition paths specified in a graph - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_graph_modelling_language_using_select_speaker.ipynb) - Running a group chat as an inner-monolgue via the SocietyOfMindAgent - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_society_of_mind.ipynb) 1. **Sequential Multi-Agent Chats** - - Automated Sequential Multi-Agent Chats - - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_multi_task_chats.ipynb) - - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchats.ipynb) + - Solving Multiple Tasks in a Sequence of Chats Initiated by a Single Agent - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_multi_task_chats.ipynb) + - Solving Multiple Tasks in a Sequence of Chats Involving Different Agents - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchats.ipynb) 1. **Applications** - Automated Chess Game Playing & Chitchatting by GPT-4 Agents - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_chess.ipynb) From de9807b3777c042842282da7411980de5bf697bc Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Sat, 17 Feb 2024 12:01:13 -0500 Subject: [PATCH 2/2] Update website/docs/Examples.md Co-authored-by: Chi Wang --- website/docs/Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Examples.md b/website/docs/Examples.md index 3ac99bdb4da..c0d371fa4cb 100644 --- a/website/docs/Examples.md +++ b/website/docs/Examples.md @@ -24,7 +24,7 @@ Links to notebook examples: - Running a group chat as an inner-monolgue via the SocietyOfMindAgent - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_society_of_mind.ipynb) 1. **Sequential Multi-Agent Chats** - Solving Multiple Tasks in a Sequence of Chats Initiated by a Single Agent - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_multi_task_chats.ipynb) - - Solving Multiple Tasks in a Sequence of Chats Involving Different Agents - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchats.ipynb) + - Solving Multiple Tasks in a Sequence of Chats Initiated by Different Agents - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchats.ipynb) 1. **Applications** - Automated Chess Game Playing & Chitchatting by GPT-4 Agents - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_chess.ipynb)