[PR #285] [MERGED] feat: Add "local" source manager #376

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/285
Author: @masci
Created: 10/3/2024
Status: Merged
Merged: 10/4/2024
Merged by: @masci

Base: mainHead: massi/local-source


📝 Commits (6)

📊 Changes

8 files changed (+234 additions, -47 deletions)

View changed files

📝 README.md (+167 -44)
examples/quick_start/quick_start.yml (+14 -0)
examples/quick_start/src/workflow.py (+24 -0)
📝 llama_deploy/apiserver/config_parser.py (+1 -0)
📝 llama_deploy/apiserver/deployment.py (+5 -2)
📝 llama_deploy/apiserver/source_managers/__init__.py (+2 -1)
llama_deploy/apiserver/source_managers/local.py (+21 -0)
📝 system_diagram.png (+0 -0)

📄 Description

This PR adds a local source manager that can be used instead of the git source manager for local experiments and demonstration purposes.

It was used to rewrite the README and can be possibly used in the docs as well, see the preview here.


🔄 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/285 **Author:** [@masci](https://github.com/masci) **Created:** 10/3/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/local-source` --- ### 📝 Commits (6) - [`05ed488`](https://github.com/run-llama/llama_deploy/commit/05ed488c8baebc30e9c0d6f037bf4aa76b273755) rewrite the README intro - [`43c5fd3`](https://github.com/run-llama/llama_deploy/commit/43c5fd3ea76346c2d0a3faac822e222578afad06) add local source manager - [`f445408`](https://github.com/run-llama/llama_deploy/commit/f445408be8f859fcec3b167054ac2c4c234e7956) add quick start example - [`b469ac7`](https://github.com/run-llama/llama_deploy/commit/b469ac7d1e0cf24c91babd8011a76f08eb5ee55f) reorganize existing content - [`12a2823`](https://github.com/run-llama/llama_deploy/commit/12a28231a81539ba90b768c8f043117c854cd2c4) minor - [`3705e0b`](https://github.com/run-llama/llama_deploy/commit/3705e0bafed30f5febdf2fe80a6a851681ac8fd5) fix typo ### 📊 Changes **8 files changed** (+234 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+167 -44) ➕ `examples/quick_start/quick_start.yml` (+14 -0) ➕ `examples/quick_start/src/workflow.py` (+24 -0) 📝 `llama_deploy/apiserver/config_parser.py` (+1 -0) 📝 `llama_deploy/apiserver/deployment.py` (+5 -2) 📝 `llama_deploy/apiserver/source_managers/__init__.py` (+2 -1) ➕ `llama_deploy/apiserver/source_managers/local.py` (+21 -0) 📝 `system_diagram.png` (+0 -0) </details> ### 📄 Description This PR adds a local source manager that can be used instead of the git source manager for local experiments and demonstration purposes. It was used to rewrite the README and can be possibly used in the docs as well, see the preview [here](https://github.com/run-llama/llama_deploy/blob/massi/local-source/README.md). --- <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:06 -05:00
yindo closed this issue 2026-02-16 01:17:06 -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#376