Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
create_group_transition( initial_agent: ConversableAgent, tool_execution: GroupToolExecutor, group_agent_names: list[str], user_agent: ForwardRef('ConversableAgent') | None, group_after_work: TransitionTarget ) -> Callable[[ConversableAgent, GroupChat], Agent | str | None]
initial_agent
tool_execution
group_agent_names
user_agent
group_after_work