deyanp19 / AutoGPT-Replay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoGPT-Replay

The ultimate AutoGPT debugging tool

2023-05-07.17-33-13.mp4

Plugin Installation Steps

  1. Clone or download the plugin repository: Clone the plugin repository, or download the repository as a zip file.

    Download Zip

  2. Package the plugin as a Zip file: If you cloned the repository, compress the plugin folder as a Zip file.

  3. Copy the plugin's Zip file: Place the plugin's Zip file in the plugins folder of the Auto-GPT repository.

  4. Allowlist the plugin (optional): Add the plugin's class name to the ALLOWLISTED_PLUGINS in the .env file to avoid being prompted with a warning when loading the plugin:

    ALLOWLISTED_PLUGINS=AutoGPTReplay

    If the plugin is not allowlisted, you will be warned before it's loaded.

  5. Enable the Replay: Add the following flag to your .env file:

    RUN_REPLAY=True

About

License:MIT License


Languages

Language:Python 93.7%Language:Batchfile 2.9%Language:Shell 2.4%Language:Makefile 1.1%