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

Simple proof-of-concept: sympy command inspired by RFE talks on github #4143

Closed

Conversation

Boostrix
Copy link
Contributor

@Boostrix Boostrix commented May 12, 2023

NOTE: people wanting to play with this: this requires a docker update/rebuild, because it adds a new lib to requirements.txt
sympy

PS: Sorry about all those DRAFT PRs - I am just in the process of trying to get the hang of how this stuff works, and I was thinking that these PRs might help others wanting to make head and tails of the whole project, i.e. to learn how to add new functionality (using black, isort to keep the CI pipeline green etc).
Like I said elsewhere, I would normally add these things to the wiki, but seem to be lacking access to do so - so this is kinda the compromise now, and maybe this way it will be of use to others - who knows

Background

Changes

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

@vercel
Copy link

vercel bot commented May 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) May 12, 2023 8:05pm

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Patch coverage: 77.77% and project coverage change: -0.02 ⚠️

Comparison is base (8f31196) 60.99% compared to head (4701888) 60.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4143      +/-   ##
==========================================
- Coverage   60.99%   60.98%   -0.02%     
==========================================
  Files          73       74       +1     
  Lines        3310     3324      +14     
  Branches      542      544       +2     
==========================================
+ Hits         2019     2027       +8     
- Misses       1152     1158       +6     
  Partials      139      139              
Impacted Files Coverage Δ
autogpt/main.py 0.00% <ø> (ø)
autogpt/commands/math.py 77.77% <77.77%> (ø)

... 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.

@Boostrix Boostrix added this to the v0.4.0 Release milestone May 16, 2023
@lc0rp lc0rp removed this from the v0.4.0 Release milestone May 19, 2023
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label May 30, 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.

@Swiftyos Swiftyos closed this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts Automatically applied to PRs with merge conflicts size/l
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants