Skip to contents

Helper to create an AgentTeam.

Usage

create_team(name = "AgentTeam", model = NULL, session = NULL)

Arguments

name

Team name.

model

Optional default model for the team.

session

Optional shared ChatSession for the team.

Value

An AgentTeam object.