Drag and drop agent blocks to build the correct architecture for this pattern.
Create a system where incoming tasks are analyzed for urgency, ranked by an agent, queued by priority, and processed in the right order.
Task Intake
Receives incoming tasks from multiple sources
Urgency Scorer
Reads task content and assigns urgency (critical/high/medium/low)
Priority Queue
Orders tasks by urgency score for processing
Task Worker
Processes the highest-priority task
Document Retriever
Fetches documents
Response Agent
Generates responses
Drop blocks here to build your agent pipeline
Arrange them in the correct order