AgenticFlow AI: ChatGPT in the Flow of Work
HomeCommunityDiscordLogin
  • Get Started
    • AgenticFlow - Build agents that handle sales, marketing, and creative tasks around the clock.
    • Introduction to Large Language Models
    • Templates
    • AgenticFlow MCP
    • API Keys
    • Workflows quickstart
    • Agents quickstart
    • Plans and Credits
    • System Quotas
    • FAQs
    • Affiliate program 💵
  • AGENTS
    • Introduction to agents
    • Agent Templates
    • Create an Agent
    • Customize an Agent
    • Tools and Integrations
  • Workflows
    • Introduction
    • Workflow Templates
    • Creating a Workflow
    • User Inputs - Get Started
      • Text Input
      • Long text input
      • Drop-down
      • Numeric Input
      • File to URL
      • File to Text
      • Checkbox
      • Image Input
      • Audio Input
      • Video Input
      • Multiple Media Input
      • Carousel Select Input
    • Actions - Get Started
      • LLM
        • LLM - Advanced Settings
        • Validators
        • Too Much Text
        • LLM Prompt
        • LLM Output
      • Code - JavaScript
      • Code - Python
      • Python Helper Functions
      • PDF to text
      • Extract Website Content
      • Knowledge Search
      • Audio/Video to Text
      • Insert Data into a Dataset
    • Knowledge
    • Workflow Single Run
    • Workflow Table Run
    • Export Results
    • API Run
    • Parameter Substitution Utility
  • Data
    • Introduction
    • Data Table
  • Use Cases
    • Summarization
      • GPT on My Files
      • GPT on My Website
      • Question-Answering on Data
    • Research
      • Sentiment Analysis
      • Anonymize Text
      • Audio Transcription + High-Level Analysis
  • Sales
    • Teach LLMs to Mimic Your Style
  • Marketing
    • SEO Optimize
    • Automating Creativity Transforming Workflow with AgenticFlow AI (PDF)
  • Policies
    • Security Overview
      • AI Policy
      • Reporting bugs and vulnerabilities
      • Subprocessors
      • DPA
    • Privacy Policy
    • Terms of Service
    • Cookies Policy
  • Advanced Topics
    • Advanced Topics
Powered by GitBook
On this page
  • Overview
  • How It Works
  • Built-in Tools
  • Custom Tools
  • Real-World Example
  • Related Topics

Was this helpful?

  1. AGENTS

Tools and Integrations

Overview

Tools and Integrations are what give your Agents the ability to interact with the outside world. They are the bridge between the Agent's AI model and the other services and APIs that you use. By equipping your Agents with the right tools, you can extend their capabilities far beyond what is possible with a standalone AI model.

How It Works

A Tool is a pre-built integration with a specific service or API. AgenticFlow provides a library of built-in Tools that you can use, and you can also create your own custom Tools to integrate with any service you need.

Built-in Tools

AgenticFlow comes with a set of built-in Tools for common tasks, such as:

  • Web Search: Allows an Agent to search the web for information.

  • Database Query: Allows an Agent to query a database to retrieve or store data.

  • Email: Allows an Agent to send and receive emails.

  • File System: Allows an Agent to read and write files on a local file system.

Custom Tools

If you need to integrate with a service that is not supported by a built-in Tool, you can create your own custom Tool. A custom Tool is a small piece of code that defines how the Agent should interact with the service's API. By creating custom Tools, you can connect your Agents to any service that has an API, giving you unlimited flexibility.

Real-World Example

Imagine you want to create an Agent that can automatically respond to customer reviews. You could create a custom Tool that integrates with a review platform's API. This Tool would have functions to:

  • Get New Reviews: Fetches the latest reviews from the platform.

  • Analyze Sentiment: Uses a sentiment analysis service to determine if a review is positive or negative.

  • Post a Reply: Posts a reply to the review on the platform.

With this custom Tool, your Agent could automatically monitor for new reviews, analyze their sentiment, and post a tailored reply, all without any human intervention.

Related Topics

PreviousCustomize an AgentNextIntroduction

Last updated 10 hours ago

Was this helpful?

How to Create a Custom Tool
List of Built-in Tools
Agents
Workflows