RandomAgentTarget
autogen.agentchat.group.targets.transition_target.RandomAgentTarget #
Bases: TransitionTarget
Target that represents a random selection from a list of agents.
Source code in autogen/agentchat/group/targets/transition_target.py
can_resolve_for_speaker_selection #
resolve #
Resolve to the actual agent object from the groupchat, choosing a random agent (except the current one)
Source code in autogen/agentchat/group/targets/transition_target.py
display_name #
normalized_name #
Get a normalized name for the target that has no spaces, used for function calling
needs_agent_wrapper #
create_wrapper_agent #
Create a wrapper agent for the target if needed.