You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to separate the core logic and CLI UX specific things. To make it easier to take decisions on what makes sense from UX perspective, and how the core building blocks should work.
On Wed, Sep 20, 2023 at 3:31 PM Fabian Hedin ***@***.***> wrote:
We should probably also add an __init__.py and lift the core
functionality, like this:
from gpt_engineer.core import ai, domain, chat_to_files, steps, db
then it can be consumed without specifying core in imports:
from gpt_engineer import ai
—
Reply to this email directly, view it on GitHub
<#718 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCCSUKHYZTWEXMEGLVC65LX3LV43ANCNFSM6AAAAAA44T4PUI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
The idea is to separate the core logic and CLI UX specific things. To make it easier to take decisions on what makes sense from UX perspective, and how the core building blocks should work.
Would look something like:
One could use either:
The text was updated successfully, but these errors were encountered: