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

Fix bugs running the core cli-app #4905

Merged
merged 6 commits into from
Jul 8, 2023

Conversation

collijk
Copy link
Contributor

@collijk collijk commented Jul 7, 2023

Background

I made several changes to merge the re-arch to master. I left a couple of mistakes.

Changes

  • Add a missing requirement (inflection)
  • Remove a defunct command (status)
  • Remove a leftover configuration option.
  • Fix bad instructions in the readme.

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

Deploy Preview for auto-gpt-docs canceled.

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

@github-actions github-actions bot added the size/s label Jul 7, 2023
@github-actions github-actions bot added size/m and removed size/s labels Jul 7, 2023
@collijk collijk added the re-arch label Jul 7, 2023
@lc0rp lc0rp mentioned this pull request Jul 7, 2023
6 tasks
@collijk collijk added this to the v0.4.4 Release milestone Jul 7, 2023
@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (9a2a9f7) 50.33% compared to head (89e839c) 50.30%.

❗ Current head 89e839c differs from pull request most recent head fda43f7. Consider uploading reports for the commit fda43f7 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4905      +/-   ##
==========================================
- Coverage   50.33%   50.30%   -0.03%     
==========================================
  Files         116      116              
  Lines        4838     4840       +2     
  Branches      651      652       +1     
==========================================
  Hits         2435     2435              
- Misses       2218     2220       +2     
  Partials      185      185              
Impacted Files Coverage Δ
autogpt/core/ability/schema.py 0.00% <0.00%> (ø)
autogpt/core/agent/simple.py 0.00% <0.00%> (ø)
autogpt/core/planning/strategies/next_ability.py 0.00% <ø> (ø)
autogpt/core/runner/cli_app/cli.py 0.00% <ø> (ø)
autogpt/core/runner/cli_app/main.py 0.00% <0.00%> (ø)

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

@lc0rp lc0rp merged commit 8bce027 into Significant-Gravitas:master Jul 8, 2023
dayofthedave pushed a commit to dayofthedave/Auto-GPT that referenced this pull request Jul 17, 2023
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.

2 participants