experimental
autogen.agentchat.realtime.experimental.register_swarm
register_swarm
Create a SwarmableRealtimeAgent.
Name | Description |
---|---|
realtime_agent | The RealtimeAgent to create the SwarmableRealtimeAgent from. Type: RealtimeAgent |
initial_agent | The initial agent. Type: ConversableAgent |
agents | The agents in the swarm. Type: list[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 |