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 in interface.py #705

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

palandovalex
Copy link
Contributor

Some fixes, unify

Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

Related issues or PRs
Please link any related GitHub issues or PRs.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.

Some fixes, unify
@palandovalex palandovalex changed the title Update interface.py fix interface.py Dec 25, 2023
@palandovalex palandovalex changed the title fix interface.py fix: bugs in interface.py Dec 25, 2023
Does not output text in some cases when strip_ui is enabled
@palandovalex
Copy link
Contributor Author

I am tryin to test my commit. I use

Poetry shell

And then run

python test/test_cli.py
i got:

$ python tests/test_cli.py 
Requirement already satisfied: pexpect in ./.venv/lib/python3.10/site-packages (4.9.0)
Requirement already satisfied: ptyprocess>=0.5 in ./.venv/lib/python3.10/site-packages (from pexpect) (0.7.0)
Traceback (most recent call last):
  File "/home/user/gitlab/MemGPT/tests/test_cli.py", line 7, in <module>
    from .constants import TIMEOUT
ImportError: attempted relative import with no known parent package

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

1 participant