Team Orchestration
OpenSIN teams enable multiple agents to work together on complex tasks.
Creating a Team
bash
# Use background_agents plugin for parallel task delegationTeam Strategies
| Strategy | Description | Use Case |
|---|---|---|
| sequential | Agents work one after another | Pipeline workflows |
| parallel | Agents work simultaneously | Independent tasks |
| consensus | Agents vote on outcomes | Decision making |
| leader | One agent coordinates others | Complex coordination |
| pipeline | Output of one feeds input of next | Data processing |
Executing a Team Task
bash
# Delegate via the REPL interface