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

Added CLI for potpie #233

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cfa3784
Added CLI for potpie
DeepeshKalura Jan 26, 2025
7486f9a
Add initial CLI structure with configuration and documentation
DeepeshKalura Feb 12, 2025
726e0e6
Add utility module with base URL and user ID retrieval functionality
DeepeshKalura Feb 12, 2025
4e7d2c6
Add ApiWrapper class for API interactions and implement tests
DeepeshKalura Feb 12, 2025
4dbb7d0
Refactor utility module: move to src directory, add logging and PID f…
DeepeshKalura Feb 13, 2025
54e1a4e
Add ApiWrapper class for API interactions with parsing and conversati…
DeepeshKalura Feb 13, 2025
c855bd7
Add __init__.py to cli/src/potpie for package initialization
DeepeshKalura Feb 13, 2025
3e79f9e
Update pyproject.toml: adjust script path, add build dependency, and …
DeepeshKalura Feb 13, 2025
27bda10
Remove unnecessary imports and clean up test_api_wrapper.py
DeepeshKalura Feb 13, 2025
51fd782
Add logging functionality to Utility class and update tests
DeepeshKalura Feb 14, 2025
f3e9f95
refactor suggestion from coderabbit
DeepeshKalura Feb 14, 2025
ff254e4
Update pyproject.toml to add pylint as a development dependency, clea…
DeepeshKalura Feb 14, 2025
47522f9
No code changes made.
DeepeshKalura Feb 14, 2025
42d76d6
refactors a lots
DeepeshKalura Feb 15, 2025
b5e2f7b
Update cli/src/potpie/main.py
DeepeshKalura Feb 15, 2025
6772478
Update cli/test/test_api_wrapper.py
DeepeshKalura Feb 15, 2025
864ccfe
Update cli/src/potpie/main.py
DeepeshKalura Feb 15, 2025
0b873b1
Add newline after message output in chat session
DeepeshKalura Feb 15, 2025
e90e76f
Refactor server manager and utility functions; remove unnecessary che…
DeepeshKalura Feb 15, 2025
1523612
Merge branch 'main' into DeepeshKalura/issue224
DeepeshKalura Feb 15, 2025
7d41b03
Update cli/src/potpie/server_manager.py
DeepeshKalura Feb 15, 2025
af029d9
Update cli/src/potpie/server_manager.py
DeepeshKalura Feb 15, 2025
9765d2c
Update cli/src/potpie/main.py
DeepeshKalura Feb 15, 2025
6dd5344
Update cli/src/potpie/main.py
DeepeshKalura Feb 15, 2025
123c42b
Refactor and example usage
DeepeshKalura Feb 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ cli/momentum_cli/.momentum
projects/
# Ignore PyCharm config
.idea
#pytest cache
.pytest_cache
# pid
poitre.pid
Loading