mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
* Rename to AutoGPT Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * Update autogpts/autogpt/BULLETIN.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update BULLETIN.md * Update docker-compose.yml * Update autogpts/forge/tutorials/001_getting_started.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update autogpts/autogpt/tests/unit/test_logs.py Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update README.md * Update README.md * Update README.md * Update README.md * Update introduction.md * Update plugins.md --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
973 B
973 B
Submit a Challenge
If you have identified a task or problem that AutoGPT struggles with, you can submit it as a challenge for the community to tackle. Here's how you can submit a new challenge:
How to Submit a Challenge
- Create a new
.mdfile in thechallengesdirectory in the AutoGPT GitHub repository. Make sure to pick the right category. - Name the file with a descriptive title for the challenge, using hyphens instead of spaces (e.g.,
improve-context-understanding.md). - In the file, follow the challenge_template.md to describe the problem, define the scope, and evaluate success.
- Commit the file and create a pull request.
Once submitted, the community can review and discuss the challenge. If deemed appropriate, it will be added to the List of Challenges.
If you're looking to contribute by working on an existing challenge, check out Beat a Challenge for guidelines on how to get started.