Skip to content

JoinTheAlliance/tinyagi

Repository files navigation

tinyagi

A really simple approach to a self-learning, open-ended system.

To install

pip install -r requirements.txt # install the dependencies

To change some configuration stuff, edit the .env file, especially the OPENAI_API_KEY variable.

To run

python start.py

TODO:

Documentation coming soon

Contributions Welcome

If you like this library and want to contribute in any way, please feel free to submit a PR and I will review it. Please note that the goal here is simplicity and accesibility, using common language and few dependencies.