From 03c185944e5abc68760de068e873fa263505b28b Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Mon, 29 Jun 2026 15:57:36 +0200 Subject: [PATCH 1/3] Update Starter App descriptions for AK2 --- content/en/docs/genai/v2/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/genai/v2/_index.md b/content/en/docs/genai/v2/_index.md index c0d2ac376b3..34fd5d5b19a 100644 --- a/content/en/docs/genai/v2/_index.md +++ b/content/en/docs/genai/v2/_index.md @@ -23,8 +23,8 @@ The following components are available in Agents Kit 2. | App | Description | Latest Released Version | | --- | --- | --- | | [Agent Builder Starter App](https://marketplace.mendix.com/link/component/240369) (formerly known as Support Assistant Starter App) | Build agentic apps with this starter app that includes Agent Commons and all its required dependencies. Includes a working conversational support agent that you can customize with prompts, tool calling, knowledge base integration, and human-in-the-loop capabilities. | 2.0.0 | -| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start building with Mendix GenAI capabilities using this blank starter app that comes preloaded with connectors for Mendix Cloud GenAI, OpenAI, Amazon Bedrock, and Mistral, plus Agent Commons and all its required dependencies. | 5.0.0 | -| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | Demonstrates a time-saving GenAI pattern for answering similar-but-different questions. Upload Request for Proposal (RFP) documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and keep the model's responses current with continuous knowledge base updates. | 4.0.0 | +| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start building with Mendix GenAI capabilities using this blank starter app that comes preloaded with connectors for Mendix Cloud GenAI, OpenAI, Amazon Bedrock, Google Gemini, and Mistral, plus Agent Editor and all its required dependencies. | 5.0.0 | +| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | Demonstrates a time-saving GenAI pattern for answering similar-but-different questions. Upload Request for Proposal (RFP) documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and keep the model's responses current with continuous knowledge base updates. Requires [Mendix Cloud GenAI](/agents/mx-cloud-genai/). | 4.0.0 | ### Showcase Apps {#showcase-apps} From 63e95f1c26bd780ec758a4fc968799d6251d871e Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Mon, 29 Jun 2026 15:57:48 +0200 Subject: [PATCH 2/3] Add notes to the release guide --- content/en/docs/genai/v2/release-guide.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/genai/v2/release-guide.md b/content/en/docs/genai/v2/release-guide.md index 9912a64cdee..a937d259c5c 100644 --- a/content/en/docs/genai/v2/release-guide.md +++ b/content/en/docs/genai/v2/release-guide.md @@ -54,10 +54,12 @@ If your app uses runtime agents (built with the [Agent Commons](/agents/agents-k 4. Copy the agent definition from your runtime agent into the new Studio Pro agent. 5. In your microflows and other logic, replace any runtime toolbox actions with the corresponding Agent Editor toolbox actions. -#### RFP Assistant Starter App Updates +#### Atlas UI 4 Compatibility -The [RFP Assistant Starter App](https://marketplace.mendix.com/link/component/235917) now supports Studio Pro agents if you are using [Mendix Cloud GenAI](/agents/mx-cloud-genai/). +Agents Kit 2 modules are compatible with [Atlas UI 4](/refguide/frontend/atlas4-migration/), Mendix's updated UI framework. -#### Atlas UI 4 Compatibility +## General Notes -Agents Kit 2 modules are compatible with [Atlas UI 4](/refguide/frontend/atlas4-migration/), Mendix's updated UI framework. \ No newline at end of file +* Feature parity between Agent Builder in Runtime and Agent Editor in Studio Pro is still in progress, particularly for external provider support and human-in-the-loop capabilities. +* The [RFP Assistant Starter App](https://marketplace.mendix.com/link/component/235917) now supports Studio Pro agents and requires [Mendix Cloud GenAI](/agents/mx-cloud-genai/). +* The latest version of the [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) remains available in Studio Pro 10.24 and has not been upgraded for Agents Kit 2, as its use case does not rely on agents. \ No newline at end of file From 4fe605ca16f3a48a2ee70261e5a911ad7bc055d1 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Tue, 30 Jun 2026 09:37:13 +0200 Subject: [PATCH 3/3] Add tool migration step --- content/en/docs/genai/v2/release-guide.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/genai/v2/release-guide.md b/content/en/docs/genai/v2/release-guide.md index a937d259c5c..eaeddfa388e 100644 --- a/content/en/docs/genai/v2/release-guide.md +++ b/content/en/docs/genai/v2/release-guide.md @@ -42,17 +42,18 @@ Agents Kit 2 requires Studio Pro 11.12 or higher. #### Agent Editor and Studio Pro Agents -Studio Pro agents, built using [Agent Editor](/agents/agents-kit-2/reference-guide/agent-editor/), are now the preferred way to build agents with Mendix Cloud GenAI resources. Agent Editor lets you define and develop agents locally in Studio Pro, then deploy them directly to cloud environments using the app model. +Studio Pro agents, built using [Agent Editor](https://marketplace.mendix.com/link/component/257918), are now the preferred way to build agents with Mendix Cloud GenAI resources. Agent Editor lets you define and develop agents locally in Studio Pro, then deploy them directly to cloud environments using the app model. ##### Migrating from Runtime Agents to Studio Pro Agents {#runtime-to-studio-pro} If your app uses runtime agents (built with the [Agent Commons](/agents/agents-kit-2/reference-guide/agent-commons/) module) and Mendix Cloud GenAI resources, you can migrate them to Studio Pro agents by following these steps: 1. Ensure your app uses Studio Pro 11.12 or higher. -2. Open Agent Editor in Studio Pro. +2. Open [Agent Editor](/agents/agents-kit-2/reference-guide/agent-editor/) in Studio Pro. 3. Create a new Studio Pro agent for each runtime agent you want to migrate. 4. Copy the agent definition from your runtime agent into the new Studio Pro agent. -5. In your microflows and other logic, replace any runtime toolbox actions with the corresponding Agent Editor toolbox actions. +5. Add any tools your runtime agent used to the new Studio Pro agent: In the **Tools** section of the Agent document, select any microflows used as tools. If your agent used knowledge bases or consumed MCP services, create a dedicated document for each and then select it as a tool. +6. In your microflows and other logic, replace any runtime toolbox actions with the corresponding Agent Editor toolbox actions. #### Atlas UI 4 Compatibility