Agents Kit 2
Introduction
Agents Kit 2 provides a comprehensive set of Mendix components for building agentic and generative AI applications. It includes starter apps and showcase apps to help you get started quickly. It also includes connector modules to integrate with Mendix Cloud GenAI resources and external providers like Amazon Bedrock, OpenAI, Google Gemini, and Mistral. Core modules like Agent Editor, Agent Commons, and GenAI Commons provide reusable patterns and capabilities for building agentic functionality.
Agents Kit Components
The following components are available in Agents Kit 2.
Starter Apps
| App | Description | Latest Released Version |
|---|---|---|
| Agent Builder Starter App (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 | 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 | 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. | 4.0.0 |
Showcase Apps
| App | Description | Latest Released Version |
|---|---|---|
| GenAI Showcase App | 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.0.0 |
| Snowflake Showcase App | 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. | 5.0.0 |
Core Modules
| Module | Description | Latest Released Version |
|---|---|---|
| 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. | 4.0.0 |
| 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. | 2.0.0 |
| 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. | 7.0.0 |
| GenAI Commons | Integrate GenAI connectors with other modules using common capabilities provided by this base module. Required dependency for both core and connector modules. You can also implement your own connector based on this module. | 7.0.0 |
Connector Modules
All connectors depend on GenAI Commons and can be used with the other core modules to connect to conversation endpoints.
| Module | Description | Latest Released Version |
|---|---|---|
| Amazon Bedrock Connector | Connect to Amazon Bedrock. | 11.0.0 |
| Google Gemini Connector | Connect to Google Gemini. | 2.0.0 |
| Mendix Cloud GenAI Connector | Connect to Mendix Cloud and use Mendix Cloud GenAI resource packs directly within your Mendix application. | 7.0.0 |
| Mistral Connector | Connect to Mistral AI. | 2.0.0 |
| OpenAI Connector | Connect to OpenAI and Microsoft Foundry. | 9.0.0 |
| PgVector Knowledge Base | Manage and interact with a PostgreSQL PgVector knowledge base. | 7.0.0 |
MCP Modules
| Module | Description | Latest Released Version |
|---|---|---|
| MCP Client | Access tools and prompts available via MCP inside your Mendix app and add them to LLM requests. | 4.0.0 |
| MCP Server | Make your Mendix business logic available to any agent in your enterprise landscape. Expose reusable prompts, including the ability to use prompt variables. List and run actions implemented in the application as a tool. | 5.0.0 |
Documents in This Section
-
Building Smarter Apps Using AI
Step-by-step how-tos for building smart apps, including creating agents, integrating function calling, grounding LLMs in data, and building custom connectors.
-
Technical reference documentation for the Mendix Marketplace components in Agents Kit 2.
-
Describes the transition from Agents Kit 1 to Agents Kit 2.