mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #365] [MERGED] refact: Use the Python SDK in the CLI implementation #417
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/365
Author: @masci
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @masci
Base:
main← Head:massi/336📝 Commits (8)
bece221migrate deploy cmd45df7dachange testing technique1ed7078migrate runc0988bemigrate status7e656c7removed unused modulec0fb10emake the test case more robust33700casimplify importsa268db6restore code coverage📊 Changes
9 files changed (+148 additions, -122 deletions)
View changed files
📝
llama_deploy/cli/__init__.py(+8 -10)📝
llama_deploy/cli/deploy.py(+7 -14)📝
llama_deploy/cli/run.py(+10 -7)📝
llama_deploy/cli/status.py(+16 -17)➖
llama_deploy/cli/utils.py(+0 -18)📝
llama_deploy/client/models/apiserver.py(+8 -1)📝
tests/cli/test_deploy.py(+22 -16)📝
tests/cli/test_run.py(+42 -24)📝
tests/cli/test_status.py(+35 -15)📄 Description
Fixes #336
Use the new
Clientclass from the CLI🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.