-
Agentarium
open-source framework for creating and managing simulations populated with AI-powered agents. It provides an intuitive platform for designing complex, interactive environments where agents can act, learn, and evolve.
By default the "agent" is pretty limited in actions (only talking / and thinking).
Currently it's up to the user to add its own actions, you can find an example where I gave the agents access to ChatGPT (cf link)
Obviously, some default actions will be added in the future :D
link to example: https://github.com/Thytu/Agentarium/blob/main/examples/3_add...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Thanks for the interest! I use aisuite (cf link) to manage what LLMs to use. You should be able to switch from one provider to an other quite easily (even hugging-face if you want). I don't know if aisuite supports local LLMs tho, might be a good thing to check.
aisuite : https://github.com/andrewyng/aisuite