Browse Guides
Guides · Platform

Add and Connect the Agent

Add an AI Agent to the canvas and connect the Flow input and output.

1 min read

Add and Connect the Agent

The AI Agent node combines a prompt and language model with optional memory and tools. Add it between the Start and End nodes.

Add the AI Agent

  1. Select Add Node.
  2. Expand Agents.
  3. Drag the BotDojo provider onto the canvas. Each card in this category creates an AI Agent configured for that model provider.
The Add Nodes panel open to model providers in the Agents category
Screenshot previewThe Add Nodes panel open to model providers in the Agents category
The Add Nodes panel open to model providers in the Agents category

The new node is labeled AI Agent. Its left side accepts the user's text, memory, and tools. Its right side returns the generated text.

An AI Agent node newly added to the Flow canvas
Screenshot previewAn AI Agent node newly added to the Flow canvas
An AI Agent node newly added to the Flow canvas

Connect the Flow

Drag between the matching ports to create these connections:

  1. Start text_inputAI Agent text_input
  2. AI Agent text_outputEnd text_output

The completed shape below also shows the Tiered Memory node you will add in the next step.

Start and Tiered Memory connected to an AI Agent, with its response connected to End
Screenshot previewStart and Tiered Memory connected to an AI Agent, with its response connected to End
Start and Tiered Memory connected to an AI Agent, with its response connected to End

Connections define how values move through the Flow. If a connection lands on the wrong port, select it and remove it, then drag the connection again.

Learn more about working in the Flow Designer.