Skip to content

Team Orchestration

OpenSIN teams enable multiple agents to work together on complex tasks.

Creating a Team

bash
# Use background_agents plugin for parallel task delegation

Team Strategies

StrategyDescriptionUse Case
sequentialAgents work one after anotherPipeline workflows
parallelAgents work simultaneouslyIndependent tasks
consensusAgents vote on outcomesDecision making
leaderOne agent coordinates othersComplex coordination
pipelineOutput of one feeds input of nextData processing

Executing a Team Task

bash
# Delegate via the REPL interface

Next Steps

Released under the Apache 2.0 License.