mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-25 16:15:22 -04:00
[PR #475] [MERGED] refact: remove the remote/local concept, assume services are always remote #489
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/475
Author: @masci
Created: 3/3/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @masci
Base:
main← Head:massi/remote📝 Commits (1)
0f36e1drefact: 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.