This GitHub project, known earlier as LoopGPT, is a modular take on the Auto-GPT idea: an AI agent that works through goals on its own by planning steps and using tools. The modular design makes it easier to swap parts and customise how the agent behaves.
It is aimed at developers and hobbyists who want to learn how autonomous agents work or build their own on top of a flexible base. The code is public and free, so you can clone it and start experimenting straight away.