Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 955 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 955 Bytes

mAI

mAI 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 mAI per collection of agents. It defines a specific goal when dealing with multiple agents.

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 is the artifact 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.