experimental
autogen.agentchat.realtime.experimental.register_swarm
register_swarm
Create a SwarmableRealtimeAgent.
Parameters:Name | Description |
---|---|
realtime_agent | The RealtimeAgent to create the SwarmableRealtimeAgent from. Type: RealtimeAgent |
initial_agent | The initial agent. Type: autogen.agentchat.conversable_agent.ConversableAgent |
agents | The agents in the swarm. Type: list[autogen.agentchat.conversable_agent.ConversableAgent] |
system_message | The system message to set for the agent. If None, the default system message is used. Type: str | None Default: None |
question_message | The question message to set for the agent. If None, the default QUESTION_MESSAGE is used. Type: str | None Default: None |