Skip to main content
link_agents_to_group_manager(agents: list[Agent], group_chat_manager: Agent) -> None
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.
Parameters:
NameDescription
agentsType: list[Agent]
group_chat_managerType: Agent