llama-deploy-appserver 0.3.26__py3-none-any.whl → 0.3.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- llama_deploy/appserver/app.py +2 -4
- {llama_deploy_appserver-0.3.26.dist-info → llama_deploy_appserver-0.3.27.dist-info}/METADATA +3 -3
- {llama_deploy_appserver-0.3.26.dist-info → llama_deploy_appserver-0.3.27.dist-info}/RECORD +4 -4
- {llama_deploy_appserver-0.3.26.dist-info → llama_deploy_appserver-0.3.27.dist-info}/WHEEL +0 -0
llama_deploy/appserver/app.py
CHANGED
|
@@ -426,7 +426,7 @@ def export_json_graph(
|
|
|
426
426
|
This follows the same initialization path as preflight validation and writes
|
|
427
427
|
a workflows.json-style structure compatible with the CLI expectations.
|
|
428
428
|
"""
|
|
429
|
-
from workflows.
|
|
429
|
+
from workflows.representation.build import get_workflow_representation
|
|
430
430
|
|
|
431
431
|
configure_settings(
|
|
432
432
|
app_root=cwd,
|
|
@@ -439,9 +439,7 @@ def export_json_graph(
|
|
|
439
439
|
|
|
440
440
|
graph: dict[str, dict[str, Any]] = {}
|
|
441
441
|
for name, workflow in workflows.items():
|
|
442
|
-
wf_repr_dict = (
|
|
443
|
-
extract_workflow_structure(workflow).to_response_model().model_dump()
|
|
444
|
-
)
|
|
442
|
+
wf_repr_dict = get_workflow_representation(workflow).model_dump()
|
|
445
443
|
graph[name] = wf_repr_dict
|
|
446
444
|
|
|
447
445
|
output_path = output or (Path.cwd() / "workflows.json")
|
{llama_deploy_appserver-0.3.26.dist-info → llama_deploy_appserver-0.3.27.dist-info}/METADATA
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-deploy-appserver
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.27
|
|
4
4
|
Summary: Application server components for LlamaDeploy
|
|
5
5
|
Author: Massimiliano Pippi, Adrian Lyjak
|
|
6
6
|
Author-email: Massimiliano Pippi <mpippi@gmail.com>, Adrian Lyjak <adrianlyjak@gmail.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Requires-Dist: llama-index-workflows[server]>=2.
|
|
8
|
+
Requires-Dist: llama-index-workflows[server]>=2.12.0,<2.13.0
|
|
9
9
|
Requires-Dist: pydantic-settings>=2.10.1
|
|
10
10
|
Requires-Dist: fastapi>=0.100.0
|
|
11
11
|
Requires-Dist: websockets>=12.0
|
|
12
|
-
Requires-Dist: llama-deploy-core>=0.3.
|
|
12
|
+
Requires-Dist: llama-deploy-core>=0.3.27,<0.4.0
|
|
13
13
|
Requires-Dist: httpx>=0.24.0,<1.0.0
|
|
14
14
|
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
|
|
15
15
|
Requires-Dist: packaging>=25.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
llama_deploy/appserver/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
2
|
-
llama_deploy/appserver/app.py,sha256=
|
|
2
|
+
llama_deploy/appserver/app.py,sha256=d1fedfca2b8755f2356d718c5e6cd5be2307954bf967f569a3ab5cd160fdf47d,15246
|
|
3
3
|
llama_deploy/appserver/bootstrap.py,sha256=34724cf3056b653b71d1bedab64dbde221d7c47443a2a41032e767d50168a24b,2581
|
|
4
4
|
llama_deploy/appserver/configure_logging.py,sha256=2431fda77c47d0aef783992b0f01978a3a643768a2e82f10f3c263538f23d800,6361
|
|
5
5
|
llama_deploy/appserver/correlation_id.py,sha256=8ac5bc6160c707b93a9fb818b64dd369a4ef7a53f9f91a6b3d90c4cf446f7327,572
|
|
@@ -19,6 +19,6 @@ llama_deploy/appserver/workflow_loader.py,sha256=c1422bda79423528f1f22fe793c9c43
|
|
|
19
19
|
llama_deploy/appserver/workflow_store/agent_data_store.py,sha256=ecf11a1454b13b7d618e720c8ba3be41833f322fdddfacc8356dfe34858d3a30,4421
|
|
20
20
|
llama_deploy/appserver/workflow_store/keyed_lock.py,sha256=72bcfafbce56d5b36d53aff764b573c2dca2b3f5bc59f2d8baa80be0e4db6e34,1037
|
|
21
21
|
llama_deploy/appserver/workflow_store/lru_cache.py,sha256=10b7d69e4be7d929d9dac009b59635b20fbed4603fb004bc35cbdc3ce538af8b,1454
|
|
22
|
-
llama_deploy_appserver-0.3.
|
|
23
|
-
llama_deploy_appserver-0.3.
|
|
24
|
-
llama_deploy_appserver-0.3.
|
|
22
|
+
llama_deploy_appserver-0.3.27.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
23
|
+
llama_deploy_appserver-0.3.27.dist-info/METADATA,sha256=5548b300b61536a59918488db53f55e673dba88de8dcfc2b79cb55c2f8b02beb,1163
|
|
24
|
+
llama_deploy_appserver-0.3.27.dist-info/RECORD,,
|
|
File without changes
|