Edit and divide the Creating Your First Agent guide#11209
Conversation
linaaaf
left a comment
There was a problem hiding this comment.
1st iteration :) Missing: create-agent-programmatically because there are open questions
| 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). |
There was a problem hiding this comment.
(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 :)
There was a problem hiding this comment.
Sounds good to me! I'll add in a version of that.
No description provided.