Skip to content

Edit and divide the Creating Your First Agent guide#11209

Merged
dbreseman merged 26 commits into
developmentfrom
db-create-first-agent
Jun 3, 2026
Merged

Edit and divide the Creating Your First Agent guide#11209
dbreseman merged 26 commits into
developmentfrom
db-create-first-agent

Conversation

@dbreseman
Copy link
Copy Markdown
Collaborator

No description provided.

@dbreseman dbreseman self-assigned this May 18, 2026
Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/shared-setup.md Outdated
Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/shared-setup.md Outdated
Copy link
Copy Markdown
Contributor

@linaaaf linaaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st iteration :) Missing: create-agent-programmatically because there are open questions

Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/_index.md Outdated
Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/_index.md
Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/shared-setup.md Outdated
Comment thread content/en/docs/marketplace/genai/how-to/creating-agents/shared-setup.md Outdated
Comment thread content/en/docs/marketplace/genai/concepts/agents.md Outdated
@dbreseman dbreseman requested a review from linaaaf June 3, 2026 11:21
If you are using a GenAI starter app such as the Blank GenAI Starter App, you can skip ahead to [Creating the Agent's Functional Prerequisites](#creating-functional-prerequisites) because the following setup steps are completed by default. Otherwise, follow these steps to add the required modules and configuration to your app:

1. Set your app's [security level](/refguide/app-security/) to **Production**.
2. Install the [GenAI Commons](https://marketplace.mendix.com/link/component/239448), [Agent Commons](https://marketplace.mendix.com/link/component/240371), [Mendix Cloud GenAI Connector](https://marketplace.mendix.com/link/component/239449), and [ConversationalUI](https://marketplace.mendix.com/link/component/239450) modules from Marketplace. You also need to install their dependencies, including [MCP Client](https://marketplace.mendix.com/link/component/244893), [Community Commons](https://marketplace.mendix.com/link/component/170), and [Encryption](https://marketplace.mendix.com/link/component/1011).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(We quickly discussed this yesterday,) what do you think of adding:

For text generation it would also be possible to use a different platform-supported connector, such as Amazon Bedrock (https://docs.mendix.com/appstore/modules/aws/amazon-bedrock/) or OpenAI (https://docs.mendix.com/appstore/modules/genai/reference-guide/external-connectors/openai/), and instead of the Mendix Cloud Knowledge Base the pgVector Knowledge Base (https://docs.mendix.com/appstore/modules/genai/reference-guide/external-connectors/pgvector/) can also be used. As long as access to a provider and a knowledge base are configured according to the Mendix Docs, and the knowledge base allows for chunks to be inserted from inside of a microflow, the remaining How To can be followed analogously.

// Free-styled text - needs language review :)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me! I'll add in a version of that.

@dbreseman dbreseman merged commit 396f732 into development Jun 3, 2026
3 checks passed
@dbreseman dbreseman deleted the db-create-first-agent branch June 3, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants