create_team: Create an Agent Team
Description
Helper to create an AgentTeam.
Usage
create_team(name = "AgentTeam", model = NULL, session = NULL)
Value
An AgentTeam object.
Arguments
- name
Team name.
- model
Optional default model for the team.
- session
Optional shared ChatSession for the team.