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 valuegen·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 reproductionin·tel·li·gence
/inˈteləj(ə)ns/
noun: intelligence
the ability to acquire and apply knowledge and skillseasyAGI 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
python3 > 3.7
pip
groq API key or
openai API key or
together.ai
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.pyopen command prompt
Press Win + R, type cmd, press Entergit 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.pyis possible that windows requires
python3 -m pip install -r requirements.txtto install the requirements