From 122979ab5ffa7c3f6c27527e0d131702a9a2695b Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 7 May 2026 16:06:29 +0200 Subject: [PATCH 1/9] Split components table by type --- content/en/docs/marketplace/genai/_index.md | 50 +++++++++++++-------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index c50b2748fc8..2ce81a911b8 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -44,25 +44,37 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com ### Mendix Components -| Asset | Description | Type | Studio Pro Version | -|-------------------|---------------------------------------------------|----------------------------------|------------| -| [Agent Builder Starter App](https://marketplace.mendix.com/link/component/240369) (formerly known as Support Assistant Starter App) | See an example of how to build an agentic Mendix application. Use the Agent Builder from Agent Commons to build your support assistant. | Starter App | 10.24 | -| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality using common patterns in your application by defining, testing, and evaluating agents at runtime. | Common Module | 10.24 | -| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Lets you kick-start the development of enterprise-grade AI chatbot experiences. For example, you can use it to create your own private enterprise-ready ChatGPT-like app. | Starter App | 10.24 | -| [Amazon Bedrock Connector](/appstore/modules/aws/amazon-bedrock/) | Connect to Amazon Bedrock. Use Retrieve and Generate or Bedrock agents. | Connector Module | 10.24 | -| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start from scratch to create a new application with GenAI capabilities and without any dependencies. | Starter App | 10.24 | -| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | UI Module | 10.24 | -| [GenAI Commons](/appstore/modules/genai/commons/) | Common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | Common Module | 10.24 | -| [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. | Showcase App | 10.24 | -| [MCP Client](/appstore/modules/genai/mcp-modules/mcp-client/) | Access tools and prompts available via MCP (Model Context Protocol) inside of your Mendix app and add them to LLM requests. | Connector Module | 10.24 | -| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape with the Mendix MCP Server module. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | Module | 10.24 | -| [Mendix Cloud GenAI Connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) | Connect to Mendix Cloud and utilize Mendix Cloud GenAI resource packs directly within your Mendix application. | Connector Module | 10.24 | -| [Mistral Connector](/appstore/modules/genai/reference-guide/external-connectors/mistral/) | Connect to Mistral AI. | Connector Module | 10.24 | -| [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | Connector Module | 10.24 | -| [Google Gemini Connector](/appstore/modules/genai/reference-guide/external-connectors/gemini/) | Connect to Google Gemini. | Connector Module | 10.24 | -| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL *pgvector* Knowledge Base. | Connector Module | 10.24 | -| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | Starter App | 10.24 | -| [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | Showcase App | 10.24 | +#### Starter Apps and Showcase Apps + +| Asset | Description | Studio Pro Version | +| --- | --- | --- | +| [Agent Builder Starter App](https://marketplace.mendix.com/link/component/240369) (formerly known as Support Assistant Starter App) | See an example of how to build an agentic Mendix application. Use the Agent Builder from Agent Commons to build your support assistant. | 10.24 | +| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Lets you kick-start the development of enterprise-grade AI chatbot experiences. For example, you can use it to create your own private enterprise-ready ChatGPT-like app. | 10.24 | +| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start from scratch to create a new application with GenAI capabilities and without any dependencies. | 10.24 | +| [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. | 10.24 | +| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | 10.24 | +| [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | 10.24 | + +#### Connector Modules + +| Asset | Description | Studio Pro Version | +| --- | --- | --- | +| [Amazon Bedrock Connector](/appstore/modules/aws/amazon-bedrock/) | Connect to Amazon Bedrock. Use Retrieve and Generate or Bedrock agents. | 10.24 | +| [Google Gemini Connector](/appstore/modules/genai/reference-guide/external-connectors/gemini/) | Connect to Google Gemini. | 10.24 | +| [MCP Client](/appstore/modules/genai/mcp-modules/mcp-client/) | Access tools and prompts available via MCP (Model Context Protocol) inside of your Mendix app and add them to LLM requests. | 10.24 | +| [Mendix Cloud GenAI Connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) | Connect to Mendix Cloud and utilize Mendix Cloud GenAI resource packs directly within your Mendix application. | 10.24 | +| [Mistral Connector](/appstore/modules/genai/reference-guide/external-connectors/mistral/) | Connect to Mistral AI. | 10.24 | +| [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | 10.24 | +| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL *pgvector* Knowledge Base. | 10.24 | + +#### Other Modules + +| Asset | Description | Studio Pro Version | +| --- | --- | --- | +| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality using common patterns in your application by defining, testing, and evaluating agents at runtime. | 10.24 | +| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | 10.24 | +| [GenAI Commons](/appstore/modules/genai/commons/) | Common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | 10.24 | +| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape with the Mendix MCP Server module. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | Older versions of the marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2. From 056766193d357bea9248d19070b80b4dcf84aa56 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 7 May 2026 16:38:11 +0200 Subject: [PATCH 2/9] Adjust wording --- content/en/docs/marketplace/genai/_index.md | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 2ce81a911b8..fb26f15f189 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -2,16 +2,16 @@ title: "Enrich Your Mendix App with GenAI Capabilities" url: /appstore/modules/genai/ linktitle: "GenAI Capabilities of Mendix" -description: "Describes the general properties and common concepts of generative AI in the context of developing Mendix applications and illustrates the preferred way of leveraging platform-supported connectors in applications following the GenAI Commons patterns." +description: "Describes the general properties and common concepts of generative AI in the context of developing Mendix applications. Illustrates the preferred way of leveraging platform-supported connectors in applications following the GenAI Commons patterns." weight: 7 --- -## Introduction {#introduction} +## Introduction -With the Mendix GenAI capabilities, you can create engaging, intelligent experiences with a variety of AI models and your own data. +With Mendix generative AI (GenAI) capabilities, you can create engaging, intelligent experiences with a variety of AI models and your own data. {{% alert color="info" %}} -These pages cover modules that integrate with generative AI tools. For running pre-trained Machine Learning (ML) models using the Mendix Runtime, please see the [Machine Learning Kit](/refguide/machine-learning-kit/). +These pages focus on building agentic applications with Agents Kit. For AI assistance while building apps, see [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/). For pretrained machine learning models, see [Mendix Runtime](/refguide/runtime/). {{% /alert %}} ### Typical Use Cases @@ -28,7 +28,7 @@ To familiarize yourself with the GenAI capabilities of Mendix, explore the secti #### Familiar with GenAI -If you are already familiar with GenAI and want to start building, refer to [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/how-to/) guide to start building your first GenAI-powered application and access further supportive resources. +If you are already familiar with GenAI and want to start building, refer to the [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/how-to/) guide to start building your first GenAI-powered application and access further supportive resources. #### New to GenAI @@ -40,7 +40,7 @@ If you are new to GenAI, follow the steps below: ## Architecture and Components {#architecture} -Supercharge your applications with Mendix's Agents Kit. This powerful set of components puts cutting-edge GenAI capabilities at your fingertips, helping you make your Mendix apps smarter. Explore our collection of components and models as listed on this page. Please note that the toolkit supports the full spectrum of generative AI implementations, from straightforward text generation to complex agentic AI. +Build AI-powered applications with Mendix Agents Kit, a set of components for integrating generative AI capabilities. The toolkit supports implementations ranging from simple text generation to complex multi-step agentic workflows. ### Mendix Components @@ -49,10 +49,10 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com | Asset | Description | Studio Pro Version | | --- | --- | --- | | [Agent Builder Starter App](https://marketplace.mendix.com/link/component/240369) (formerly known as Support Assistant Starter App) | See an example of how to build an agentic Mendix application. Use the Agent Builder from Agent Commons to build your support assistant. | 10.24 | -| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Lets you kick-start the development of enterprise-grade AI chatbot experiences. For example, you can use it to create your own private enterprise-ready ChatGPT-like app. | 10.24 | -| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start from scratch to create a new application with GenAI capabilities and without any dependencies. | 10.24 | +| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Kickstart the development of enterprise-grade AI chatbot experiences. For example, you can use it to create your own private enterprise-ready ChatGPT-like app. | 10.24 | +| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start from scratch to create an application with GenAI capabilities and no dependencies. | 10.24 | | [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. | 10.24 | -| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | 10.24 | +| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | Leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | 10.24 | | [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | 10.24 | #### Connector Modules @@ -61,11 +61,11 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com | --- | --- | --- | | [Amazon Bedrock Connector](/appstore/modules/aws/amazon-bedrock/) | Connect to Amazon Bedrock. Use Retrieve and Generate or Bedrock agents. | 10.24 | | [Google Gemini Connector](/appstore/modules/genai/reference-guide/external-connectors/gemini/) | Connect to Google Gemini. | 10.24 | -| [MCP Client](/appstore/modules/genai/mcp-modules/mcp-client/) | Access tools and prompts available via MCP (Model Context Protocol) inside of your Mendix app and add them to LLM requests. | 10.24 | -| [Mendix Cloud GenAI Connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) | Connect to Mendix Cloud and utilize Mendix Cloud GenAI resource packs directly within your Mendix application. | 10.24 | +| [MCP Client](/appstore/modules/genai/mcp-modules/mcp-client/) | Access tools and prompts available via MCP inside your Mendix app and add them to LLM requests. | 10.24 | +| [Mendix Cloud GenAI Connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) | Connect to Mendix Cloud and use Mendix Cloud GenAI resource packs directly within your Mendix application. | 10.24 | | [Mistral Connector](/appstore/modules/genai/reference-guide/external-connectors/mistral/) | Connect to Mistral AI. | 10.24 | | [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | 10.24 | -| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL *pgvector* Knowledge Base. | 10.24 | +| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL PgVector knowledge base. | 10.24 | #### Other Modules @@ -73,10 +73,10 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com | --- | --- | --- | | [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality using common patterns in your application by defining, testing, and evaluating agents at runtime. | 10.24 | | [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | 10.24 | -| [GenAI Commons](/appstore/modules/genai/commons/) | Common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | 10.24 | -| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape with the Mendix MCP Server module. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | +| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | 10.24 | +| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | -Older versions of the marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2. +Older versions of the Marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2. ### Available Models {#models} @@ -123,4 +123,4 @@ In addition to the models listed above, you can also connect to other models by * To connect to other [foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/models-features.html) and implement them in your app, use the [Amazon Bedrock connector](/appstore/modules/aws/amazon-bedrock/). * To connect to [Snowflake Cortex LLM](https://docs.snowflake.com/en/sql-reference/functions/complete-snowflake-cortex) functions, [configure the Snowflake AI Data Connector for Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-ai-data-connector/#cortex-analyst). -* To implement your connector compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface and follow the how-to [Build Your Own GenAI Connector](/appstore/modules/genai/how-to/byo-connector/). +* To implement your own connector that is compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface and see [How to Build Your Own GenAI Connector](/appstore/modules/genai/how-to/byo-connector/). From c86ef14609eef1a1199c92e3f0f58ce06660291f Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 10:39:45 +0200 Subject: [PATCH 3/9] Reframe Components intro --- content/en/docs/marketplace/genai/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index fb26f15f189..6dd7a5f0fbe 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -35,14 +35,14 @@ If you are already familiar with GenAI and want to start building, refer to the If you are new to GenAI, follow the steps below: 1. Familiarize yourself with the [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Select the right architecture to support your use case. For a full list of possibilities, see the [Architecture and Components](#architecture) section below. +2. Select the right architecture to support your use case. For a full list of possibilities, see the [Components and Modules](#architecture) section below. 3. Obtain the required credentials for your selected architecture. -## Architecture and Components {#architecture} +## Components and Models {#architecture} -Build AI-powered applications with Mendix Agents Kit, a set of components for integrating generative AI capabilities. The toolkit supports implementations ranging from simple text generation to complex multi-step agentic workflows. +Integrate generative AI into your applications with Mendix Agents Kit, a collection of starter apps, connectors, and modules that support implementations from simple text generation to complex multi-step agentic workflows. The following sections describe the components available in the kit as well as the available models. -### Mendix Components +### Agents Kit Components #### Starter Apps and Showcase Apps From e2da3737ce07a57cd07555204741f8100d5b7d94 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 12:07:38 +0200 Subject: [PATCH 4/9] Adjust wording and add anchors --- content/en/docs/marketplace/genai/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 6dd7a5f0fbe..2bb4759be1b 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -2,7 +2,7 @@ title: "Enrich Your Mendix App with GenAI Capabilities" url: /appstore/modules/genai/ linktitle: "GenAI Capabilities of Mendix" -description: "Describes the general properties and common concepts of generative AI in the context of developing Mendix applications. Illustrates the preferred way of leveraging platform-supported connectors in applications following the GenAI Commons patterns." +description: "Describes how to integrate generative AI into Mendix applications using Agents Kit components and provides a catalog of available starter apps, connectors, modules, and models." weight: 7 --- @@ -11,7 +11,7 @@ weight: 7 With Mendix generative AI (GenAI) capabilities, you can create engaging, intelligent experiences with a variety of AI models and your own data. {{% alert color="info" %}} -These pages focus on building agentic applications with Agents Kit. For AI assistance while building apps, see [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/). For pretrained machine learning models, see [Mendix Runtime](/refguide/runtime/). +These pages focus on integrating generative AI into applications using Agents Kit. For AI assistance while building apps, see [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/). For pretrained machine learning models, see [Mendix Runtime](/refguide/runtime/). {{% /alert %}} ### Typical Use Cases @@ -35,7 +35,7 @@ If you are already familiar with GenAI and want to start building, refer to the If you are new to GenAI, follow the steps below: 1. Familiarize yourself with the [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Select the right architecture to support your use case. For a full list of possibilities, see the [Components and Modules](#architecture) section below. +2. Select the right architecture to support your use case. For a full list of possibilities, see the [Components and Models](#architecture) section below. 3. Obtain the required credentials for your selected architecture. ## Components and Models {#architecture} @@ -44,7 +44,7 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect ### Agents Kit Components -#### Starter Apps and Showcase Apps +#### Starter Apps and Showcase Apps {#starter-apps} | Asset | Description | Studio Pro Version | | --- | --- | --- | @@ -55,7 +55,7 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | Leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | 10.24 | | [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | 10.24 | -#### Connector Modules +#### Connector Modules {#connectors} | Asset | Description | Studio Pro Version | | --- | --- | --- | @@ -67,7 +67,7 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | 10.24 | | [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL PgVector knowledge base. | 10.24 | -#### Other Modules +#### Other Modules {#other-modules} | Asset | Description | Studio Pro Version | | --- | --- | --- | From 93962d081a0cf661451c5c3abfbceee0dc040b0e Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 12:20:04 +0200 Subject: [PATCH 5/9] Add Agent Editor row to table --- content/en/docs/marketplace/genai/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 2bb4759be1b..392f3d63751 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -72,8 +72,10 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | Asset | Description | Studio Pro Version | | --- | --- | --- | | [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality using common patterns in your application by defining, testing, and evaluating agents at runtime. | 10.24 | +| [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents at design time in Studio Pro and manage their lifecycle using platform capabilities such as version control and deployment. +| 11.9 | | [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | 10.24 | -| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | 10.24 | +| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this module. | 10.24 | | [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | Older versions of the Marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2. From 1bd832f6197e7b2a80b239a7d2a83a91dbdb65bd Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 16:26:29 +0200 Subject: [PATCH 6/9] Update table descriptions --- content/en/docs/marketplace/genai/_index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 392f3d63751..7b5293cd7da 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -48,12 +48,12 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | Asset | Description | Studio Pro Version | | --- | --- | --- | -| [Agent Builder Starter App](https://marketplace.mendix.com/link/component/240369) (formerly known as Support Assistant Starter App) | See an example of how to build an agentic Mendix application. Use the Agent Builder from Agent Commons to build your support assistant. | 10.24 | -| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Kickstart the development of enterprise-grade AI chatbot experiences. For example, you can use it to create your own private enterprise-ready ChatGPT-like app. | 10.24 | -| [Blank GenAI App](https://marketplace.mendix.com/link/component/227934) | Start from scratch to create an application with GenAI capabilities and no dependencies. | 10.24 | -| [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. | 10.24 | -| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | Leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | 10.24 | -| [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | 10.24 | +| [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. | 10.24 | +| [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Build your own enterprise-grade ChatGPT-like app. Connect to a supported model and write custom instructions to create a chatbot that can support use cases such as brainstorming, copywriting, document analysis, or coding support. | 10.24 | +| [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. | 10.24 | +| [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Explore example use cases for Agents Kit connectors and modules, including multi-agent patterns, exposing and consuming tools via MCP, interactive chatbots, RAG, function calling, image generation, and semantic search. | 10.24 | +| [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. Uses RFPs as an example: upload RFP documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and continuously update the knowledge base to create a self-learning system. | 10.24 | +| [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to use Snowflake connectors to read and write data, leverage Snowflake Cortex ML and LLM capabilities, chat with structured data using Cortex Analyst, and implement role-based access control. | 10.24 | #### Connector Modules {#connectors} @@ -71,10 +71,9 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | Asset | Description | Studio Pro Version | | --- | --- | --- | -| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality using common patterns in your application by defining, testing, and evaluating agents at runtime. | 10.24 | -| [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents at design time in Studio Pro and manage their lifecycle using platform capabilities such as version control and deployment. -| 11.9 | -| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | 10.24 | +| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. | 10.24 | +| [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. | 11.9 | +| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. | 10.24 | | [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this module. | 10.24 | | [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | From 4ec112971842327ac7cb00dc8e99e23f48392251 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 17:03:07 +0200 Subject: [PATCH 7/9] Edit intro sections --- content/en/docs/marketplace/genai/_index.md | 41 +++++++++------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 7b5293cd7da..ba3baa60254 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -8,39 +8,32 @@ weight: 7 ## Introduction -With Mendix generative AI (GenAI) capabilities, you can create engaging, intelligent experiences with a variety of AI models and your own data. +With Mendix generative AI (GenAI) capabilities, you can build AI-powered features into your applications using leading AI models and your own data. + +Mendix supports a variety of generative AI capabilities that you can integrate into your applications. Some typical use cases include the following: + +* Create AI agents that autonomously interact with your Mendix app's data, logic, and external systems. +* Build conversational UIs and embed AI-powered interactions directly into your Mendix applications. +* Connect application data and enterprise knowledge bases to provide grounded, context-aware AI responses. {{% alert color="info" %}} These pages focus on integrating generative AI into applications using Agents Kit. For AI assistance while building apps, see [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/). For pretrained machine learning models, see [Mendix Runtime](/refguide/runtime/). {{% /alert %}} -### Typical Use Cases - -Mendix supports a variety of generative AI tasks by integrating with tools such as Amazon Bedrock or Microsoft Foundry. Typical use cases include the following: - -* Create conversational UIs for AI-powered chatbots and integrate those UIs into your Mendix applications. -* Connect any model through our GenAI connectors, or by integrating your connector into our GenAI commons interface. -* Connect your data to ground GenAI systems with data from inside your application and the rest of your IT landscape. - ### Getting Started -To familiarize yourself with the GenAI capabilities of Mendix, explore the sections below based on your experience level: - -#### Familiar with GenAI - -If you are already familiar with GenAI and want to start building, refer to the [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/how-to/) guide to start building your first GenAI-powered application and access further supportive resources. - -#### New to GenAI +Start using Mendix GenAI capabilities based on your experience level: -If you are new to GenAI, follow the steps below: +* **Familiar with GenAI?** Start building with the [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/how-to/) guides. +* **New to GenAI?** Follow these steps: -1. Familiarize yourself with the [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Select the right architecture to support your use case. For a full list of possibilities, see the [Components and Models](#architecture) section below. -3. Obtain the required credentials for your selected architecture. + 1. Familiarize yourself with the [core concepts](/appstore/modules/genai/get-started/), including prompt engineering, retrieval augmented generation (RAG), and function calling (ReAct). + 2. Choose an architecture for your use case. See the [Components and Models](#architecture) section for available options. + 3. Obtain the required credentials for your selected architecture. ## Components and Models {#architecture} -Integrate generative AI into your applications with Mendix Agents Kit, a collection of starter apps, connectors, and modules that support implementations from simple text generation to complex multi-step agentic workflows. The following sections describe the components available in the kit as well as the available models. +Integrate generative AI into your applications with Agents Kit, a collection of Mendix starter apps, connectors, and modules that support implementations from simple text generation to complex multi-step agentic workflows. The following sections describe the components available in the kit as well as the available models. ### Agents Kit Components @@ -52,7 +45,7 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | [AI Bot Starter App](https://marketplace.mendix.com/link/component/227926) | Build your own enterprise-grade ChatGPT-like app. Connect to a supported model and write custom instructions to create a chatbot that can support use cases such as brainstorming, copywriting, document analysis, or coding support. | 10.24 | | [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. | 10.24 | | [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) | Explore example use cases for Agents Kit connectors and modules, including multi-agent patterns, exposing and consuming tools via MCP, interactive chatbots, RAG, function calling, image generation, and semantic search. | 10.24 | -| [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. Uses RFPs as an example: upload RFP documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and continuously update the knowledge base to create a self-learning system. | 10.24 | +| [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 RFP documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and continuously update the knowledge base to create a self-learning system. | 10.24 | | [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to use Snowflake connectors to read and write data, leverage Snowflake Cortex ML and LLM capabilities, chat with structured data using Cortex Analyst, and implement role-based access control. | 10.24 | #### Connector Modules {#connectors} @@ -67,7 +60,7 @@ Integrate generative AI into your applications with Mendix Agents Kit, a collect | [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | 10.24 | | [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL PgVector knowledge base. | 10.24 | -#### Other Modules {#other-modules} +#### Core Modules {#core-modules} | Asset | Description | Studio Pro Version | | --- | --- | --- | @@ -85,7 +78,7 @@ Mendix connectors offer direct support for the following models: | Architecture | Models | Category | Input | Output | Additional capabilities | | -------------- | --------------------- | --------------------- | ------------------- | ----------- | ----------------------- | -| Mendix Cloud GenAI | [Anthropic Claude Sonnet Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Chat Completions | text, image, document | text | Function calling | +| Mendix Cloud GenAI | [Anthropic Claude Sonnet Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Chat completions | text, image, document | text | Function calling | | | [Cohere Embed Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Embeddings | text | embeddings | | | Microsoft Foundry (OpenAI) / OpenAI | gpt-4, gpt-4-turbo, gpt-4o, gpt-4o mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-5.0, gpt-5.0-mini, gpt-5.0-nano, gpt-5.1, gpt-5.2, o1, o1-mini, o3, o3-mini, o4-mini | Chat completions | text, image, document (OpenAI only) | text | Function calling | | | DALL·E 2, DALL·E 3, gpt-image-1 | Image generation | text | image | | From 55c66b578775599e814e5e65f32e67cfba1e49be Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 17:12:48 +0200 Subject: [PATCH 8/9] Split up long model table --- content/en/docs/marketplace/genai/_index.md | 88 +++++++++++++-------- 1 file changed, 54 insertions(+), 34 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index ba3baa60254..685caa21c7d 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -74,43 +74,63 @@ Older versions of the Marketplace modules and GenAI Showcase App are available i ### Available Models {#models} -Mendix connectors offer direct support for the following models: - -| Architecture | Models | Category | Input | Output | Additional capabilities | -| -------------- | --------------------- | --------------------- | ------------------- | ----------- | ----------------------- | -| Mendix Cloud GenAI | [Anthropic Claude Sonnet Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Chat completions | text, image, document | text | Function calling | -| | [Cohere Embed Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Embeddings | text | embeddings | | -| Microsoft Foundry (OpenAI) / OpenAI | gpt-4, gpt-4-turbo, gpt-4o, gpt-4o mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-5.0, gpt-5.0-mini, gpt-5.0-nano, gpt-5.1, gpt-5.2, o1, o1-mini, o3, o3-mini, o4-mini | Chat completions | text, image, document (OpenAI only) | text | Function calling | -| | DALL·E 2, DALL·E 3, gpt-image-1 | Image generation | text | image | | -| | text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large | Embeddings | text | embeddings | | -| Mistral | Mistral Large 3, Mistral Medium 3.1, Mistral Small 3.2, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) | Chat Completions | text, image | text | Function calling | -| | Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat Completions | text | text | Function calling | -| | Mistral Embed, Codestral Embed | Embeddings | text | embeddings | | -| Google Gemini | Gemini 2.5 Flash (+ Preview Sep 2025), Gemini 2.5 Flash-Lite (+ Preview Sep 2025), Gemini 2.5 Pro, Gemini Flash Latest, Gemini Flash-Lite Latest, Gemini Pro Latest| Chat Completions | text, image | text | Function calling | -| | Gemini 3 Flash Preview, Gemini 3 Pro Preview | Chat Completions | text, image | text | | -| Amazon Bedrock | Amazon Titan Text G1 - Express, Amazon Titan Text G1 - Lite, Amazon Titan Text G1 - Premier | Chat Completions | text, document (except Titan Premier) | text | | -| | AI21 Jamba-Instruct | Chat Completions | text | text | | -| | AI21 Labs Jurassic-2 (Text) | Chat Completions | text | text | | -| | Amazon Nova Pro, Amazon Nova Lite | Chat Completions | text, image, document | text | Function calling | -| | Amazon Titan Image Generator G1 | Image generation | text | image | | -| | Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings | | -| | Anthropic Claude 3 Sonnet, Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.5 Sonnet v2, Anthropic Claude 3 Haiku, Anthropic Claude 3 Opus, Anthropic Claude 3.5 Haiku, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4.5 Sonnet, Anthropic Claude 4.5 Haiku, Anthropic Claude 4.5 Opus | Chat Completions | text, image, document | text | Function calling | -| | Cohere Command | Chat Completions | text, document | text | | -| | Cohere Command Light | Chat Completions | text | text | | -| | Cohere Command R, Cohere Command R+ | Chat Completions | text, document | text | Function calling | -| | Cohere Embed English, Cohere Embed Multilingual | Embeddings | text | embeddings | | -| | DeepSeek, DeepSeek-R1 | Text | text | document | | -| | Meta Llama 2, MetaLlama 3 | Chat Completions | text, document | text | | -| | Meta Llama 3.1 | Chat Completions | text, document | text | Function calling | -| | Mistral AI Instruct | Chat Completions | text, document | text | | -| | Mistral Large, Mistral Large 2 | Chat Completions | text, document | text | Function calling | -| | Mistral Small | Chat Completions | text | text | Function calling | -| | OpenAI gpt-oss-20B, gpt-oss-120b | Chat Completions | text | text | | +Mendix [connectors](#connectors) offer direct support for the following models. + +#### Mendix Cloud GenAI + +| Models | Category | Input | Output | Additional Capabilities | +| --- | --- | --- | --- | --- | +| [Anthropic Claude Sonnet Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Chat completions | text, image, document | text | Function calling | +| [Cohere Embed Models](/appstore/modules/genai/mx-cloud-genai/resource-packs/#supported-models) | Embeddings | text | embeddings | | + +#### Microsoft Foundry (OpenAI) / OpenAI + +| Models | Category | Input | Output | Additional Capabilities | +| --- | --- | --- | --- | --- | +| gpt-4, gpt-4-turbo, gpt-4o, gpt-4o mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-5.0, gpt-5.0-mini, gpt-5.0-nano, gpt-5.1, gpt-5.2, o1, o1-mini, o3, o3-mini, o4-mini | Chat completions | text, image, document (OpenAI only) | text | Function calling | +| DALL·E 2, DALL·E 3, gpt-image-1 | Image generation | text | image | | +| text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large | Embeddings | text | embeddings | | + +#### Mistral + +| Models | Category | Input | Output | Additional Capabilities | +| --- | --- | --- | --- | --- | +| Mistral Large 3, Mistral Medium 3.1, Mistral Small 3.2, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) | Chat completions | text, image | text | Function calling | +| Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat completions | text | text | Function calling | +| Mistral Embed, Codestral Embed | Embeddings | text | embeddings | | + +#### Google Gemini + +| Models | Category | Input | Output | Additional Capabilities | +| --- | --- | --- | --- | --- | +| Gemini 2.5 Flash (+ Preview Sep 2025), Gemini 2.5 Flash-Lite (+ Preview Sep 2025), Gemini 2.5 Pro, Gemini Flash Latest, Gemini Flash-Lite Latest, Gemini Pro Latest | Chat completions | text, image | text | Function calling | +| Gemini 3 Flash Preview, Gemini 3 Pro Preview | Chat completions | text, image | text | | + +#### Amazon Bedrock + +| Models | Category | Input | Output | Additional Capabilities | +| --- | --- | --- | --- | --- | +| Amazon Titan Text G1 - Express, Amazon Titan Text G1 - Lite, Amazon Titan Text G1 - Premier | Chat completions | text, document (except Titan Premier) | text | | +| AI21 Jamba-Instruct | Chat completions | text | text | | +| AI21 Labs Jurassic-2 (Text) | Chat completions | text | text | | +| Amazon Nova Pro, Amazon Nova Lite | Chat completions | text, image, document | text | Function calling | +| Amazon Titan Image Generator G1 | Image generation | text | image | | +| Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings | | +| Anthropic Claude 3 Sonnet, Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.5 Sonnet v2, Anthropic Claude 3 Haiku, Anthropic Claude 3 Opus, Anthropic Claude 3.5 Haiku, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4.5 Sonnet, Anthropic Claude 4.5 Haiku, Anthropic Claude 4.5 Opus | Chat completions | text, image, document | text | Function calling | +| Cohere Command | Chat completions | text, document | text | | +| Cohere Command Light | Chat completions | text | text | | +| Cohere Command R, Cohere Command R+ | Chat completions | text, document | text | Function calling | +| Cohere Embed English, Cohere Embed Multilingual | Embeddings | text | embeddings | | +| DeepSeek, DeepSeek-R1 | Text | text | document | | +| Meta Llama 2, MetaLlama 3 | Chat completions | text, document | text | | +| Meta Llama 3.1 | Chat completions | text, document | text | Function calling | +| Mistral AI Instruct | Chat completions | text, document | text | | +| Mistral Large, Mistral Large 2 | Chat completions | text, document | text | Function calling | +| Mistral Small | Chat completions | text | text | Function calling | +| OpenAI gpt-oss-20B, gpt-oss-120b | Chat completions | text | text | | For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. -The available showcase applications offer implementation inspiration for many of the listed models. - #### Connecting to Other Models In addition to the models listed above, you can also connect to other models by implementing one of the following options: From 3205fe19dbbe1155b77cac3e413b34551c305714 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Fri, 8 May 2026 17:37:10 +0200 Subject: [PATCH 9/9] Swap module table order --- content/en/docs/marketplace/genai/_index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 685caa21c7d..409808db7e4 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -48,6 +48,16 @@ Integrate generative AI into your applications with Agents Kit, a collection of | [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 RFP documents, generate responses from a historical knowledge base of question-answer pairs, edit with AI assistance, and continuously update the knowledge base to create a self-learning system. | 10.24 | | [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to use Snowflake connectors to read and write data, leverage Snowflake Cortex ML and LLM capabilities, chat with structured data using Cortex Analyst, and implement role-based access control. | 10.24 | +#### Core Modules {#core-modules} + +| Asset | Description | Studio Pro Version | +| --- | --- | --- | +| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. | 10.24 | +| [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. | 11.9 | +| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. | 10.24 | +| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this module. | 10.24 | +| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | + #### Connector Modules {#connectors} | Asset | Description | Studio Pro Version | @@ -60,16 +70,6 @@ Integrate generative AI into your applications with Agents Kit, a collection of | [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | 10.24 | | [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL PgVector knowledge base. | 10.24 | -#### Core Modules {#core-modules} - -| Asset | Description | Studio Pro Version | -| --- | --- | --- | -| [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. | 10.24 | -| [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. | 11.9 | -| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. | 10.24 | -| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this module. | 10.24 | -| [MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/) | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | 10.24 | - Older versions of the Marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2. ### Available Models {#models}