Free Auto GPT
Basic Information
This repository provides an open source implementation of autonomous AI agents such as AutoGPT, BabyAGI and CAMEL that can run without paying for official APIs. It supplies custom LLM wrappers and LangChain integration so users can run, test and extend autonomous agents using free or reverse-engineered access to ChatGPT, HuggingChat, Bing and Bard via tokens or cookies. The project targets democratizing AI by enabling small teams and individuals to run agents locally or in Colab without specialized hardware. It includes instructions for obtaining tokens and cookies, a sample .env setup, a Colab notebook for one‚Äëclick runs, and a VS Code Dev Container configuration for local Docker development. Example agent scripts and a small toolset show how to combine internet search, Python execution and knowledge sources to create custom agents.