mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #507] [MERGED] chore: remove orchestrators #509
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/507
Author: @masci
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @masci
Base:
main← Head:massi/orchestrators📝 Commits (2)
9ccb64echore: remove orchestrators41c9c30fix get_next_messages📊 Changes
12 files changed (+52 additions, -242 deletions)
View changed files
📝
llama_deploy/__init__.py(+0 -4)📝
llama_deploy/apiserver/deployment.py(+1 -5)📝
llama_deploy/control_plane/server.py(+49 -10)📝
llama_deploy/control_plane/utils.py(+0 -0)📝
llama_deploy/deploy/deploy.py(+1 -9)➖
llama_deploy/orchestrators/__init__.py(+0 -11)➖
llama_deploy/orchestrators/base.py(+0 -29)➖
llama_deploy/orchestrators/simple.py(+0 -96)📝
tests/control_plane/test_server.py(+0 -1)📝
tests/control_plane/test_utils.py(+1 -1)➖
tests/orchestrators/__init__.py(+0 -0)➖
tests/orchestrators/test_simple_orchestrator.py(+0 -76)📄 Description
Remove the orchestrator abstraction and relative boilerplate. The two methods used are now moved to the
ControlPlaneclass directly, which used to be the only client of that api.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.