[PR #544] [MERGED] refact: Remove Control Plane and Message Queues #540

Closed
opened 2026-02-16 02:15:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/544
Author: @masci
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @masci

Base: mainHead: massi/cleanup


📝 Commits (1)

  • 1fa3c0d refact: Remove Control Plane and Message Queues

📊 Changes

133 files changed (+2673 additions, -7697 deletions)

View changed files

📝 .github/workflows/e2e_test.yml (+1 -27)
📝 README.md (+0 -2)
docs/docs/api_reference/llama_deploy/control_plane.md (+0 -5)
docs/docs/api_reference/llama_deploy/message_queues/index.md (+0 -6)
docs/docs/api_reference/llama_deploy/message_queues/kafka.md (+0 -3)
docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md (+0 -3)
docs/docs/api_reference/llama_deploy/message_queues/redis.md (+0 -3)
docs/docs/api_reference/llama_deploy/message_queues/simple.md (+0 -3)
📝 docs/docs/api_reference/llama_deploy/python_sdk.md (+0 -4)
docs/docs/api_reference/llama_deploy/services.md (+0 -3)
📝 docs/docs/module_guides/llama_deploy/10_getting_started.md (+0 -4)
📝 docs/docs/module_guides/llama_deploy/20_core_components.md (+0 -95)
📝 docs/docs/module_guides/llama_deploy/30_python_sdk.md (+0 -68)
📝 docs/docs/module_guides/llama_deploy/apiserver.json (+1405 -1)
📝 docs/docs/module_guides/llama_deploy/index.md (+0 -2)
📝 e2e_tests/README.md (+2 -2)
📝 e2e_tests/apiserver/deployments/deployment_env_git.yml (+1 -1)
e2e_tests/basic_hitl/__init__.py (+0 -0)
e2e_tests/basic_hitl/conftest.py (+0 -36)
e2e_tests/basic_hitl/test_run_client.py (+0 -74)

...and 80 more files

📄 Description

No description provided


🔄 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/544 **Author:** [@masci](https://github.com/masci) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/cleanup` --- ### 📝 Commits (1) - [`1fa3c0d`](https://github.com/run-llama/llama_deploy/commit/1fa3c0d8e5bc03c333d1b73142fd16fc8b55e911) refact: Remove Control Plane and Message Queues ### 📊 Changes **133 files changed** (+2673 additions, -7697 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e_test.yml` (+1 -27) 📝 `README.md` (+0 -2) ➖ `docs/docs/api_reference/llama_deploy/control_plane.md` (+0 -5) ➖ `docs/docs/api_reference/llama_deploy/message_queues/index.md` (+0 -6) ➖ `docs/docs/api_reference/llama_deploy/message_queues/kafka.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/message_queues/redis.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/message_queues/simple.md` (+0 -3) 📝 `docs/docs/api_reference/llama_deploy/python_sdk.md` (+0 -4) ➖ `docs/docs/api_reference/llama_deploy/services.md` (+0 -3) 📝 `docs/docs/module_guides/llama_deploy/10_getting_started.md` (+0 -4) 📝 `docs/docs/module_guides/llama_deploy/20_core_components.md` (+0 -95) 📝 `docs/docs/module_guides/llama_deploy/30_python_sdk.md` (+0 -68) 📝 `docs/docs/module_guides/llama_deploy/apiserver.json` (+1405 -1) 📝 `docs/docs/module_guides/llama_deploy/index.md` (+0 -2) 📝 `e2e_tests/README.md` (+2 -2) 📝 `e2e_tests/apiserver/deployments/deployment_env_git.yml` (+1 -1) ➖ `e2e_tests/basic_hitl/__init__.py` (+0 -0) ➖ `e2e_tests/basic_hitl/conftest.py` (+0 -36) ➖ `e2e_tests/basic_hitl/test_run_client.py` (+0 -74) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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 02:15:33 -05:00
yindo closed this issue 2026-02-16 02:15:33 -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#540