[PR #475] [MERGED] refact: remove the remote/local concept, assume services are always remote #489

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

📋 Pull Request Information

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

Base: mainHead: massi/remote


📝 Commits (1)

  • 0f36e1d refact: remove the remote/local concept, assume services are always remote

📊 Changes

3 files changed (+16 additions, -36 deletions)

View changed files

📝 llama_deploy/services/base.py (+10 -12)
📝 llama_deploy/services/workflow.py (+4 -22)
📝 tests/services/test_workflow_service.py (+2 -2)

📄 Description

The concept of "local service", meaning in-process without passing through the fastapi server, isn't used anywhere, let's remove it.


🔄 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/475 **Author:** [@masci](https://github.com/masci) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/remote` --- ### 📝 Commits (1) - [`0f36e1d`](https://github.com/run-llama/llama_deploy/commit/0f36e1d07a693bd12a4cc9f5d270e439dd9928ef) refact: remove the remote/local concept, assume services are always remote ### 📊 Changes **3 files changed** (+16 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/services/base.py` (+10 -12) 📝 `llama_deploy/services/workflow.py` (+4 -22) 📝 `tests/services/test_workflow_service.py` (+2 -2) </details> ### 📄 Description The concept of "local service", meaning in-process without passing through the fastapi server, isn't used anywhere, let's remove it. --- <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:12 -05:00
yindo closed this issue 2026-02-16 02:15:12 -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#489