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

Restructure Repo #5160

Merged
merged 1,479 commits into from
Sep 6, 2023
Merged

Restructure Repo #5160

merged 1,479 commits into from
Sep 6, 2023

Conversation

waynehamadi
Copy link
Contributor

Background

Changes

The Auto-GPT ecosystem revolves around 4 things:

the best generalist agent
a benchmark to prove it's the best
a UI to interact with the agent
a boilerplate agent allowing people to get started on any project they want.

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

@waynehamadi waynehamadi requested review from collijk and a team as code owners September 6, 2023 01:19
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@netlify
Copy link

netlify bot commented Sep 6, 2023

Deploy Preview for auto-gpt-docs failed.

Name Link
🔨 Latest commit 4b3d11c
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64f7d7e1f05edc00095dc17c

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

SilenNaihin
SilenNaihin previously approved these changes Sep 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@waynehamadi waynehamadi merged commit e9cc9fd into master Sep 6, 2023
6 of 12 checks passed
@waynehamadi waynehamadi deleted the develop branch September 6, 2023 01:39
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.

7 participants