Skip to content

easyAGI/ezAGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezAGI

easy Augmented Generative Intelligence for LLM
this is the development version of ezAGI to display the reasoning capabilities as log files
integration with ollama point of departure can be found at lmagi
project developments has migrated to easyAGI

an exercise in multi-model integration for LLM rational enhancement

aug·ment·ed
/ôɡˈmen(t)əd/

adjective: augmented
    having been made greater in size or value
gen·er·a·tive
/ˈjen(ə)rədiv,ˈjenəˌrādiv/

adjective: generative

    denoting an approach to any field of linguistics that involves applying a finite set of rules to linguistic input in order to produce all and only the well-formed items of a language
    relating to or capable of production or reproduction
in·tel·li·gence
/inˈteləj(ə)ns/

noun: intelligence

    the ability to acquire and apply knowledge and skills

easyAGI an expression of enhanced reasoning for LLM with ./memory/stm and advanced log files with responses to hightlight internal reasoning as working concept of machine reasoning

requirements

python3 > 3.7
pip

API handling for together groq and openai

groq API key or
openai API key or
together.ai

LINUX INSTALL

sudo apt install git

git clone https://github.com/easyGLM/ezAGI/
cd ezAGI
python3 -m venv agi
source agi/bin/activate
pip install -r requirements.txt
# activate ezAGI.py with internal reasoning (EXPERIMENTAL)
python3 ezAGI.py

WINDOWS INSTALL

open command prompt

Press Win + R, type cmd, press Enter
git clone https://github.com/easyGLM/ezAGI/
cd ezAGI
python3 -m venv agi
agi\Scripts\activate
pip install -r requirements.txt
# activate ezAGI.py with internal reasoning (EXPERIMENTAL)
python3 ezAGI.py

is possible that windows requires

python3 -m pip install -r requirements.txt

to install the requirements