Code Monkey home page Code Monkey logo

autogpt-delphi's Introduction

AutoGPT-Delphi

This is an experiment to create a fully autonomous GPT-instance to solve arbitrary Tasks. Its functionality is similar to Auto-GPT(https://github.com/Torantulino/Auto-GPT) or BabyAGI(https://github.com/yoheinakajima/babyagi).

๐Ÿ’ตAutoGPT-Delphi uses GPT-4 by default, and will utilize GPT3.5-turbo for summarizations, so watch your costs in OpenAI. You can set the main agent to be 3.5 as well, but at the current point, the consistency is not really what you'd want๐Ÿ’ต

โš  Since the program can potentially execute harmful operations, it's recommended to run it inside a VM โš 

Requirements โœ“

Currently available agents ๐Ÿค–

  • USER - prompts the user with a message and returns the output
  • WRITE_FILE - writes a file into the workspace
  • READ_FILE - reads a file from the workspace
  • BROWSE_SITE - opens an URL and summarizes the content
  • SEARCH_GOOGLE - searches on google for a specific term
  • WRITE_MEMORY - keeps things in mind over the whole session (normally older thoughts will get lost)
  • GPT_TASK - spawns a ChatGPT subinstance to execute a specific task
  • LIST_FILES - returns the list of all files in the workspace
  • RUN_CMD - executes an arbitrary command with cmd /c

Plans for the future ๐Ÿ”ฎ

  • Improve the system prompt to make even GPT 3.5 understand it
  • rewrite the agent syntax to be easier parseable
  • introduce more agents (Txt2Img, Compiling)
  • introduce asynchronous calls to utilize to full power of parallel agents

Configuration โš™

You need to specifiy your API-Keys in AutoGPT.ini

Contact

If you have any questions or would like to contribute, feel free to contact via

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.