Drag and drop agent blocks to build the correct architecture for this pattern.
Assemble an agent pipeline that extracts intent from a support ticket, validates the extraction, analyzes sentiment, and generates a response.
Extraction Agent
Extracts entities and intent from raw input
Validation Gate
Checks extraction output structure before passing downstream
Analysis Agent
Analyzes sentiment and key themes
Response Agent
Generates a human-readable response
Router
Routes requests to different handlers
Retry Loop
Retries a failed step
Drop blocks here to build your agent pipeline
Arrange them in the correct order