A workflow connects multiple agents in a sequence. The output of one agent becomes the input of the next, letting you automate complex, multi-step processes.
What workflows can do
Use workflows to automate processes like:
- research → summarize → send email
- monitor news → filter by topic → post to Slack
- receive form submission → enrich lead → add to CRM
- pull calendar → draft agenda → send to team
Build a workflow
Open Workflows
Click Workflows in the sidebar and then New Workflow.
Add steps
Add steps and assign an agent to each one.
Define the flow
Configure how each step connects to the next.
Save and run
Save the workflow. Run it manually or attach a trigger to automate it.
Example: daily news briefing
| Step | Agent | Action |
|---|
| 1 | Monitor | Searches for news on a topic |
| 2 | Summarizer | Condenses results into bullet points |
| 3 | Sender | Posts the summary to Telegram |
Workflows vs teams
| Workflows | Teams |
|---|
| Structure | Linear (step A → step B) | Collaborative |
| Task routing | Fixed, pre-defined | Dynamic, based on goal |
| Best for | Repeatable processes | Tasks requiring judgment |
Specialise each agent for its step — a focused agent performs better than a general one.
Next steps