Luke
                                            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...
### 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...
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...
### 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...
Following PR #3564 - Install requirements to prevent test collection errors
- Adding dev container extensions as part of this PR https://github.com/Significant-Gravitas/Auto-GPT/pull/3564#issuecomment-1532395851
**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```...