[PR #315] [MERGED] fix cli run command #390

Closed
opened 2026-02-16 01:17:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/315
Author: @logan-markewich
Created: 10/12/2024
Status: Merged
Merged: 10/12/2024
Merged by: @logan-markewich

Base: mainHead: logan/fix_task_run


📝 Commits (2)

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 llama_deploy/cli/run.py (+1 -1)
📝 pyproject.toml (+1 -1)
📝 tests/cli/test_run.py (+2 -2)

📄 Description

The /task/create endpoint no longer blocks and returns a result, switch the endpoint being called to /task/run


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/315 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/fix_task_run` --- ### 📝 Commits (2) - [`60964ee`](https://github.com/run-llama/llama_deploy/commit/60964ee161cfc67949b96180dfc0d4a11798a5c8) fix cli run command - [`77e3756`](https://github.com/run-llama/llama_deploy/commit/77e3756a9d82493c041126d2e215d9a5b952a71a) fix tests ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/cli/run.py` (+1 -1) 📝 `pyproject.toml` (+1 -1) 📝 `tests/cli/test_run.py` (+2 -2) </details> ### 📄 Description The /task/create endpoint no longer blocks and returns a result, switch the endpoint being called to /task/run --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:09 -05:00
yindo closed this issue 2026-02-16 01:17:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#390