Configure agents that execute sub-agents in ordered sequence for structured processes
Ideal Scenarios
When NOT to use
1. Start creation
2. Configure basic information
3. Configure sub-agents in order
4. Define coordination instructions
5. Advanced configurations
Pipeline Structure
order_validator
Validates order data and customer information
inventory_checker
Verifies product availability in stock
price_calculator
Calculates final prices with discounts and taxes
payment_processor
Processes order payment
delivery_scheduler
Schedules order delivery
Pipeline Structure
data_enricher
Enriches lead data with public information
enriched_data
lead_scorer
Calculates lead score based on criteria
Analyze the request {{user_input}} and use data from {{enriched_data}} to calculate score
lead_score
lead_classifier
Classifies lead as HOT/WARM/COLD
Classify based on {{lead_score}}
classification
lead_router
Routes lead to appropriate salesperson
Route based on {{classification}}
assignment
Pipeline Structure
Monitoring Dashboard
Debugging Failures
Conditional Steps
Timeouts and Retries
State Persistence
Output Key - Workflow Result
Output Key
field in the interface:The Output Key allows the Sequential Agent to save the final result of the sequential workflow in a specific variable in the shared state, making it available to other agents or processes.How it works:Output Key
field with a descriptive name{{output_key_name}}
workflow_result
, complete_process
credit_approval_result
instead of result
Pipeline Design
Error Handling
Performance