Skip to content

Clarifies the phrasing in notebook agent_hierarchy_flow_using_select_speaker #876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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