Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information on how to improve Auto-GPT with agbenchmark #5056

Merged
merged 6 commits into from Aug 1, 2023

Conversation

waynehamadi
Copy link
Contributor

Background

agbenchmark makes it simpler to improve Auto-GPT

Changes

  • explained how to use agbenchmark and where to get more info

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

@netlify
Copy link

netlify bot commented Jul 25, 2023

Deploy Preview for auto-gpt-docs failed.

Name Link
🔨 Latest commit 126b627
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64c92e95465217000823747d

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ad18f77) 51.95% compared to head (9e85b55) 51.95%.
Report is 1 commits behind head on master.

❗ Current head 9e85b55 differs from pull request most recent head 126b627. Consider uploading reports for the commit 126b627 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5056   +/-   ##
=======================================
  Coverage   51.95%   51.95%           
=======================================
  Files         116      116           
  Lines        4987     4987           
  Branches      671      671           
=======================================
  Hits         2591     2591           
  Misses       2198     2198           
  Partials      198      198           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Pwuts
Pwuts previously requested changes Jul 27, 2023
docs/challenges/introduction.md Outdated Show resolved Hide resolved
collijk and others added 2 commits August 1, 2023 08:17
Co-authored-by: Reinier van der Leer <reinier.vanderleer@agpt.co>
@github-actions github-actions bot added size/m and removed size/s labels Aug 1, 2023
@collijk collijk dismissed Pwuts’s stale review August 1, 2023 16:11

Comments addressed

@collijk collijk merged commit fc62552 into master Aug 1, 2023
10 of 15 checks passed
@collijk collijk deleted the agbenchmark-tuto branch August 1, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants