[PR #214] [MERGED] More docs #322

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

📋 Pull Request Information

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

Base: v0.1.0Head: logan/more_docs


📝 Commits (2)

📊 Changes

9 files changed (+681 additions, -17 deletions)

View changed files

📝 README.md (+153 -2)
📝 docs/docs/api_reference/llama_deploy/client.md (+1 -1)
📝 docs/docs/index.md (+2 -2)
docs/docs/module_guides/workflow/deployment.md (+513 -0)
📝 llama_deploy/__init__.py (+3 -3)
📝 llama_deploy/client/__init__.py (+3 -3)
📝 llama_deploy/client/async_client.py (+1 -1)
📝 llama_deploy/client/sync_client.py (+1 -1)
📝 llama_deploy/deploy/network_workflow.py (+4 -4)

📄 Description

  • renamed LlamaAgentsClient to LlamaDeployClient
  • updated readme
  • copied readme into a module guides page (to be copied into llama-index docs builds)

🔄 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/214 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `v0.1.0` ← **Head:** `logan/more_docs` --- ### 📝 Commits (2) - [`8efef08`](https://github.com/run-llama/llama_deploy/commit/8efef0827616ca15ffdfdd5b8d48af37667ddf86) update readme - [`431a5e1`](https://github.com/run-llama/llama_deploy/commit/431a5e1437ab732d416f4b80c1ecc5902c2c5b8b) renmae client, add module guide docs ### 📊 Changes **9 files changed** (+681 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+153 -2) 📝 `docs/docs/api_reference/llama_deploy/client.md` (+1 -1) 📝 `docs/docs/index.md` (+2 -2) ➕ `docs/docs/module_guides/workflow/deployment.md` (+513 -0) 📝 `llama_deploy/__init__.py` (+3 -3) 📝 `llama_deploy/client/__init__.py` (+3 -3) 📝 `llama_deploy/client/async_client.py` (+1 -1) 📝 `llama_deploy/client/sync_client.py` (+1 -1) 📝 `llama_deploy/deploy/network_workflow.py` (+4 -4) </details> ### 📄 Description - renamed LlamaAgentsClient to LlamaDeployClient - updated readme - copied readme into a module guides page (to be copied into llama-index docs builds) --- <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:53 -05:00
yindo closed this issue 2026-02-16 01:16:53 -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#322