Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/scss/_badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@
color: $success-9;
padding: 2px 2px
}

.badge-10-24 {
background-color: $info-8;
}

.badge-11-12 {
background-color: $info-8;
}
2 changes: 1 addition & 1 deletion content/en/docs/genai/mendix-cloud-genai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Mendix Cloud GenAI"
url: /agents/mx-cloud-genai/
linktitle: "Mendix Cloud GenAI"
weight: 30
weight: 20
description: "Provides guidance on how to navigate through the Mendix Cloud GenAI Resource Packs."
no_list: false
aliases:
Expand Down
9 changes: 9 additions & 0 deletions content/en/docs/genai/v1/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Agents Kit 1"
url: /agents/agents-kit-1
description: "Agents Kit 1: Describes the Agents Kit 1 components for building agentic and generative AI applications in Studio Pro 10.24 and above."
weight: 60
v10_24: true
cascade:
banner: "For access to Mendix's newest GenAI features, upgrade to Studio Pro 11.12 or above, and use <a href=\"/agents/v2/\">Agents Kit 2</a>. Agents Kit 2 has updated versions of the GenAI modules and apps."
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "How to Build Smarter Apps Using GenAI"
url: /agents/how-to/
linktitle: "How to Build Smarter Apps using GenAI"
weight: 20
description: "Tutorial on how to get started with GenAI for Smarter Apps"
description: "Agents Kit 1: Tutorial on how to get started with GenAI for Smarter Apps"
no_list: false
aliases:
- /appstore/modules/genai/using-genai/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Build Your Own GenAI Connector"
url: /agents/how-to/byo-connector/
linktitle: "Build Your Own GenAI connector"
weight: 70
description: "A tutorial that describes how to build your own GenAI connector"
description: "Agents Kit 1: A tutorial that describes how to build your own GenAI connector"
aliases:
- /appstore/modules/genai/how-to/byo-connector/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Creating Your First Agent"
url: /agents/how-to/creating-agents/
linktitle: "Creating Your First Agent"
weight: 60
description: "Introduces an example agent use case and describes three approaches for implementing it with Agents Kit using knowledge base retrieval and function calling."
description: "Agents Kit 1: Introduces an example agent use case and describes three approaches for implementing it with Agents Kit using knowledge base retrieval and function calling."
aliases:
- /appstore/modules/genai/how-to/howto-single-agent/
- /appstore/modules/genai/how-to/creating-agents/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create an Agent Programmatically"
url: /agents/how-to/create-agent-programmatically/
weight: 90
description: "Learn how to create agents programmatically using microflows and GenAI Commons building blocks for maximum control and debugging capabilities."
description: "Agents Kit 1: Learn how to create agents programmatically using microflows and GenAI Commons building blocks for maximum control and debugging capabilities."
aliases:
- /appstore/modules/genai/how-to/create-agent-programmatically/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create an Agent with Agent Commons"
url: /agents/how-to/create-agent-with-agent-commons/
weight: 80
description: "Learn how to create and manage agents using the Agent Commons UI for runtime configuration, versioning, and rapid experimentation without redeployment."
description: "Agents Kit 1: Learn how to create and manage agents using the Agent Commons UI for runtime configuration, versioning, and rapid experimentation without redeployment."
aliases:
- /appstore/modules/genai/how-to/create-agent-with-agent-commons/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create an Agent with Agent Editor"
url: /agents/how-to/create-agent-with-agent-editor/
weight: 70
description: "Learn how to create and manage agents using Agent Editor in Studio Pro, defining agents as part of your app model."
description: "Agents Kit 1: Learn how to create and manage agents using Agent Editor in Studio Pro, defining agents as part of your app model."
aliases:
- /appstore/modules/genai/how-to/create-agent-with-agent-editor/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Set Up Your App for Agent Creation"
url: /agents/how-to/creating-agents/shared-setup/
weight: 60
description: "Describes how to set up your app with the required modules, data, domain model, and function microflows for the example IT helpdesk agent."
description: "Agents Kit 1: Describes how to set up your app with the required modules, data, domain model, and function microflows for the example IT helpdesk agent."
aliases:
- /appstore/modules/genai/how-to/creating-agents/shared-setup/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Grounding Your Large Language Model in Data – Mendix Cloud GenAI"
url: /agents/how-to/howto-groundllm/
linktitle: "Grounding Your LLM in Data"
weight: 50
description: "This document guides you on grounding your large language model in data within your Mendix application to enhance its functionality."
description: "Agents Kit 1: This document guides you on grounding your large language model in data within your Mendix application to enhance its functionality."
aliases:
- /appstore/modules/genai/how-to/howto-groundllm/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrate Function Calling into Your Mendix App"
url: /agents/how-to/howto-functioncalling/
linktitle: "Integrating Function Calling"
weight: 40
description: "This document guides you through integrating and implementing function calling in your Mendix application to enhance functionality."
description: "Agents Kit 1: This document guides you through integrating and implementing function calling in your Mendix application to enhance functionality."
aliases:
- /appstore/modules/genai/using-genai/howto-functioncalling/
- /appstore/modules/genai/how-to/howto-functioncalling/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Prompt Engineering at Runtime"
url: /agents/how-to/howto-prompt-engineering/
linktitle: "Prompt Engineering at Runtime"
weight: 30
description: "This document guides you through integrating Agent Commons into your Mendix application, allowing users to perform prompt engineering at runtime."
description: "Agents Kit 1: This document guides you through integrating Agent Commons into your Mendix application, allowing users to perform prompt engineering at runtime."
aliases:
- /appstore/modules/genai/how-to/howto-prompt-management/
- /appstore/modules/genai/how-to/howto-prompt-engineering/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Build a Chatbot Using the AI Bot Starter App"
url: /agents/how-to/starter-template
linktitle: "Build a Chatbot Using the AI Bot Starter App"
weight: 10
description: "A tutorial that describes how to get started building a smart app with a starter template"
description: "Agents Kit 1: A tutorial that describes how to get started building a smart app with a starter template"
aliases:
- /appstore/modules/genai/using-genai/starter-template/
- /appstore/modules/genai/how-to/starter-template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Build a Chatbot from Scratch Using the Blank GenAI App"
url: /agents/how-to/blank-app
linktitle: "Build a Chatbot Using the Blank GenAI App"
weight: 20
description: "A tutorial that describes how to get started building a smart app from a Blank GenAI App"
description: "Agents Kit 1: A tutorial that describes how to get started building a smart app from a Blank GenAI App"
aliases:
- /appstore/modules/genai/using-genai/blank-app/
- /appstore/modules/genai/how-to/blank-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Reference Guide"
url: /agents/reference-guide/
linktitle: "Reference Guide"
weight: 20
description: "Provides references of Mendix's GenAI Modules and Tools."
description: "Agents Kit 1: Provides references of Mendix's GenAI Modules and Tools."
no_list: false
aliases:
- /appstore/modules/genai/genai-for-mx/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Agent Commons"
url: /agents/genai-for-mx/agent-commons/
linktitle: "Agent Commons"
description: "Describes the purpose, configuration, and usage of the Agents Commons module from the Mendix Marketplace that allows developers to build, define, and refine Agents, to integrate GenAI principles, and Agentic patterns into their Mendix app."
description: "Agents Kit 1: Describes the purpose, configuration, and usage of the Agents Commons module from the Mendix Marketplace that allows developers to build, define, and refine Agents, to integrate GenAI principles, and Agentic patterns into their Mendix app."
weight: 20
aliases:
- /appstore/modules/genai/genai-for-mx/agent-commons/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Agent Editor"
url: /agents/genai-for-mx/agent-editor/
linktitle: "Agent Editor"
description: "Describes the purpose, configuration, and usage of the Agent Editor and Agent Editor Commons modules from the Mendix Marketplace that allow developers to build, define, and refine agents, and integrate GenAI principles and agentic patterns into their Mendix app."
description: "Agents Kit 1: Describes the purpose, configuration, and usage of the Agent Editor and Agent Editor Commons modules from the Mendix Marketplace that allow developers to build, define, and refine agents, and integrate GenAI principles and agentic patterns into their Mendix app."
weight: 20
aliases:
- /appstore/modules/genai/genai-for-mx/agent-editor/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Conversational UI"
url: /agents/genai-for-mx/conversational-ui/
linktitle: "Conversational UI"
weight: 20
description: "Describes the Conversational UI marketplace module that assists developers in implementing conversational use cases such as an AI Bot."
description: "Agents Kit 1: Describes the Conversational UI marketplace module that assists developers in implementing conversational use cases such as an AI Bot."
aliases:
- /appstore/modules/genai/conversational-ui/
- /appstore/modules/genai/conversational-ui-module/conversational-ui/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Connectors"
url: /agents/reference-guide/connectors/
weight: 30
description: "Provides information on connectors that enable seamless integration between Mendix applications and GenAI platforms and services."
description: "Agents Kit 1: Provides information on connectors that enable seamless integration between Mendix applications and GenAI platforms and services."
no_list: false
aliases:
- /appstore/modules/genai/reference-guide/external-connectors/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Amazon Bedrock"
url: /agents/reference-guide/external-connectors/bedrock/
weight: 10
description: "Describes the Amazon Bedrock GenAI service."
description: "Agents Kit 1: Describes the Amazon Bedrock GenAI service."
aliases:
- /appstore/modules/genai/bedrock/
- /appstore/modules/genai/reference-guide/external-connectors/bedrock/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Gemini"
url: /agents/reference-guide/external-connectors/gemini/
linktitle: "Gemini"
description: "Describes the configuration and usage of the Google Gemini Connector, which allows you to integrate generative AI into your Mendix app."
description: "Agents Kit 1: Describes the configuration and usage of the Google Gemini Connector, which allows you to integrate generative AI into your Mendix app."
weight: 20
aliases:
- /appstore/modules/genai/reference-guide/external-connectors/gemini/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Mistral"
url: /agents/reference-guide/external-connectors/mistral/
linktitle: "Mistral"
description: "Describes how to configure and use the Mistral connector to integrate generative AI capabilities into Mendix apps."
description: "Agents Kit 1: Describes how to configure and use the Mistral connector to integrate generative AI capabilities into Mendix apps."
weight: 20
aliases:
- /appstore/modules/genai/reference-guide/external-connectors/mistral/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Mendix Cloud GenAI Connector"
url: /agents/mx-cloud-genai/mxgenai-connector/
linktitle: "Mendix Cloud GenAI Connector"
description: "Describes how to configure and use the Mendix Cloud GenAI Connector, enabling you to integrate Mendix Cloud GenAI Resource Packs directly into your Mendix application."
description: "Agents Kit 1: Describes how to configure and use the Mendix Cloud GenAI Connector, enabling you to integrate Mendix Cloud GenAI Resource Packs directly into your Mendix application."
weight: 20
aliases:
- /appstore/modules/genai/MxGenAI/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "OpenAI"
url: /agents/reference-guide/external-connectors/openai/
linktitle: "OpenAI"
description: "Describes how to configure and use the OpenAI connector to integrate generative AI capabilities into Mendix apps."
description: "Agents Kit 1: Describes how to configure and use the OpenAI connector to integrate generative AI capabilities into Mendix apps."
weight: 20
aliases:
- /appstore/connectors/openai-connector/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "PgVector Knowledge Base"
url: /agents/reference-guide/external-connectors/pgvector/
linktitle: "PgVector Knowledge Base"
description: "Describes how to configure and use the PgVector Knowledge Base module to integrate PostgreSQL databases with pgvector installed as knowledge bases."
description: "Agents Kit 1: Describes how to configure and use the PgVector Knowledge Base module to integrate PostgreSQL databases with pgvector installed as knowledge bases."
weight: 70
aliases:
- /appstore/modules/pgvector-knowledge-base/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Setting up a Vector Database"
url: /agents/reference-guide/external-connectors/pgvector-setup/
linktitle: "Vector Database Setup"
weight: 5
description: "Describes how to set up a vector database to store and manage vector embeddings for a knowledge base"
description: "Agents Kit 1: Describes how to set up a vector database to store and manage vector embeddings for a knowledge base"
aliases:
- /appstore/modules/genai/pgvector-setup/
- /appstore/modules/genai/reference-guide/external-connectors/pgvector-setup/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Snowflake Cortex"
url: /agents/snowflake-cortex/
weight: 50
description: "Describes the Snowflake Cortex service."
description: "Agents Kit 1: Describes the Snowflake Cortex service."
aliases:
- /appstore/modules/genai/snowflake-cortex/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "GenAI Commons"
url: /agents/genai-for-mx/commons/
linktitle: "GenAI Commons"
description: "Describes the purpose, configuration, and usage of the GenAI Commons module from Mendix Marketplace, which allows developers to integrate common generative AI principles and patterns into Mendix apps."
description: "Agents Kit 1: Describes the purpose, configuration, and usage of the GenAI Commons module from Mendix Marketplace, which allows developers to integrate common generative AI principles and patterns into Mendix apps."
weight: 10
aliases:
- /appstore/modules/genai-commons/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Model Context Protocol Modules"
url: /agents/reference-guide/mcp-modules/
linktitle: "MCP Modules"
weight: 20
description: "Provides information on modules that enable the implementation of the Model Context Protocol (MCP) in Mendix."
description: "Agents Kit 1: Provides information on modules that enable the implementation of the Model Context Protocol (MCP) in Mendix."
no_list: false
aliases:
- /appstore/modules/genai/reference-guide/mcp-modules/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "MCP Client"
url: /agents/mcp-modules/mcp-client/
linktitle: "MCP Client"
description: "This document describes the purpose, configuration, and usage of the MCP Client module from the Mendix Marketplace that allows developers to consume tools and prompts from external MCP servers."
description: "Agents Kit 1: This document describes the purpose, configuration, and usage of the MCP Client module from the Mendix Marketplace that allows developers to consume tools and prompts from external MCP servers."
weight: 20
aliases:
- /appstore/modules/genai/mcp-modules/mcp-client/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "MCP Server"
url: /agents/mcp-modules/mcp-server/
linktitle: "MCP Server"
description: "This document describes the purpose, configuration, and usage of the MCP Server module from the Mendix Marketplace that allows developers to expose Mendix logic to external MCP clients and AI systems."
description: "Agents Kit 1: This document describes the purpose, configuration, and usage of the MCP Server module from the Mendix Marketplace that allows developers to expose Mendix logic to external MCP clients and AI systems."
weight: 20,
aliases:
- /appstore/modules/genai/genai-for-mx/mcp-server/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Release and Migration Guide for GenAI Modules"
url: /agents/genai-for-mx/migration-guide/
linktitle: "Release and Migration Guide"
description: "Describes the combined releases of various GenAI-related modules and their inter-module dependencies. It also includes migration steps and notices about deprecations and removals."
description: "Agents Kit 1: Describes the combined releases of various GenAI-related modules and their inter-module dependencies. It also includes migration steps and notices about deprecations and removals."
weight: 1
aliases:
- /appstore/modules/genai/genai-for-mx/migration-guide/
Expand Down
7 changes: 7 additions & 0 deletions content/en/docs/genai/v2/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Agents Kit 2"
url: /agents/v2
description: "Agents Kit 2: Describes the Agents Kit 2 components for building agentic and generative AI applications in Studio Pro 11.12 and above."
weight: 50
v11_12: true
---
Loading