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
Loading