group_utils
autogen.agentchat.group.group_utils.wrap_agent_handoff_targets
wrap_agent_handoff_targets
Wrap handoff targets in agents that need to be wrapped to be part of the group chat.
Example is NestedChatTarget.
Name | Description |
---|---|
agent | The agent to wrap the handoff targets for. Type: ConversableAgent |
wrapped_agent_list | List of wrapped chat agents that will be appended to. Type: list[‘ConversableAgent’] |