Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With this builder, you can create AI Agents that understand user input, rephrase questions, break down complex tasks, search the web for answers, interact with communities, schedule demos, and more. The agent handles both logic and language, powered by AI, so you can automate smart interactions and workflows quickly.

How does it work?

Joget Joget AI Agent is a system powered by a large language model (LLM) like OpenAI’s GPT. It can understand natural language input, perform tasks, generate intelligent responses, and interact with external data or systems. AI Agents are commonly used for things like virtual assistants, automated support, content summarization, and workflow automation.

...

When you create an AI Agent, it consists of two parts:

1. Define Agent

This is the brain of your AI Agent. You define:

...

Example: A task can fetch data, then another task formats it, and a final task sends an email with the result.

How AI Agent Builder Tasks and Components Run

In Joget, AI Agent Tasks execute sequentially, one at a time. If multiple tasks are added (e.g., Task A, Task B, Task C), the agent processes Task A first, then Task B, and so on, following the order they are arranged.

Inside a Task: Step-by-Step Flow

Each task consists of components that also run in sequence, ensuring a structured execution process. The typical internal flow follows these steps:

  1. Prompt:
    The system first sends the defined prompt to the LLM (Large Language Model).

  2. Tools (Optional):
    If the response requires additional functionality, such as calling an API, retrieving data, or executing database queries,the appropriate tool is invoked after the prompt.

  3. Enhancers (Optional):
    Once the output is generated (after Prompt + Tool), Enhancers are triggered last. These allow you to store the output in a form field, process a variable, or modify the result before final use.

Execution Order

Users can expect both tasks and their internal components to execute in the arranged sequence, following this structured flow:

Prompt > Tool (if needed) > Enhancer (if defined).

Plugin information

Plugins Available in the Bundle:

...