The Joget AI Agent Builder is powered by a flexible plugin system. This builder consists of four main plugin types that work together to create, execute, and refine your AI agent’s behavior:
This is the AI engine behind your agent. Right now, only OpenAI is supported.
Prompts are how you talk to the AI. You can use different types of inputs depending on your use case:
Prompts help the agent understand what to do in any given step.
Tools are actions that the AI agent can perform. The LLM (AI) chooses the tool based on user input. These tools expand what the AI can do beyond just talking.
Enhancers are post-processing tools. After the AI finishes responding, enhancers can tweak or save the output.
They do not involve the AI model itself, they’re Joget-native features.
Store to Process Variable