Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.3.1 (Significant-Gravitas#4201)
* Feature/tighten up ci pipeline (Significant-Gravitas#3700) * Fix docker volume mounts (Significant-Gravitas#3710) Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> * Feature/enable intuitive logs for community challenge step 1 (Significant-Gravitas#3695) * Feature/enable intuitive logs summarization (Significant-Gravitas#3697) * Move task_complete command out of prompt (Significant-Gravitas#3663) * feat: move task_complete command out of prompt * fix: formatting fixes * Add the shutdown command to the test agents * tests: update test vcrs --------- Co-authored-by: James Collins <[email protected]> * Allow users to Disable Commands via the .env (Significant-Gravitas#3667) * Document Disabling command categories (Significant-Gravitas#3669) * feat: move task_complete command out of prompt * fix: formatting fixes * feat: add command disabling * docs: document how to disable command categories * Enable denylist handling for plugins (Significant-Gravitas#3688) Co-authored-by: Luke Kyohere <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> * Fix call to `plugin.post_planning` (Significant-Gravitas#3414) Co-authored-by: Nicholas Tindle <[email protected]> * create information retrieval challenge a (Significant-Gravitas#3770) Co-authored-by: Richard Beales <[email protected]> * fix typos (Significant-Gravitas#3798) * Update run.bat (Significant-Gravitas#3783) Co-authored-by: Richard Beales <[email protected]> * Update run.sh (Significant-Gravitas#3752) Co-authored-by: Richard Beales <[email protected]> * ADD: Bash block in the contributing markdown (Significant-Gravitas#3701) Co-authored-by: Richard Beales <[email protected]> * BUGFIX: Selenium Driver object reference was included in the browsing results for some reason (Significant-Gravitas#3642) * * there is really no need to return the reference to the Selenium driver along with the text summary and list of links. * * removing unused second return value from browse_website() * * updated cassette * * updated YAML cassette for test_browse_website * * after requirements reinstall, another update YAML cassette for test_browse_website * * another update YAML cassette for test_browse_website, only as a placholder commit to trigger re-testing due to some docker TCP timeout issue * * another update YAML cassette for test_browse_website --------- Co-authored-by: batyu <batyu@localhost> * Update CONTRIBUTING.md * Self feedback Improvement (Significant-Gravitas#3680) * Improved `Self-Feedback` * minor tweak * Test: Updated `test_get_self_feedback.py` * community challenges in the wiki (Significant-Gravitas#3764) * Update README.md * Update PULL_REQUEST_TEMPLATE.md Added link to wiki Contributing page * Add link to wiki Contributing page * fix * Add link to wiki page on Contributing * Implement Logging of User Input in logs/Debug Folder (Significant-Gravitas#3867) * Adds USER_INPUT_FILE_NAME * Update agent.py * Update agent.py Log only if console_input is not the authorise_key * Reformatting * add information retrieval challenge to the wiki (Significant-Gravitas#3876) * add code owners policy (Significant-Gravitas#3981) * add code owners * added @ to codeowners * switched to team ownership * Memory Challenge C (Significant-Gravitas#3908) * Memory Challenge C * Working cassettes * Doc fixes * Linting and doc fix * Updated cassette * One more cassette try --------- Co-authored-by: merwanehamadi <[email protected]> * memory challenge c inconsistent (Significant-Gravitas#3985) * Improve & fix memory challenge docs. (Significant-Gravitas#3989) Co-authored-by: Kaan Osmanagaoglu <[email protected]> * Feature/centralize prompt (Significant-Gravitas#3990) Co-authored-by: xiao.hu <[email protected]> * Use correct reference to prompt_generator in autogpt/llm/chat.py (Significant-Gravitas#4011) * fix typos (Significant-Gravitas#3998) Co-authored-by: Minfeng Lu <[email protected]> Co-authored-by: Richard Beales <[email protected]> * fix typo in the getting started docs (Significant-Gravitas#3997) Co-authored-by: Richard Beales <[email protected]> * Fix path to workspace directory in setup guide (Significant-Gravitas#3927) Co-authored-by: Nicholas Tindle <[email protected]> * document that docker-compose 1.29.0 is minimally required (Significant-Gravitas#3963) Co-authored-by: Nicholas Tindle <[email protected]> * Integrate pytest-xdist Plugin for Parallel and Concurrent Testing (Significant-Gravitas#3870) * Adds pytest-parallel dependencies * Implement pytest-parallel for faster tests * Uses pytest-xdist * Auto number of workers processes * Update ci.yml --------- Co-authored-by: Nicholas Tindle <[email protected]> * explain temperature setting in env file (Significant-Gravitas#4140) Co-authored-by: Richard Beales <[email protected]> * Catch JSON error in summary_memory.py (Significant-Gravitas#3996) Co-authored-by: k-boikov <[email protected]> * Update duckduckgo dependency - min should be 2.9.5 (Significant-Gravitas#4142) Co-authored-by: k-boikov <[email protected]> * Update Dockerfile - add missing scripts and plugins directories. (Significant-Gravitas#3706) Co-authored-by: k-boikov <[email protected]> * Updated memory setup links (Significant-Gravitas#3829) Co-authored-by: k-boikov <[email protected]> * Parse package versions so upgrades can be forced (Significant-Gravitas#4149) * parse package versions so upgrades can be forced * better version from @collijk * fix typo in autopgt/agent/agent.py (Significant-Gravitas#3747) Co-authored-by: merwanehamadi <[email protected]> Co-authored-by: Richard Beales <[email protected]> Co-authored-by: k-boikov <[email protected]> * Fix `milvus_memory_test.py` mock `Config` (Significant-Gravitas#3424) Co-authored-by: k-boikov <[email protected]> * Implemented showing the number of preauthorised commands left. Significant-Gravitas#1035 (Significant-Gravitas#3322) Co-authored-by: mayubi <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]> * Challenge: Kubernetes and documentation (Significant-Gravitas#4121) * challenge_kubes_and_readme * docs * testing * black and isort * revision * lint * comments * blackisort * docs * docs * deleting_cassette * suggestions * misspelling_errors --------- Co-authored-by: merwanehamadi <[email protected]> * Make sdwebui tests pass (when SD is running) (Significant-Gravitas#3721) Co-authored-by: Nicholas Tindle <[email protected]> * Add Edge browser support using EdgeChromiumDriverManager (Significant-Gravitas#3058) Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]> * Added --install-plugin-deps to Docker (Significant-Gravitas#4151) Co-authored-by: Nicholas Tindle <[email protected]> * Feature/basic proxy (Significant-Gravitas#4164) * basic proxy (Significant-Gravitas#54) * basic proxy (Significant-Gravitas#55) * basic proxy * basic proxy * basic proxy * basic proxy * add back double quotes * add more specific files * write file * basic proxy * Put back double quotes * test new CI (Significant-Gravitas#4168) * test new CI * test new CI * remove double quotes * Feature/test new ci pipeline 2 (Significant-Gravitas#4169) * test new CI * remove double quotes * make it a variable * make it a variable * Test New CI Pipeline (Significant-Gravitas#4170) * introduce dummy prompt change * introduce dummy prompt change * empty commit * empty commit * empty commit * push to origin repo * add s to quote * Feature/fix rate limiting issue Step 1 (Significant-Gravitas#4173) * temporarilly remove 3.11 * add back 3.11 (Significant-Gravitas#4185) * Revert "Put back 3.11 until it's removed as a requirement" (Significant-Gravitas#4191) --------- Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: merwanehamadi <[email protected]> Co-authored-by: Peter Petermann <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: James Collins <[email protected]> Co-authored-by: Luke K <[email protected]> Co-authored-by: Luke Kyohere <[email protected]> Co-authored-by: Robin Richtsfeld <[email protected]> Co-authored-by: RainRat <[email protected]> Co-authored-by: itsmarble <[email protected]> Co-authored-by: Ambuj Pawar <[email protected]> Co-authored-by: bszollosinagy <[email protected]> Co-authored-by: batyu <batyu@localhost> Co-authored-by: Pi <[email protected]> Co-authored-by: AbTrax <[email protected]> Co-authored-by: Andres Caicedo <[email protected]> Co-authored-by: Douglas Schonholtz <[email protected]> Co-authored-by: Kaan <[email protected]> Co-authored-by: Kaan Osmanagaoglu <[email protected]> Co-authored-by: xiao.hu <[email protected]> Co-authored-by: Tomasz Kasperczyk <[email protected]> Co-authored-by: minfeng-ai <[email protected]> Co-authored-by: Minfeng Lu <[email protected]> Co-authored-by: Shlomi <[email protected]> Co-authored-by: Itai Steinherz <[email protected]> Co-authored-by: Boostrix <[email protected]> Co-authored-by: Kristian Jackson <[email protected]> Co-authored-by: k-boikov <[email protected]> Co-authored-by: Eduardo Salinas <[email protected]> Co-authored-by: prom3theu5 <[email protected]> Co-authored-by: dominic-ks <[email protected]> Co-authored-by: andrey13771 <[email protected]> Co-authored-by: Marwand Ayubi <[email protected]> Co-authored-by: mayubi <[email protected]> Co-authored-by: Media <[email protected]> Co-authored-by: Cenny <[email protected]> Co-authored-by: Abdelkarim Habouch <[email protected]>
- Loading branch information