[PR #417] [MERGED] chore: remove unused packages and modules #451

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/417
Author: @masci
Created: 12/23/2024
Status: Merged
Merged: 12/24/2024
Merged by: @masci

Base: mainHead: massi/204


📝 Commits (4)

📊 Changes

29 files changed (+36 additions, -3754 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 examples/python_fullstack/workflows/agent_workflow.py (+2 -2)
📝 llama_deploy/__init__.py (+0 -21)
llama_deploy/sdk/__init__.py (+0 -0)
📝 llama_deploy/services/__init__.py (+0 -20)
llama_deploy/services/agent.py (+0 -448)
llama_deploy/services/component.py (+0 -264)
llama_deploy/services/human.py (+0 -449)
llama_deploy/services/tool.py (+0 -335)
llama_deploy/services/types.py (+0 -120)
llama_deploy/tools/__init__.py (+0 -14)
llama_deploy/tools/agent_service_tool.py (+0 -4)
llama_deploy/tools/meta_service_tool.py (+0 -274)
llama_deploy/tools/service_as_tool.py (+0 -287)
llama_deploy/tools/service_component.py (+0 -142)
llama_deploy/tools/service_tool.py (+0 -45)
llama_deploy/tools/utils.py (+0 -6)
📝 llama_deploy/types/__init__.py (+0 -2)
📝 llama_deploy/types/core.py (+23 -75)
llama_deploy/utils.py (+0 -7)

...and 9 more files

📄 Description

Fixes #204

As we double down on Workflows support, remove unused packages and modules from the codebase.


🔄 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/417 **Author:** [@masci](https://github.com/masci) **Created:** 12/23/2024 **Status:** ✅ Merged **Merged:** 12/24/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/204` --- ### 📝 Commits (4) - [`86b7561`](https://github.com/run-llama/llama_deploy/commit/86b756164e36e29f283497a8032d8590da788a0f) remove tools package - [`59efa8d`](https://github.com/run-llama/llama_deploy/commit/59efa8d64dda892da388d5b03e24e24eda83b6c4) removed unused services - [`5175d8f`](https://github.com/run-llama/llama_deploy/commit/5175d8f847f4653b62ccc1374c89f2bc4fba441a) remove unused package - [`c14a2f7`](https://github.com/run-llama/llama_deploy/commit/c14a2f77915dfb8b4f3501f2677334aaee65e4d7) remove more unused modules ### 📊 Changes **29 files changed** (+36 additions, -3754 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `examples/python_fullstack/workflows/agent_workflow.py` (+2 -2) 📝 `llama_deploy/__init__.py` (+0 -21) ➖ `llama_deploy/sdk/__init__.py` (+0 -0) 📝 `llama_deploy/services/__init__.py` (+0 -20) ➖ `llama_deploy/services/agent.py` (+0 -448) ➖ `llama_deploy/services/component.py` (+0 -264) ➖ `llama_deploy/services/human.py` (+0 -449) ➖ `llama_deploy/services/tool.py` (+0 -335) ➖ `llama_deploy/services/types.py` (+0 -120) ➖ `llama_deploy/tools/__init__.py` (+0 -14) ➖ `llama_deploy/tools/agent_service_tool.py` (+0 -4) ➖ `llama_deploy/tools/meta_service_tool.py` (+0 -274) ➖ `llama_deploy/tools/service_as_tool.py` (+0 -287) ➖ `llama_deploy/tools/service_component.py` (+0 -142) ➖ `llama_deploy/tools/service_tool.py` (+0 -45) ➖ `llama_deploy/tools/utils.py` (+0 -6) 📝 `llama_deploy/types/__init__.py` (+0 -2) 📝 `llama_deploy/types/core.py` (+23 -75) ➖ `llama_deploy/utils.py` (+0 -7) _...and 9 more files_ </details> ### 📄 Description Fixes #204 As we double down on Workflows support, remove unused packages and modules from the codebase. --- <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:24 -05:00
yindo closed this issue 2026-02-16 01:17:24 -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#451