[PR #19] [MERGED] simplify imports, remove dead code, made service retrieval configurable #215

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/19
Author: @logan-markewich
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @logan-markewich

Base: mainHead: logan/tools_vs_tools_retriever


📝 Commits (1)

  • 593a77a simplify imports, remove dead code, made service retrieval configurable

📊 Changes

13 files changed (+119 additions, -95 deletions)

View changed files

📝 agentfile/__init__.py (+30 -0)
📝 agentfile/control_plane/__init__.py (+4 -0)
📝 agentfile/control_plane/base.py (+0 -39)
📝 agentfile/control_plane/fastapi.py (+40 -41)
📝 agentfile/launchers/__init__.py (+3 -0)
📝 agentfile/message_consumers/__init__.py (+4 -0)
📝 agentfile/message_publishers/__init__.py (+3 -0)
📝 agentfile/message_queues/__init__.py (+4 -0)
📝 agentfile/messages/__init__.py (+3 -0)
📝 agentfile/orchestrators/__init__.py (+13 -0)
📝 agentfile/types.py (+0 -4)
📝 example_scripts/agentic_local_single.py (+7 -5)
📝 example_scripts/pipeline_local_single.py (+8 -6)

📄 Description

See title :) Many QoL improvements!


🔄 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/19 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/tools_vs_tools_retriever` --- ### 📝 Commits (1) - [`593a77a`](https://github.com/run-llama/llama_deploy/commit/593a77afca355f2a9b22fdf4a64e65d61269eca8) simplify imports, remove dead code, made service retrieval configurable ### 📊 Changes **13 files changed** (+119 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `agentfile/__init__.py` (+30 -0) 📝 `agentfile/control_plane/__init__.py` (+4 -0) 📝 `agentfile/control_plane/base.py` (+0 -39) 📝 `agentfile/control_plane/fastapi.py` (+40 -41) 📝 `agentfile/launchers/__init__.py` (+3 -0) 📝 `agentfile/message_consumers/__init__.py` (+4 -0) 📝 `agentfile/message_publishers/__init__.py` (+3 -0) 📝 `agentfile/message_queues/__init__.py` (+4 -0) 📝 `agentfile/messages/__init__.py` (+3 -0) 📝 `agentfile/orchestrators/__init__.py` (+13 -0) 📝 `agentfile/types.py` (+0 -4) 📝 `example_scripts/agentic_local_single.py` (+7 -5) 📝 `example_scripts/pipeline_local_single.py` (+8 -6) </details> ### 📄 Description See title :) Many QoL improvements! --- <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:16:30 -05:00
yindo closed this issue 2026-02-16 01:16:30 -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#215