group_utils
autogen.agentchat.group.group_utils.link_agents_to_group_manager
link_agents_to_group_manager
Link all agents to the GroupChatManager so they can access the underlying GroupChat and other agents.
This is primarily used so that agents can get to the tool executor to help set the next agent.
Does not link the Tool Executor agent.
Name | Description |
---|---|
agents | Type: list[Agent] |
group_chat_manager | Type: Agent |