Drag and drop agent blocks to build the correct architecture for this pattern.
Create an agent that can answer questions using real data by calling external tools (APIs, databases) instead of relying on its training data alone.
Query Planner
Decides which tools to call based on the question
API Adapter
Translates LLM requests into structured API calls
Database Adapter
Translates LLM requests into SQL queries
Synthesis Agent
Combines tool outputs into a coherent answer
Access Guardrail
Validates tool calls are within allowed scope
Task Splitter
Splits input into parallel subtasks
Drop blocks here to build your agent pipeline
Arrange them in the correct order