Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sequential Workflow
Pass work from one agent to the next, like an assembly line.How Context Flows
Each agent receives the previous output automatically.When to Use
Code
Example: Blog Post Pipeline
| Step | Agent | Receives | Outputs |
|---|---|---|---|
| 1 | Researcher | Topic | Facts, data |
| 2 | Analyst | Facts | Key insights |
| 3 | Writer | Insights | Draft article |
| 4 | Editor | Draft | Polished post |
With Callbacks
Related
Parallel
All at once (faster)
Routing
Send to specialists

