MuleSoft AI Chain is a MuleSoft custom connector (𝘣𝘢𝘴𝘦𝘥 on 𝘓𝘢𝘯𝘨𝘊𝘩𝘢𝘪𝘯4𝘫) to provide a complete framework for MuleSoft users to design, build, and manage the lifecycle of AI Agents fully in the Anypoint Platform. It is part of the MuleSoft AI Chain Project (aka MAC Project) with the overall goal to provide capabilities, examples, etc. for MuleSoft Developers.
- The maximum supported version for Java SDK is JDK 17. You can use JDK 17 only for running your application.
- Compilation with Java SDK must be done with JDK 8.
<dependency>
<groupId>cloud.anypoint</groupId>
<artifactId>mule-aichain-connector</artifactId>
<version>1.2.0</version>
<classifier>mule-plugin</classifier>
</dependency>
To use this connector, first build and install the connector into your local maven repository.
Then add the following dependency to your application's pom.xml
:
<dependency>
<groupId>com.mulesoft.connectors</groupId>
<artifactId>mule4-aichain-connector</artifactId>
<version>{version}</version>
<classifier>mule-plugin</classifier>
</dependency>
You can also make this connector available as an asset in your Anyooint Exchange.
This process will require you to build the connector as above, but additionally you will need
to make some changes to the pom.xml
. For this reason, we recommend you fork the repository.
Then, follow the MuleSoft documentation to modify and publish the asset.
- Check out the complete documentation on mac-project.ai.
- Learn from the Getting Started YouTube Playlist
- 🌐 Website: mac-project.ai
- 📺 YouTube: @MuleSoft-MAC-Project
- 💼 LinkedIn: MAC Project Group