From 4037edee5626c8ff58f6ddb18982c30b04316f03 Mon Sep 17 00:00:00 2001 From: Michel Burger Date: Mon, 30 Sep 2024 09:17:24 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ffe7fd..9b9ab04 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# 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. +# 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. ## Installation Guide