[PR #44] [MERGED] Add a client SDK #229

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/44
Author: @logan-markewich
Created: 6/25/2024
Status: Merged
Merged: 6/25/2024
Merged by: @logan-markewich

Base: mainHead: logan/client_sdk


📝 Commits (1)

📊 Changes

8 files changed (+318 additions, -13 deletions)

View changed files

📝 README.md (+18 -3)
📝 examples/query_rewrite_rag.ipynb (+12 -8)
📝 llama_agents/__init__.py (+4 -0)
llama_agents/client/__init__.py (+4 -0)
llama_agents/client/async_client.py (+139 -0)
llama_agents/client/sync_client.py (+137 -0)
📝 llama_agents/control_plane/base.py (+2 -1)
📝 llama_agents/control_plane/server.py (+2 -1)

📄 Description

Adds a sync and async client SDK, and updates a few docs pages


🔄 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/44 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/client_sdk` --- ### 📝 Commits (1) - [`84baaa5`](https://github.com/run-llama/llama_deploy/commit/84baaa5dc1a6dc38ec087abd6d4349f7c9d795fe) Add a client SDK ### 📊 Changes **8 files changed** (+318 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+18 -3) 📝 `examples/query_rewrite_rag.ipynb` (+12 -8) 📝 `llama_agents/__init__.py` (+4 -0) ➕ `llama_agents/client/__init__.py` (+4 -0) ➕ `llama_agents/client/async_client.py` (+139 -0) ➕ `llama_agents/client/sync_client.py` (+137 -0) 📝 `llama_agents/control_plane/base.py` (+2 -1) 📝 `llama_agents/control_plane/server.py` (+2 -1) </details> ### 📄 Description Adds a sync and async client SDK, and updates a few docs pages --- <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:33 -05:00
yindo closed this issue 2026-02-16 01:16:33 -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#229