Team Management
Add Agent to Team
Add an AI Agent to a team
Add Agent to Team Command
The agent team add
command adds an existing AI Agent to a team, enabling collaboration with other team members.
Usage
Options
Option | Description |
---|---|
--role <role> | Optional. Agent’s role in the team: primary , secondary , or support |
--config <json> | Optional. Role-specific configuration in JSON format |
Examples
Basic Agent Addition
Response:
Advanced Role Configuration
Role-specific Configurations
Different roles can have different configurations:
Primary Role
Secondary Role
Support Role
Notes
- Agents can be members of multiple teams
- Role determines:
- Agent’s responsibilities
- Permission levels
- Collaboration patterns
- Communication channels
- Default role is
support
if not specified - Configuration inherits team defaults if not specified
- Use
agent team list
to verify team membership - Use
agent team remove
to remove an agent from a team