🤖
AI Brain Help Center
Twig.soLeadership Center
  • Welcome to Help Center
  • How to Login
  • Ask A Question
  • Add New Data Sources
  • Add an AI Agent/Persona
  • View Analytics
  • Setup Browser Extension
  • Build your own Agents
    • Sample Prompts
    • Agentic Workflows
  • Administration
  • Agent Hub
  • SSO Integration
  • Outlook App Installation
  • Best Practices: Get the most of AI
  • Data Source Integrations
    • Slack Channel API Integration
    • Confluence Integration
Powered by GitBook
On this page
  • What is an Agentic flow
  • Terms
  • How to Enable Agentic Flow
  1. Build your own Agents

Agentic Workflows

Describes agentic workflows in Twig

PreviousSample PromptsNextAdministration

Last updated 4 months ago

What is an Agentic flow

  • Non Agentic flow: Answers questions based on documents, help tickets, websites

  • Agentic flow: In addition to the about it can also indentify scenarios where specialized actions need to be take like making and API call or running custom code.

Terms

  • Tools: There are special actions that can be defiend in Twig

    • API Call: This is a type of tool that can make an Rest API call and resturn the values

    • Custom Code: This is type of tool where customer serverside JavaScript can be run

Examples:

  • Problem: Customer offers lending services, when partners want to know when they will get paid next, a human can provide the exact date.

    • Non Agentic Flow: Looks up docs an responds with all available funding dates

    • Agentic Flow: Reasons and decides based on available dates and current date the next applicable funding date is XX date.

How to Enable Agentic Flow

  • Under Agent setup tun on Agentic Workflow