mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #44] [MERGED] Add a client SDK #229
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/44
Author: @logan-markewich
Created: 6/25/2024
Status: ✅ Merged
Merged: 6/25/2024
Merged by: @logan-markewich
Base:
main← Head:logan/client_sdk📝 Commits (1)
84baaa5Add a client SDK📊 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.