Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkyh authored Dec 5, 2023
1 parent 62289b7 commit a89d6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/agentchat_hierarchy_flow_using_select_speaker.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"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 about restricting information flow within agents. Suppose we have the following setup:\n",
"This notebook is about restricting the transition paths within agents. Suppose we have the following setup:\n",
"\n",
"![image.png](attachment:e6173a72-fa95-49db-83c8-899608860952.png)\n",
"\n",
Expand All @@ -32,7 +32,7 @@
"\n",
"Benefits\n",
"- By limiting team members can talk to team members, we bring focus to the team.\n",
"- Information flow from Team A to Team B is made more efficient to let the X1s talk amongst themselves. It is more efficient as agent B2 do not have to see the discussion within Team A.\n",
"- Information flow from Team A to Team B is made more efficient to let the X1s talk amongst themselves. It is more efficient as group members can only pass their turns to their group-mates, keeping the discussion tight.\n",
"\n",
"\n",
"## Requirements\n",
Expand Down

0 comments on commit a89d6a9

Please sign in to comment.