llama-deploy-appserver 0.4.3__py3-none-any.whl → 0.4.4__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/configure_logging.py +8 -1
- {llama_deploy_appserver-0.4.3.dist-info → llama_deploy_appserver-0.4.4.dist-info}/METADATA +2 -2
- {llama_deploy_appserver-0.4.3.dist-info → llama_deploy_appserver-0.4.4.dist-info}/RECORD +4 -4
- {llama_deploy_appserver-0.4.3.dist-info → llama_deploy_appserver-0.4.4.dist-info}/WHEEL +0 -0
|
@@ -14,6 +14,7 @@ from llama_deploy.appserver.correlation_id import (
|
|
|
14
14
|
set_correlation_id,
|
|
15
15
|
)
|
|
16
16
|
from llama_deploy.appserver.process_utils import should_use_color
|
|
17
|
+
from structlog.dev import RichTracebackFormatter
|
|
17
18
|
|
|
18
19
|
access_logger = logging.getLogger("app.access")
|
|
19
20
|
|
|
@@ -80,7 +81,13 @@ def setup_logging(level: str = "INFO") -> None:
|
|
|
80
81
|
renderer = structlog.processors.JSONRenderer()
|
|
81
82
|
timestamper = structlog.processors.TimeStamper(fmt="iso", key="timestamp")
|
|
82
83
|
else:
|
|
83
|
-
renderer = structlog.dev.ConsoleRenderer(
|
|
84
|
+
renderer = structlog.dev.ConsoleRenderer(
|
|
85
|
+
colors=should_use_color(),
|
|
86
|
+
exception_formatter=RichTracebackFormatter(
|
|
87
|
+
show_locals=False,
|
|
88
|
+
width=120,
|
|
89
|
+
),
|
|
90
|
+
)
|
|
84
91
|
timestamper = structlog.processors.TimeStamper(fmt="%H:%M:%S", key="timestamp")
|
|
85
92
|
|
|
86
93
|
pre_chain = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-deploy-appserver
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
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>
|
|
@@ -9,7 +9,7 @@ Requires-Dist: llama-index-workflows[server]>=2.13.0,<2.14.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.4.
|
|
12
|
+
Requires-Dist: llama-deploy-core>=0.4.4,<0.5.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,7 +1,7 @@
|
|
|
1
1
|
llama_deploy/appserver/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
2
2
|
llama_deploy/appserver/app.py,sha256=0049778979421d9f35134098122dfb485113342f43e83365d0403b66b4f1c0dc,16305
|
|
3
3
|
llama_deploy/appserver/bootstrap.py,sha256=34724cf3056b653b71d1bedab64dbde221d7c47443a2a41032e767d50168a24b,2581
|
|
4
|
-
llama_deploy/appserver/configure_logging.py,sha256=
|
|
4
|
+
llama_deploy/appserver/configure_logging.py,sha256=19735c220690c88367bf963dc3bec0f8287979f95d740d7e36a9c7e823dba37d,6566
|
|
5
5
|
llama_deploy/appserver/correlation_id.py,sha256=8ac5bc6160c707b93a9fb818b64dd369a4ef7a53f9f91a6b3d90c4cf446f7327,572
|
|
6
6
|
llama_deploy/appserver/deployment.py,sha256=f1ccdb2df6e333b40cede8e46a194f4fcf35673b0d66b307d6f3260c3478738a,6531
|
|
7
7
|
llama_deploy/appserver/deployment_config_parser.py,sha256=e2b6c483203d96ab795c4e55df15c694c20458d5a03fab89c2b71e481291a2d3,510
|
|
@@ -19,6 +19,6 @@ llama_deploy/appserver/workflow_loader.py,sha256=37afcda182d8a9d39cb01ada5690d79
|
|
|
19
19
|
llama_deploy/appserver/workflow_store/agent_data_store.py,sha256=816710c9957c37792ce38e97a2c57cd8079953d55489b445675646ff74b4e13e,7710
|
|
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.4.
|
|
23
|
-
llama_deploy_appserver-0.4.
|
|
24
|
-
llama_deploy_appserver-0.4.
|
|
22
|
+
llama_deploy_appserver-0.4.4.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
23
|
+
llama_deploy_appserver-0.4.4.dist-info/METADATA,sha256=a1a5d4b7bb4b98813fcc2c135c3566c69fe95a3a9214d151d3874ee724a8aaa6,1117
|
|
24
|
+
llama_deploy_appserver-0.4.4.dist-info/RECORD,,
|
|
File without changes
|