[PR #474] [MERGED] docs: improve Python SDK documentation #487

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/474
Author: @masci
Created: 3/3/2025
Status: Merged
Merged: 3/3/2025
Merged by: @masci

Base: mainHead: massi/sdk-docs


📝 Commits (1)

  • 607fec1 docs: improve Python SDK documentation

📊 Changes

6 files changed (+69 additions, -22 deletions)

View changed files

📝 docs/docs/api_reference/llama_deploy/python_sdk.md (+13 -2)
📝 docs/docs/api_reference/llama_deploy/types.md (+0 -5)
📝 docs/docs/module_guides/llama_deploy/40_python_sdk.md (+12 -4)
📝 llama_deploy/client/client.py (+2 -2)
📝 llama_deploy/client/models/apiserver.py (+21 -5)
📝 llama_deploy/client/models/core.py (+21 -4)

📄 Description

Clarify that for client.core to work, the Control Plane must be reachable from the client code.


🔄 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/474 **Author:** [@masci](https://github.com/masci) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/sdk-docs` --- ### 📝 Commits (1) - [`607fec1`](https://github.com/run-llama/llama_deploy/commit/607fec16c3f6fad5055e28dbad1e15ad9ad321da) docs: improve Python SDK documentation ### 📊 Changes **6 files changed** (+69 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/api_reference/llama_deploy/python_sdk.md` (+13 -2) 📝 `docs/docs/api_reference/llama_deploy/types.md` (+0 -5) 📝 `docs/docs/module_guides/llama_deploy/40_python_sdk.md` (+12 -4) 📝 `llama_deploy/client/client.py` (+2 -2) 📝 `llama_deploy/client/models/apiserver.py` (+21 -5) 📝 `llama_deploy/client/models/core.py` (+21 -4) </details> ### 📄 Description Clarify that for `client.core` to work, the Control Plane must be reachable from the client code. --- <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:12 -05:00
yindo closed this issue 2026-02-16 02:15:12 -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#487