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_swarm_transition( initial_agent: ConversableAgent, tool_execution: ConversableAgent, swarm_agent_names: list[str], user_agent: UserProxyAgent | None, swarm_after_work: AfterWorkOption | Callable[..., Any] | None ) -> Callable[[ConversableAgent, GroupChat], Agent | Literal['auto'] | None]
initial_agent
tool_execution
swarm_agent_names
user_agent
swarm_after_work