mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #340] [MERGED] feat: Add services registration API to Client
#404
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/340
Author: @masci
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @masci
Base:
main← Head:massi/client📝 Commits (4)
2eee0b6add Core modeldcc8596remove duplicated code4b7654bfix tests7edde21more fixes📊 Changes
15 files changed (+244 additions, -78 deletions)
View changed files
📝
e2e_tests/basic_hitl/conftest.py(+1 -18)📝
e2e_tests/basic_session/conftest.py(+1 -18)📝
e2e_tests/basic_streaming/conftest.py(+1 -18)📝
e2e_tests/basic_workflow/conftest.py(+1 -18)➕
e2e_tests/conftest.py(+23 -0)➕
e2e_tests/core/__init__.py(+0 -0)➕
e2e_tests/core/conftest.py(+38 -0)➕
e2e_tests/core/test_services.py(+39 -0)➕
e2e_tests/core/workflow.py(+11 -0)📝
llama_deploy/client/base.py(+4 -2)📝
llama_deploy/client/client.py(+11 -2)📝
llama_deploy/client/models/__init__.py(+2 -1)➕
llama_deploy/client/models/core.py(+54 -0)➕
tests/client/models/test_core.py(+55 -0)📝
tests/client/test_client.py(+3 -1)📄 Description
Part of #335
client.core.servicesAlso in this PR:
timeoutto the client every single request. It can still be passed if one needs a custom value.conftest.pyto reduce duplicationscope=sessionso every e2e function has a fresh control plane to test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.