mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
* Implement directory-based plugin system * Fix Selenium test --------- Co-authored-by: Nicholas Tindle <nick@ntindle.com> Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com>
3.1 KiB
3.1 KiB
Background
Changes
Documentation
Test Plan
PR Quality Checklist
- My pull request is atomic and focuses on a single change.
- I have thoroughly tested my changes with multiple different prompts.
- I have considered potential risks and mitigations for my changes.
- I have documented my changes clearly and comprehensively.
- I have not snuck in any "extra" small tweaks changes.
- I have run the following commands against my code to ensure it passes our linters:
black . isort . mypy autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place