R/team.R
create_team.Rd
Helper to create an AgentTeam.
create_team(name = "AgentTeam", model = NULL, session = NULL)
Team name.
Optional default model for the team.
Optional shared ChatSession for the team.
An AgentTeam object.