-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Issue 718 refactor #766
Conversation
There was a problem hiding this 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
gpt_engineer/cli/file_selector.py
Outdated
|
||
from gpt_engineer.core.db import DB, DBs | ||
|
||
# ... [rest of the code] ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
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
@captivus also, please fix the merge conflicts :) |
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. |
@captivus congrats on the merge - great work! |
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