[PR #517] [MERGED] llamactl init docs #518

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/517
Author: @logan-markewich
Created: 5/27/2025
Status: Merged
Merged: 5/28/2025
Merged by: @masci

Base: mainHead: logan/llamactl_init_docs


📝 Commits (3)

  • fb66634 update docs
  • d1f5b86 fix some docstrings
  • 5e49e8b Merge branch 'main' into logan/llamactl_init_docs

📊 Changes

13 files changed (+163 additions, -535 deletions)

View changed files

📝 README.md (+28 -12)
docs/docs/api_reference/llama_deploy/message_consumers.md (+0 -3)
docs/docs/api_reference/llama_deploy/message_publishers.md (+0 -3)
docs/docs/api_reference/llama_deploy/orchestrators.md (+0 -3)
📝 docs/docs/module_guides/llama_deploy/10_getting_started.md (+92 -89)
📝 docs/docs/module_guides/llama_deploy/20_core_components.md (+5 -13)
docs/docs/module_guides/llama_deploy/30_manual_orchestration.md (+0 -386)
📝 docs/docs/module_guides/llama_deploy/30_python_sdk.md (+0 -0)
📝 docs/docs/module_guides/llama_deploy/40_llamactl.md (+0 -0)
📝 docs/docs/module_guides/llama_deploy/index.md (+36 -18)
📝 llama_deploy/apiserver/deployment.py (+1 -5)
📝 llama_deploy/control_plane/server.py (+1 -1)
📝 llama_deploy/deploy/deploy.py (+0 -2)

📄 Description

Updating our docs and README to make llamactl init a first class citizen

Also took the time to remove docs that we don't want users seeing (low-level deployment pattern) and cleaning up some mkdocs warnings.


🔄 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/517 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `logan/llamactl_init_docs` --- ### 📝 Commits (3) - [`fb66634`](https://github.com/run-llama/llama_deploy/commit/fb6663411eeb64a6edb2c7aa609dff2953f5980b) update docs - [`d1f5b86`](https://github.com/run-llama/llama_deploy/commit/d1f5b866b905a644b2e261103374ca989f6b1f4b) fix some docstrings - [`5e49e8b`](https://github.com/run-llama/llama_deploy/commit/5e49e8ba3e60846e512390f1e500d9481ec04c4b) Merge branch 'main' into logan/llamactl_init_docs ### 📊 Changes **13 files changed** (+163 additions, -535 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+28 -12) ➖ `docs/docs/api_reference/llama_deploy/message_consumers.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/message_publishers.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/orchestrators.md` (+0 -3) 📝 `docs/docs/module_guides/llama_deploy/10_getting_started.md` (+92 -89) 📝 `docs/docs/module_guides/llama_deploy/20_core_components.md` (+5 -13) ➖ `docs/docs/module_guides/llama_deploy/30_manual_orchestration.md` (+0 -386) 📝 `docs/docs/module_guides/llama_deploy/30_python_sdk.md` (+0 -0) 📝 `docs/docs/module_guides/llama_deploy/40_llamactl.md` (+0 -0) 📝 `docs/docs/module_guides/llama_deploy/index.md` (+36 -18) 📝 `llama_deploy/apiserver/deployment.py` (+1 -5) 📝 `llama_deploy/control_plane/server.py` (+1 -1) 📝 `llama_deploy/deploy/deploy.py` (+0 -2) </details> ### 📄 Description Updating our docs and README to make `llamactl init` a first class citizen Also took the time to remove docs that we don't want users seeing (low-level deployment pattern) and cleaning up some mkdocs warnings. --- <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:27 -05:00
yindo closed this issue 2026-02-16 02:15:27 -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#518