Lleverage Documentation
WebsiteLegalPlatform
  • Get Started
    • Introduction
    • Co-Pilot
    • FAQ
  • Key Terms
  • Action Guide
    • Triggers
    • Output
    • Prompt
    • Agents
  • Extracting Information
  • Using Information
  • Custom Code
  • Subworkflows
  • Knowledge Bases
  • Intergrations
  • Canvas Guide
    • Canvas Controls
    • Action Cards
    • Action Connections
    • Variables and Data Flow
  • The Run Panel and Testing
  • Error Handling
  • Publishing Guide
    • How to Publish
    • API Endpoint
    • Chat App
    • Form App
    • Integration Configuration
    • Scheduling Workflows
  • Sharing
  • Settings
    • Account Setup
  • Projects
  • Subscription Management
  • Sharing & User Permissions
  • Technical
    • Models
    • Security & Performance
  • Analytics & Monitoring
  • Support
    • Release Notes
      • April 2025
      • March 2025
      • February 2025
      • January 2025
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
    • Getting Help and Troubleshooting
Powered by GitBook
On this page
  • Key Features
  • How to Add an Agent Action
  • How to Configure the Agent Action Card
  • How to Add Actions to Your Agent
  • How the Agent Action Works
  • Writing Effective Agent Instructions
  • Testing Your Agent Action
  1. Action Guide

Agents

An Agent action in Lleverage allows you to create AI-powered automation that can perform multiple steps and make decisions to complete complex tasks. Agents use the actions you provide to work through problems autonomously until the specified objective is achieved.

Key Features

  • Decision-making capabilities to determine the best approach to a task

  • Action selection from tools you provide

  • Iterative processing that continues until instructions are fulfilled

  • Dynamic variable integration for workflow context

How to Add an Agent Action

  1. Open the Add Action menu using one of three methods:

    • Click the "Add Action" button in the top left corner

    • Click on a connection circle on an existing action card

    • Click and drag from one action to create a connection

  2. Select "AI" from the categories or find "Agent" in the options

  3. Click on "Agent" to add it to your canvas

💡 The Agent action appears similar to the Prompt action in the workflow canvas.

How to Configure the Agent Action Card

  1. Locate the Agent card on your canvas which includes:

    • Header with the action name

    • Variable chip in the top left corner for referencing outputs

    • Control buttons for expanding/collapsing and running the agent

    • Connection points for inputs and outputs

  2. Configure the basic settings:

    • Model selection: Choose from Balanced (default), Fastest, or Smartest options

    • Instructions: Add your agent's objective in the instructions box

  3. Provide clear instructions for what the agent needs to accomplish

⚠️ Be specific with instructions as this determines how the agent will operate.

How to Add Actions to Your Agent

  1. Below the instructions section, locate the "Actions" area

  2. Click "Add Action" to open the action picker

  3. Select actions from the list that your agent will be able to use

  4. The agent will automatically have access to these capabilities during execution

💡 The agent will attempt to automatically configure actions when possible, using context from your instructions.

How the Agent Action Works

  1. The agent analyzes your instructions to understand the objective

  2. It selects appropriate actions from those you've provided

  3. It executes actions in sequence, making decisions based on results

  4. The process continues until the agent determines the instructions have been fulfilled

  5. The final output is passed to the next action in your workflow

⚠️ If action configurations have been previously specified in your workflow, the agent will follow those rules rather than creating its own configuration.

Writing Effective Agent Instructions

  1. Be clear about the specific goal the agent needs to achieve

  2. Specify any constraints or requirements for the solution

  3. Reference any variables the agent should use with proper syntax

  4. Focus on the "what" (goal) rather than the "how" (specific steps)

💡 For best results, provide context that helps the agent understand the problem scope.

Testing Your Agent Action

  1. Click the "Run" button on the Agent card to test it with current workflow variables

  2. Review the final output to ensure it meets your requirements

  3. Adjust instructions or available actions if necessary to improve results

⚠️ Agents may take longer to execute than standard prompts because they perform multiple steps to complete a task.

Last updated 1 day ago

Action Section of an Agent