GUI
The compose playground provides a visual interface for creating and running multi-agent compositions. Today, we have sequential composition which is powered by thesequential-workflow
agent.
1
Launch the web interface
2
Compose agents
- Add agents to your workflow by selecting them from the available list.
- Arrange them in the desired execution order.
- For each agent, specify the instructions that describe what it should do.
3
Run your workflow
Click the Run button to execute the composition.
CLI
You can also compose agents directly from your terminal using thesequential-workflow
agent, which orchestrates the execution of multiple agents in sequence.
There are two ways to work within the CLI:
Interactive mode
Interactive mode walks you through the process of creating a composition step by step:- Selecting the first agent to run
- Providing instructions for that agent
- Choosing whether to add another agent to the sequence
- Repeating steps 1-3 until your workflow is complete