You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/genai/v2/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ The following components are available in Agents Kit 2.
36
36
37
37
| Module | Description | Latest Released Version |
38
38
| --- | --- | --- |
39
-
|[Agent Commons](/agents/agents-kit-2/reference-guide/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 |
40
-
|[Agent Editor](/agents/agents-kit-2/reference-guide/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 |
41
-
|[Conversational UI](/agents/agents-kit-2/reference-guide/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 |
42
-
|[GenAI Commons](/agents/agents-kit-2/reference-guide/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 |
39
+
|[Agent Commons](/agents/agents-kit-2/reference-guide/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.1.0 |
40
+
|[Agent Editor](/agents/agents-kit-2/reference-guide/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.1.0 |
41
+
|[Conversational UI](/agents/agents-kit-2/reference-guide/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.1.0 |
42
+
|[GenAI Commons](/agents/agents-kit-2/reference-guide/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.1.0 |
43
43
44
44
### Connector Modules {#connectors}
45
45
@@ -49,17 +49,17 @@ All connectors depend on GenAI Commons and can be used with the other [core modu
49
49
| --- | --- | --- |
50
50
|[Amazon Bedrock Connector](/agents/agents-kit-2/reference-guide/external-connectors/bedrock/)| Connect to Amazon Bedrock. | 11.0.0 |
51
51
|[Google Gemini Connector](/agents/agents-kit-2/reference-guide/external-connectors/gemini/)| Connect to Google Gemini. | 2.0.0 |
52
-
|[Mendix Cloud GenAI Connector](/agents/agents-kit-2/mx-cloud-genai/mxgenai-connector/)| Connect to Mendix Cloud and use Mendix Cloud GenAI resource packs directly within your Mendix application. | 7.0.0 |
52
+
|[Mendix Cloud GenAI Connector](/agents/agents-kit-2/mx-cloud-genai/mxgenai-connector/)| Connect to Mendix Cloud and use Mendix Cloud GenAI resource packs directly within your Mendix application. | 7.1.0 |
53
53
|[Mistral Connector](/agents/agents-kit-2/reference-guide/external-connectors/mistral/)| Connect to Mistral AI. | 2.0.0 |
54
-
|[OpenAI Connector](/agents/agents-kit-2/reference-guide/external-connectors/openai/)| Connect to OpenAI and Microsoft Foundry. | 9.0.0 |
54
+
|[OpenAI Connector](/agents/agents-kit-2/reference-guide/external-connectors/openai/)| Connect to OpenAI and Microsoft Foundry. | 9.1.0 |
55
55
|[PgVector Knowledge Base](/agents/agents-kit-2/reference-guide/external-connectors/pgvector/)| Manage and interact with a PostgreSQL PgVector knowledge base. | 7.0.0 |
56
56
57
57
### MCP Modules {#mcp-modules}
58
58
59
59
| Module | Description | Latest Released Version |
60
60
| --- | --- | --- |
61
-
|[MCP Client](/agents/agents-kit-2/reference-guide/mcp-modules/mcp-client/)| Access tools and prompts available via MCP inside your Mendix app and add them to LLM requests. | 4.0.0 |
62
-
|[MCP Server](/agents/agents-kit-2/reference-guide/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 variables. List and run actions implemented in the application as a tool. | 5.0.0 |
61
+
|[MCP Client](/agents/agents-kit-2/reference-guide/mcp-modules/mcp-client/)| Access tools and prompts available via MCP inside your Mendix app and add them to LLM requests. | 4.1.0 |
62
+
|[MCP Server](/agents/agents-kit-2/reference-guide/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 variables. List and run actions implemented in the application as a tool. | 5.1.0 |
0 commit comments