Auto-GPT-Plugins icon indicating copy to clipboard operation
Auto-GPT-Plugins copied to clipboard

Allow unzipped plugins

Open lc0rp opened this issue 2 years ago • 4 comments

Background

AutoGPT requires zipped plugins for security reasons, which can be tedious during the development process. his plugin helps developers work with unzipped plugins during the dev process.

Changes

Added "unzipped_plugins" to the plugins folder.

Documentation

Updated the README

Test Plan

Test provided

lc0rp avatar Apr 27 '23 19:04 lc0rp

Lets get this in!

ntindle avatar Apr 29 '23 17:04 ntindle

Updated

lc0rp avatar May 01 '23 03:05 lc0rp

This is a mass message from the AutoGPT core team to all open Plugin-PRs

We're in the process of re-architecting: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting

Please be patient as we work to clean up the AutoGPT core.

If you already have an existing plug-in that’s affected, please message @ntindle on Discord so we can get your plugin spinning on the new architecture.

If you're working on a plugin, please bear in mind that one of our primary goals in re-architecting is to make life MUCH easier for you. We've taken aboard feedback from plugin developers. We're on it, so please give us some time!

<3 The AutoGPT Team

p-i- avatar May 06 '23 01:05 p-i-

Codecov Report

Patch coverage: 52.33% and project coverage change: -0.52 :warning:

Comparison is base (808016e) 58.52% compared to head (6ecebd8) 58.01%.

:exclamation: Current head 6ecebd8 differs from pull request most recent head 84f28d3. Consider uploading reports for the commit 84f28d3 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   58.52%   58.01%   -0.52%     
==========================================
  Files          36       39       +3     
  Lines        2122     2315     +193     
  Branches      222      263      +41     
==========================================
+ Hits         1242     1343     +101     
- Misses        858      949      +91     
- Partials       22       23       +1     
Impacted Files Coverage Δ
src/autogpt_plugins/unzipped_plugins/__init__.py 29.68% <29.68%> (ø)
...autogpt_plugins/unzipped_plugins/plugin_manager.py 93.54% <93.54%> (ø)
..._plugins/unzipped_plugins/test_unzipped_plugins.py 100.00% <100.00%> (ø)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar May 10 '23 08:05 codecov[bot]

Closing this because of re-arch.

lc0rp avatar May 22 '23 19:05 lc0rp