Introduction

Build Agentic AI Workflows for Agents, AI Apps, and Automations

Workflows in AgenticFlow AI empower your agents with superpowers, enabling them to automate exact flows and achieve specific goals. Some of the main features of Workflows include:

  • No Code or Low Code: Easily create workflows without extensive programming knowledge.

  • Powerful Actions: Incorporate advanced Python and JavaScript code actions for greater functionality.

  • Flexible & Customizable: Build workflows tailored to your specific needs and requirements.

  • Support for 100+ LLMs: Utilize a wide range of large language models to enhance your workflows.

  • Safe and Secure: Ensure the security and privacy of your data within the AgenticFlow AI platform.

  • Easy to Maintain: Simplify workflow management and updates.

To build a Workflow, click on the + Create Workflow button located at the top right of the Workflows page. You can use ready-to-use templates or create your own custom Workflow.

In the following subsections and pages, we will explain all the required steps and available components to create a Workflow.

Getting Started

The Workflow consists of three main tabs:

Use

The Use tab provides an interface for your AI apps that lets you run and test them. Your inputs defined in the workflow will be visible as a form, and the output will be presented in our viewer which supports Markdown, HTML, and media.

Ways to Use an LLM App:

  • App: Run the Workflow directly from the workflow interface.

  • Run in Bulk: Process multiple inputs simultaneously.

  • Chat: Integrate the Workflow into a conversational interface.

  • Schedule: Set up automated runs of the Workflow at specific intervals.

  • API: Access the Workflow programmatically through an API.

Build

The Build tab is where you create your LLM chains. You can select from a library of transformations and add them as actions in the workflow. You can also define the inputs expected of the workflow, such as a file input and a text input. Each action in the workflow can be run individually in the workflow, which is useful for testing and debugging your workflow.

Logs

The Logs tab is where you can view the execution logs of your workflow. This is useful for monitoring performance and troubleshooting any issues.

Building a Workflow

To build a Workflow, click on the + Create Workflow button located at the top right of the Workflows page.

Sharing a Workflow

When building a Workflow, as the owner, you have full control over how you want it to be shared with your colleagues or teammates. By default, your Workflow is only accessible by you. However, when you click on Share, you are provided with two links:

  • Sharable Link: Grants permission to use the Workflow.

  • Template Link: Allows others to use and modify the Workflow.

API Integration

You can integrate the Workflow into your website. All the required information is available under API.

Workflow Templates

Templates are categorized based on their most frequent use cases. You can scroll down on the page or directly go to any of the below categories:

  • Featured

  • Operations

  • Marketing

  • Research

  • Sales

  • Other

By leveraging these features and following the outlined steps, you can create powerful, flexible, and secure workflows that enhance the capabilities of your AI agents and automate various business processes.

Last updated