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

Remove app commands, audio text and playwright #4711

Merged

Conversation

waynehamadi
Copy link
Contributor

@waynehamadi waynehamadi commented Jun 15, 2023

Background

As discussed, remove app commands, audio text and playwright.

Changes

As discussed, remove app commands, audio text and playwright.

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

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jun 15, 2023
@github-actions
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@netlify
Copy link

netlify bot commented Jun 15, 2023

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit d777e21
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/648b881b1d3be50008df30fb

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jun 15, 2023
@github-actions
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions
Copy link
Contributor

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

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

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.05 🎉

Comparison is base (a30e5a8) 70.31% compared to head (d777e21) 71.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4711      +/-   ##
==========================================
+ Coverage   70.31%   71.37%   +1.05%     
==========================================
  Files          71       68       -3     
  Lines        3504     3319     -185     
  Branches      561      529      -32     
==========================================
- Hits         2464     2369      -95     
+ Misses        868      788      -80     
+ Partials      172      162      -10     
Impacted Files Coverage Δ
autogpt/main.py 22.07% <ø> (ø)
autogpt/agent/agent.py 58.90% <100.00%> (+0.08%) ⬆️
autogpt/app.py 36.95% <100.00%> (-18.48%) ⬇️
autogpt/llm/chat.py 65.33% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Merwane Hamadi <[email protected]>
@github-actions
Copy link
Contributor

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 d923004 into Significant-Gravitas:master Jun 15, 2023
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.

3 participants