Skip to content

Agent Builder Documentation

Welcome to the Agent Builder documentation. This comprehensive guide will help you understand and effectively use the Agent Builder to create powerful workflow agents.

Getting Started 🚀

Core Components 🛠️

Task Types

Build your workflow using four powerful task types:

Task Type Description Use Case
AI Task Intelligent processing using AI Text analysis, content generation
Human Task Human intervention and approvals Document review, decision making
App Task Integration with external tools Data processing, API interactions
Coder Task Custom code execution Complex calculations, transformations

Configuration

Master the configuration of your agents:

Essential Guides 📚

Learn best practices and validation rules:

  1. Assignment Rules Guide

    • User assignments
    • Team assignments
    • Assignment logic
  2. Validation Rules

    • Input validation
    • Output validation
    • Common validation patterns
  3. Best Practices

    • Task design
    • Error handling
    • Performance optimization

Examples and Tutorials 💡

Get hands-on experience:

Quick References 📋

Common Task Configurations

{
    "name": "Task Name",
    "type": "TASK_TYPE",
    "instructions": "Task instructions",
    "input_parameters": [],
    "expected_output": [],
    "error_policy": "RAISE"
}

Assignment Rule Example

{
    "rule_type": "Exception",
    "assignment_type": "User",
    "assignee_id": "user_id"
}

Support and Resources 🆘

  • Documentation Updates - Check regularly for the latest documentation
  • Community Support - Join our community forum
  • Technical Support - Contact our support team