mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 11:22:50 -04:00
[PR #517] [MERGED] llamactl init docs #518
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/517
Author: @logan-markewich
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @masci
Base:
main← Head:logan/llamactl_init_docs📝 Commits (3)
fb66634update docsd1f5b86fix some docstrings5e49e8bMerge 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 inita first class citizenAlso 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.