Skip to main content

AI Tools

LLM

You can configure an LLM model according to the OpenAI format.

Screenshot 2026-06-29 alle 14.12.39.png

MCP Server

You can configure the MCP servers that VTENEXT exposes. For each server, you can select which tools to publish using REST APIs, custom tools, and Processes.

Technical documentation is availableĀ here.

Screenshot 2026-06-29 alle 14.13.31.pngScreenshot 2026-06-29 alle 14.14.47.png

MCP Client

You can configure the MCP servers whose tools you want to use. Only servers exposed via HTTP are supported.
By default you get a VTENEXT MCP andĀ Exa MCP installed for web searches.

Screenshot 2026-06-29 alle 14.20.22.pngScreenshot 2026-06-29 alle 14.21.13.png

Agents

You can configure AI agents to use in your assistant and processes. An agent can use LLMs, MCP tools and RAG to complete tasks automatically.

Screenshot 2026-06-29 alle 14.48.52.png

Assistant

The new assistant is called Kitt but you can change his name and photo from the user preferences.
The assistant can query an LLM, an Agent or a custom REST Webservice.
Screenshot 2026-06-29 alle 14.54.15.png

You can ask the assistant questions through conversations or with the new side panel.

Screenshot 2026-06-29 alle 15.37.05.png

You can also use pre-configured quick actions to:
- summarize
- process text
- translate

These quick actions can also be published as MCP tools.

Screenshot 2026-06-29 alle 15.44.52.png

Agent Logs

An entry has been added in Settings > System logs to control agent logs.


AI actions in ProcessMaker

You can configure process actions and run:

Call LLM

Make a request to an LLM and use the response in the process.

Call MCP tool

Run an MCP tool.

Call agent

Make a request to an Agent to complete tasks automatically and use the response in the process.

Call process tool

Run a tool-type Process.