Skip to content

muleygokul/mulesoft-ai-chain-connector

 
 

Repository files navigation

MuleSoft AI Chain Connector

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.

Requirements

  • 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.

Installation

To use this connector, add the following dependency to your application's pom.xml:

<dependency>
   <groupId>com.mule.mulechain</groupId>
   <artifactId>mulechain-ai-connector</artifactId>
   <version>{version}</version>
   <classifier>mule-plugin</classifier>
</dependency>

Documentation


Stay tuned!

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • DataWeave 1.3%