Documentation

Agent Library Overview

Browse the library of pre-built agents.

Agent Library

The Agent Library provides pre-built agents for common tasks.

Available Agents

Researcher

Deep web search and information synthesis. Ideal for gathering and summarizing information.

Writer

Long-form content generation. Supports articles, reports, and documentation.

Analyst

Data analysis and insights. Processes structured data and produces summaries.

Coder

Code generation, review, and debugging. Supports multiple programming languages.

Using an Agent

  1. Open the Agent Library
  2. Select an agent
  3. Click Add to Flow
  4. Configure the agent's parameters

Creating Custom Agents

You can create custom agents by defining:

name: my-custom-agent
model: claude-sonnet-4-6
prompt: "Your detailed instruction..."
tools: [web_search, file_read]