Skip to content

An experimental open-source attempt to make GPT-4 fully autonomous.

License

Notifications You must be signed in to change notification settings

TopChainBoy/AutoGPT-KISS

 
 

Repository files navigation

🌟 AutoGPT: the heart of the open-source agent ecosystem

Discord Follow GitHub Repo stars Twitter Follow License: MIT

🌟 Quickstart

  1. Clone the repository

    git clone https://github.com/TopChainBoy/AutoGPT-KISS.git

  2. Navigate to the directory where you downloaded the repository

    cd AutoGPT/autogpts/autogpt

  3. Run AutoGPT

    docker compose run --rm auto-gpt --skip-news

Important: Docker Compose version 1.29.0 or later is required

from the setup guide here.


Want to build your own groundbreaking agent using AutoGPT? 🛠️ There are three major components to focus on:

🏗️ the Forge

Forge your future! The forge is your innovation lab. All the boilerplate code is already handled, letting you channel all your creativity into building a revolutionary agent. It's more than a starting point, it's a launchpad for your ideas. All tutorials are located here.

📘 Learn More

🎯 the Benchmark

Test to impress! The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

📘 Learn More

🎮 the UI

Take Control! The frontend is your personal command center. It gives you a user-friendly interface to control and monitor your agents, making it easier to bring your ideas to life.

📘 Learn More


🔄 Agent Protocol

🔌 Standardize to Maximize! To maintain a uniform standard and ensure seamless compatibility, AutoGPT employs the agent protocol from the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.

🤔 Questions? Problems? Suggestions?

Get help - Discord 💬

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn’t created an issue for the same topic.

About

An experimental open-source attempt to make GPT-4 fully autonomous.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • Python 19.9%
  • Jupyter Notebook 8.1%
  • Dart 3.4%
  • C++ 0.4%
  • TypeScript 0.4%
  • Other 0.5%