Luke

Results 17 issues of Luke

### Background Addressing #942: AutoGPT is hard coded to use fast_llm_model for everything except the write_tests, evaluate_code, and improve_code commands. (see https://github.com/Torantulino/Auto-GPT/blob/master/scripts/chat.py#L66 for example) The result is that even if...

size/l

### 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. ###...

### Background Currently, only ALLOWLISTED_PLUGINS read from env. As more plugins are created, you have to click "n" for each plugin you don't want to use - enabling DENYLISTED_PLUGINS will...

size/s
function: plugins

Dolly - AutoGPT Cloner is a way to configure and run multiple AutoGPT processes that communicate & cooperate, leveraging existing system tools, multiple terminals, and compatibility with chat plugins.

### Background The LLM context window is today's dial-up modem. LLM short-term memory is a precious resource that the community is working hard to optimize. While prevailing research suggests that...

Needs Benchmark
needs discussion
conflicts
size/m
API costs
needs manual testing

### Background When started in continuous mode, AutoGPT will still prompt the user about unconfigured plugins, which breaks the continuous flow. ### Changes Added a check to the code that...

enhancement
size/m

Tests associated with PR: #2745

conflicts
size/l
testing

Following PR #3564 - Install requirements to prevent test collection errors

setup
size/m

- Adding dev container extensions as part of this PR https://github.com/Significant-Gravitas/Auto-GPT/pull/3564#issuecomment-1532395851

setup
size/m

**Description** For the past week I was trying to figure out why my Banners and SnackBars weren't working. It turns out that on my setup (Mac OS Sonoma), adding ```page.adaptive=True```...

bug
has reproducible steps