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

Issue 718 refactor #766

Merged
merged 15 commits into from
Oct 5, 2023
Merged

Conversation

captivus
Copy link
Collaborator

@captivus captivus commented Oct 4, 2023

Resolves issue #718 and enhances documentation of each refactored module.

Tests running successfully on refactored codebase, with the exception of the misimplemented (missing) test for the AI module
image

Copy link
Collaborator

@UmerHA UmerHA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! Have added minor comments


from gpt_engineer.core.db import DB, DBs

# ... [rest of the code] ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

from gpt_engineer.cli.collect import collect_learnings
from gpt_engineer.core.db import DB, DBs, archive
from gpt_engineer.cli.learning import collect_consent
from gpt_engineer.core.steps import STEPS, Config as StepsConfig

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we should order the imports

@UmerHA
Copy link
Collaborator

UmerHA commented Oct 5, 2023

@captivus also, please fix the merge conflicts :)

@ATheorell
Copy link
Collaborator

There is a hard coded path for starting the API in the failing workflow that needs to be updated (my bad). A better solution would probably be to install the API as an executable which is run. For now, maybe you can just update the path in the failing workflow.

@ATheorell ATheorell merged commit 5b06f67 into gpt-engineer-org:main Oct 5, 2023
4 of 5 checks passed
@UmerHA
Copy link
Collaborator

UmerHA commented Oct 5, 2023

@captivus congrats on the merge - great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants