Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

File metadata and controls

13 lines (9 loc) · 1.02 KB

mAIChain

mAIChain is an implementation of an AI chain as a microservice. It acts as a coordination agent in a collection of AI agents that perform specific tasks. It has no hardware constraints and can run on machines that also run other agents. There can be more than one mAIChain per collection of agents. It defines a specific goal when dealing with multiple agents.

The API documentation is available HERE.

Installation Guide

  1. Download the latest .zip file for the most recent release HERE.
  2. Unzip the package.
  3. Locate the unzipped .tar file; this artifact is needed for the edge microservice deployment.
  4. If you are deploying the edge microservice for the first time, please follow the edge microservice deployment quick start guide.