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 analyze code #4705

Merged

Conversation

waynehamadi
Copy link
Contributor

Background

Remove analyze_code

Changes

Remove analyze_code

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 Jun 15, 2023

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 8c8fed8
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/648b6b92722dbb000843329a
😎 Deploy Preview https://deploy-preview-4705--auto-gpt-docs.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@waynehamadi waynehamadi force-pushed the remove-analyze-code branch 5 times, most recently from 2b9fc62 to a1b6470 Compare June 15, 2023 18:03
@Auto-GPT-Bot
Copy link
Contributor

You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged.

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 85.48% and project coverage change: +0.26 🎉

Comparison is base (f0a5250) 71.03% compared to head (8c8fed8) 71.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4705      +/-   ##
==========================================
+ Coverage   71.03%   71.29%   +0.26%     
==========================================
  Files          72       73       +1     
  Lines        3528     3526       -2     
  Branches      561      561              
==========================================
+ Hits         2506     2514       +8     
+ Misses        848      838      -10     
  Partials      174      174              
Impacted Files Coverage Δ
autogpt/config/ai_config.py 78.46% <0.00%> (ø)
autogpt/prompts/generator.py 89.74% <0.00%> (ø)
autogpt/models/command.py 70.00% <70.00%> (ø)
autogpt/command_decorator.py 95.65% <95.65%> (ø)
autogpt/agent/agent.py 58.82% <100.00%> (ø)
autogpt/app.py 55.43% <100.00%> (+7.08%) ⬆️
autogpt/commands/audio_text.py 30.76% <100.00%> (ø)
autogpt/commands/execute_code.py 73.52% <100.00%> (ø)
autogpt/commands/file_operations.py 82.79% <100.00%> (ø)
autogpt/commands/git_operations.py 100.00% <100.00%> (ø)
... and 8 more

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

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

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

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

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

@github-actions github-actions bot added size/s and removed size/m labels Jun 15, 2023
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
@waynehamadi waynehamadi merged commit 512d7ba into Significant-Gravitas:master Jun 15, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants