[PR #211] [MERGED] rename to llama deploy #319

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/211
Author: @logan-markewich
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @logan-markewich

Base: v0.1.0Head: logan/rename_to_llama_deploy


📝 Commits (4)

📊 Changes

82 files changed (+313 additions, -313 deletions)

View changed files

📝 .github/workflows/publish_release.yml (+1 -1)
llama_agents/client/__init__.py (+0 -4)
llama_agents/control_plane/__init__.py (+0 -4)
llama_agents/deploy/__init__.py (+0 -3)
llama_agents/message_consumers/__init__.py (+0 -4)
llama_agents/message_publishers/__init__.py (+0 -3)
llama_agents/messages/__init__.py (+0 -3)
llama_agents/services/__init__.py (+0 -28)
llama_agents/tools/__init__.py (+0 -14)
📝 llama_deploy/__init__.py (+10 -10)
📝 llama_deploy/app/__init__.py (+0 -0)
📝 llama_deploy/app/app.py (+5 -5)
📝 llama_deploy/app/components/__init__.py (+0 -0)
📝 llama_deploy/app/components/human_list.py (+2 -2)
📝 llama_deploy/app/components/service_list.py (+1 -1)
📝 llama_deploy/app/components/task_list.py (+1 -1)
📝 llama_deploy/app/components/types.py (+0 -0)
📝 llama_deploy/cli/__init__.py (+0 -0)
📝 llama_deploy/cli/command_line.py (+2 -2)
llama_deploy/client/__init__.py (+4 -0)

...and 62 more files

📄 Description

No description provided


🔄 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/211 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `v0.1.0` ← **Head:** `logan/rename_to_llama_deploy` --- ### 📝 Commits (4) - [`7bb7325`](https://github.com/run-llama/llama_deploy/commit/7bb73254eb61f29ee3cb24c061f76cc38e04a17d) rename project to llama-deploy - [`76c3498`](https://github.com/run-llama/llama_deploy/commit/76c349820695d5ee3a31e9856fb1a52b0e76c3f1) merge v0.1.0 - [`1ff4c32`](https://github.com/run-llama/llama_deploy/commit/1ff4c3227402873484bb8d7b7dab5279cbf1859f) fix some imports - [`fae9bd9`](https://github.com/run-llama/llama_deploy/commit/fae9bd9cc50b83cff04c60c139237e39c6896f0d) dash in toml ### 📊 Changes **82 files changed** (+313 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish_release.yml` (+1 -1) ➖ `llama_agents/client/__init__.py` (+0 -4) ➖ `llama_agents/control_plane/__init__.py` (+0 -4) ➖ `llama_agents/deploy/__init__.py` (+0 -3) ➖ `llama_agents/message_consumers/__init__.py` (+0 -4) ➖ `llama_agents/message_publishers/__init__.py` (+0 -3) ➖ `llama_agents/messages/__init__.py` (+0 -3) ➖ `llama_agents/services/__init__.py` (+0 -28) ➖ `llama_agents/tools/__init__.py` (+0 -14) 📝 `llama_deploy/__init__.py` (+10 -10) 📝 `llama_deploy/app/__init__.py` (+0 -0) 📝 `llama_deploy/app/app.py` (+5 -5) 📝 `llama_deploy/app/components/__init__.py` (+0 -0) 📝 `llama_deploy/app/components/human_list.py` (+2 -2) 📝 `llama_deploy/app/components/service_list.py` (+1 -1) 📝 `llama_deploy/app/components/task_list.py` (+1 -1) 📝 `llama_deploy/app/components/types.py` (+0 -0) 📝 `llama_deploy/cli/__init__.py` (+0 -0) 📝 `llama_deploy/cli/command_line.py` (+2 -2) ➕ `llama_deploy/client/__init__.py` (+4 -0) _...and 62 more files_ </details> ### 📄 Description _No description provided_ --- <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:52 -05:00
yindo closed this issue 2026-02-16 01:16:52 -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#319