#Robai - a micro-framework for LLMs

1 messages · Page 1 of 1 (latest)

stark pagoda
#

Robai is a python framework for LLMs, with a focus on memory and simplicity. It was written to make working with LLMs much more intuitive.

It tries to stay out of your way whilst giving you enough functionality to create complex 'AutoGPT' style bots. Just define some functions you want to call before you call the ai_model, then define some functions to call after you call the AI model, and that's it. Robai will always returns it's memory where you'll find everything you'll need for your job.

This simple design allows for chaining together of robots very easily. It is intuitive. It can be used for simple AI functions, or very complex ones.

https://github.com/philmade/robai

GitHub

robai. Contribute to philmade/robai development by creating an account on GitHub.