mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #202] [MERGED] Make client more useful/up to date #315
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/202
Author: @logan-markewich
Created: 8/26/2024
Status: ✅ Merged
Merged: 8/27/2024
Merged by: @logan-markewich
Base:
v0.1.0← Head:logan/client_update📝 Commits (7)
1715c1cadd sync and async client/sessions253702bfix orchestrator tests554b4e1attempt at testsc74d827add wait_for4844204log debug sanity check2134509pass in configa78ee29remove broken tests📊 Changes
7 files changed (+483 additions, -173 deletions)
View changed files
📝
llama_agents/client/async_client.py(+185 -70)📝
llama_agents/client/sync_client.py(+183 -71)📝
llama_agents/control_plane/base.py(+10 -0)📝
llama_agents/control_plane/server.py(+60 -6)📝
llama_agents/orchestrators/simple.py(+39 -23)➕
llama_agents/orchestrators/utils.py(+2 -0)📝
tests/orchestrators/test_simple_orchestrator.py(+4 -3)📄 Description
This PR
Unknown:
Test Code
launch_core.pylaunch_workflow.pytest_client.py🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.