-
Notifications
You must be signed in to change notification settings - Fork 50
feat(tui): add interactive Terminal UI for mmore commands #298
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b5181a5
feat(tui): add interactive Terminal UI for mmore commands
perrin-arthur d85be08
fix(tui): address PR review feedback
perrin-arthur bbb5d91
feat(tui): full-pipeline wizard, extras detection, cancel-vs-quit
perrin-arthur 628ca18
fix(tui): rename CancelledByUser→UserCancelledError, apply ruff format
perrin-arthur b2bae0a
Merge branch 'swiss-ai:master' into feat/tui
perrin-arthur 9d996fa
fix: adding wizard config for single command
perrin-arthur 09589e6
Merge branch 'feat/tui' of https://github.com/perrin-arthur/mmore int…
perrin-arthur c303eee
docs: for_devs updated
perrin-arthur 61b773e
feat(tui): config preview, JSONL inspector, incremental resume, $EDIT…
perrin-arthur f521702
disable commands when pipeline extras are missing | big fix
Gsharpp 0d78172
fix(tui): address Copilot review comments
perrin-arthur bb80849
fix(tui): expose merged_results_path helper in run_process + uv.lock
Gsharpp 244a972
remove spinner + expose merged_results_path helper
Gsharpp 072901b
warm pipeline dataclasses + factor run_step helper + update .gitignore
Gsharpp d665ee9
feat(tui): add setup wizard for deps install and .env generation
perrin-arthur 47b8b12
style(tui): match GitHub logo colors in banner
perrin-arthur ca5479d
fix(tui): ruff lint and format
perrin-arthur a7fe73f
center banner, centralize _ask, add int/float prompts
Gsharpp c7f67c4
Update paper link from OpenReview to arXiv
fabnemEPFL d3fd965
Fix tests not passing in CI (#304)
JCHAVEROT c5415a2
Fix consumed file ID when upload fails (#299)
JCHAVEROT ca412b1
Fix #288 (#307)
fabnemEPFL 4860624
Add workflow for Pyright type check (#300)
JCHAVEROT 3bbf489
Merge remote-tracking branch 'origin/master' into feat/tui
JCHAVEROT 9f4a0bf
address JCHAVEROT review comments on TUI
perrin-arthur 1a68bd8
Update setup choice text in app.py
perrin-arthur 25fcd5a
chores: fix linter
JCHAVEROT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -114,6 +114,7 @@ venv.bak/ | |
| # Milvus DB | ||
| db/ | ||
| *.db | ||
| *.db.lock | ||
|
|
||
| # Project files | ||
| tmp/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| from mmore.tui.app import run | ||
|
|
||
| __all__ = ["run"] |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.