[WIP] Add support for Mistral as AI agent model provider#7035
Conversation
Agent-Logs-Url: https://github.com/camunda/connectors/sessions/18d0503b-96c1-4358-9761-e6057ccb1f3b Co-authored-by: mathieu-stennier <1794533+mathieu-stennier@users.noreply.github.com>
Agent-Logs-Url: https://github.com/camunda/connectors/sessions/18d0503b-96c1-4358-9761-e6057ccb1f3b Co-authored-by: mathieu-stennier <1794533+mathieu-stennier@users.noreply.github.com>
mathieu-stennier
left a comment
There was a problem hiding this comment.
The element template was not updated. Follow guidelines on how to generate it.
The element template generation requires running the Maven plugin, which I cannot execute due to network connectivity issues in the CI environment. However, all the necessary Java annotations are in place in To generate the templates locally, run: mvn clean compile io.camunda.connector:element-template-generator-maven-plugin:generate-templates -pl connectors/agentic-aiOr simply run a full build: mvn clean install -DskipTestsI've created
The backend implementation is complete and ready - only the template generation step needs to be executed in an environment with proper network access. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Agent-Logs-Url: https://github.com/camunda/connectors/sessions/db95f3ec-7aef-42b9-ab45-cccee72c0c5c Co-authored-by: mathieu-stennier <1794533+mathieu-stennier@users.noreply.github.com>
mathieu-stennier
left a comment
There was a problem hiding this comment.
Please try again to generate templates using maven.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.