[PR #231] [MERGED] V0.1.0 #341

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/231
Author: @logan-markewich
Created: 9/5/2024
Status: Merged
Merged: 9/5/2024
Merged by: @logan-markewich

Base: mainHead: v0.1.0


📝 Commits (10+)

📊 Changes

300 files changed (+22748 additions, -17961 deletions)

View changed files

📝 .github/workflows/publish_release.yml (+1 -1)
📝 .pre-commit-config.yaml (+2 -0)
📝 README.md (+445 -186)
docs/docs/_static/assets/LlamaLogoBrowserTab.png (+0 -0)
docs/docs/_static/assets/LlamaSquareBlack.svg (+18 -0)
docs/docs/_static/css/algolia.css (+662 -0)
docs/docs/_static/css/custom.css (+14 -0)
docs/docs/_static/js/algolia.js (+7254 -0)
docs/docs/_static/js/leadfeeder.js (+22 -0)
docs/docs/_static/js/mendablesearch.js (+65 -0)
docs/docs/api_reference/llama_deploy/client.md (+3 -0)
docs/docs/api_reference/llama_deploy/control_plane.md (+3 -0)
docs/docs/api_reference/llama_deploy/deployment.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_consumers.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_publishers.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/index.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/kafka.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/redis.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/simple.md (+3 -0)

...and 80 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/231 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `v0.1.0` --- ### 📝 Commits (10+) - [`f50d224`](https://github.com/run-llama/llama_deploy/commit/f50d2240f55906fa083f6725820863811fbb98aa) WorkflowService (#170) - [`f187ff9`](https://github.com/run-llama/llama_deploy/commit/f187ff90aba83634601411cbc7f1cc3cf8531854) Introduce session concept to the control plane (#191) - [`e10df33`](https://github.com/run-llama/llama_deploy/commit/e10df3341f062a3d9b2d5073c2a418fa6a28f60c) initial service deployment (#199) - [`d14da7a`](https://github.com/run-llama/llama_deploy/commit/d14da7a6e89e4ddbc58745e3aabea4faa83acd45) Make client more useful/up to date (#202) - [`adb309a`](https://github.com/run-llama/llama_deploy/commit/adb309a9f6a0d8d97f8bda84d865254d628ba4e9) Remove examples, update readme (#205) - [`b2c0266`](https://github.com/run-llama/llama_deploy/commit/b2c0266de8b8bbcbaa58b8e697e85b8d05d3792b) Add queue config as an endpoint to the control plane (#208) - [`37f4c5e`](https://github.com/run-llama/llama_deploy/commit/37f4c5e488469a677d384df0106e4944ecebe4df) Detect nested workflows (#209) - [`db76c11`](https://github.com/run-llama/llama_deploy/commit/db76c1128a40429ac7e4cd010623573163aaff35) add missed docstrings (#210) - [`12141a5`](https://github.com/run-llama/llama_deploy/commit/12141a507738a7b53c157299c3377303e513812f) rename to llama deploy (#211) - [`49f25a1`](https://github.com/run-llama/llama_deploy/commit/49f25a1bca8a9c9b510f56a49d72fe3ea2680ddf) beta ### 📊 Changes **300 files changed** (+22748 additions, -17961 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish_release.yml` (+1 -1) 📝 `.pre-commit-config.yaml` (+2 -0) 📝 `README.md` (+445 -186) ➕ `docs/docs/_static/assets/LlamaLogoBrowserTab.png` (+0 -0) ➕ `docs/docs/_static/assets/LlamaSquareBlack.svg` (+18 -0) ➕ `docs/docs/_static/css/algolia.css` (+662 -0) ➕ `docs/docs/_static/css/custom.css` (+14 -0) ➕ `docs/docs/_static/js/algolia.js` (+7254 -0) ➕ `docs/docs/_static/js/leadfeeder.js` (+22 -0) ➕ `docs/docs/_static/js/mendablesearch.js` (+65 -0) ➕ `docs/docs/api_reference/llama_deploy/client.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/control_plane.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/deployment.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_consumers.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_publishers.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/index.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/kafka.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/redis.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/simple.md` (+3 -0) _...and 80 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:57 -05:00
yindo closed this issue 2026-02-16 01:16:57 -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#341