Configure agents that execute sub-agents simultaneously for maximum efficiency and speed
Ideal Scenarios
When NOT to use
1. Start creation
2. Configure basic information
3. Configure parallel sub-agents
4. Define coordination instructions
5. Advanced settings
Parallel Agent Structure
price_analyzer
Compares product prices across different online stores
price_analysis
review_collector
Collects and analyzes customer reviews
review_analysis
spec_checker
Collects detailed technical specifications
spec_analysis
availability_checker
Checks stock and availability
availability_analysis
Parallel Agent Structure
email_validator
Validates email format and existence
email_validation
phone_verifier
Verifies phone format and validity
phone_validation
document_analyzer
Analyzes and validates provided documents
document_validation
address_verifier
Validates and normalizes address
address_validation
background_checker
Checks history and reputation
background_check
Parallel Agent Structure
Monitoring Dashboard
Performance Analysis
Problem Debugging
Resource Limitation
Failure Handling
Result Aggregation
Output Key - Aggregated Result
Output Key
field in the interface:The Output Key allows the Parallel Agent to save the aggregated result of all sub-agents executed in parallel into a specific variable in the shared state.How it works:Output Key
field with a descriptive name{{output_key_name}}
parallel_result
, aggregated_analysis
multiple_user_verification
instead of verification
Sub-Agent Design
Performance Optimization
Reliability