Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt

Use this file to discover all available pages before exploring further.

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