letta-nightly 0.10.0.dev20250801010504__py3-none-any.whl → 0.10.0.dev20250801104513__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.
- letta/data_sources/redis_client.py +1 -2
- {letta_nightly-0.10.0.dev20250801010504.dist-info → letta_nightly-0.10.0.dev20250801104513.dist-info}/METADATA +1 -1
- {letta_nightly-0.10.0.dev20250801010504.dist-info → letta_nightly-0.10.0.dev20250801104513.dist-info}/RECORD +6 -6
- {letta_nightly-0.10.0.dev20250801010504.dist-info → letta_nightly-0.10.0.dev20250801104513.dist-info}/LICENSE +0 -0
- {letta_nightly-0.10.0.dev20250801010504.dist-info → letta_nightly-0.10.0.dev20250801104513.dist-info}/WHEEL +0 -0
- {letta_nightly-0.10.0.dev20250801010504.dist-info → letta_nightly-0.10.0.dev20250801104513.dist-info}/entry_points.txt +0 -0
@@ -4,6 +4,7 @@ from typing import Any, Optional, Set, Union
|
|
4
4
|
|
5
5
|
from letta.constants import REDIS_EXCLUDE, REDIS_INCLUDE, REDIS_SET_DEFAULT_VAL
|
6
6
|
from letta.log import get_logger
|
7
|
+
from letta.settings import settings
|
7
8
|
|
8
9
|
try:
|
9
10
|
from redis import RedisError
|
@@ -294,8 +295,6 @@ async def get_redis_client() -> AsyncRedisClient:
|
|
294
295
|
global _client_instance
|
295
296
|
if _client_instance is None:
|
296
297
|
try:
|
297
|
-
from letta.settings import settings
|
298
|
-
|
299
298
|
# If Redis settings are not configured, use noop client
|
300
299
|
if settings.redis_host is None or settings.redis_port is None:
|
301
300
|
logger.info("Redis not configured, using noop client")
|
@@ -21,7 +21,7 @@ letta/constants.py,sha256=D_rczuQLn8lAoVLhYpwFM2hhrc3RTKes4NBIZh8ynV0,15183
|
|
21
21
|
letta/data_sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
letta/data_sources/connectors.py,sha256=V8mUgE3V6CX-CcOyvkPSQ_ZWP2VtuqgTEXkCN1j0p68,7920
|
23
23
|
letta/data_sources/connectors_helper.py,sha256=oQpVlc-BjSz9sTZ7sp4PsJSXJbBKpZPi3Dam03CURTQ,3376
|
24
|
-
letta/data_sources/redis_client.py,sha256=
|
24
|
+
letta/data_sources/redis_client.py,sha256=Lz9hjJL9S7yd_qsvbuwqrGL3GwZe-qOc0uZm9FqNm4M,10688
|
25
25
|
letta/embeddings.py,sha256=zh_yQCXNhmzIKAwLCXDpACqFiCg4WC9m2HwJz1U8TN8,10526
|
26
26
|
letta/errors.py,sha256=DiskTVZiSZ4jbjEBYw7TDvuslnYhcXSXX2LUzmMbydo,7632
|
27
27
|
letta/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -451,8 +451,8 @@ letta/templates/summary_request_text.j2,sha256=ZttQwXonW2lk4pJLYzLK0pmo4EO4EtUUI
|
|
451
451
|
letta/templates/template_helper.py,sha256=CzkLA-n_BCyvguP4c0V-O_YjQY1vl059MAQwbjt198s,1364
|
452
452
|
letta/types/__init__.py,sha256=hokKjCVFGEfR7SLMrtZsRsBfsC7yTIbgKPLdGg4K1eY,147
|
453
453
|
letta/utils.py,sha256=Fwwe2imHRamc_kucAATo8NXhwDG5NBoOIYmBaERXUhM,38384
|
454
|
-
letta_nightly-0.10.0.
|
455
|
-
letta_nightly-0.10.0.
|
456
|
-
letta_nightly-0.10.0.
|
457
|
-
letta_nightly-0.10.0.
|
458
|
-
letta_nightly-0.10.0.
|
454
|
+
letta_nightly-0.10.0.dev20250801104513.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
|
455
|
+
letta_nightly-0.10.0.dev20250801104513.dist-info/METADATA,sha256=M1XrCufQlCD86lBxCDTFfzhSgSwzjjVv2bWm0dfOv8s,23310
|
456
|
+
letta_nightly-0.10.0.dev20250801104513.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
457
|
+
letta_nightly-0.10.0.dev20250801104513.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
|
458
|
+
letta_nightly-0.10.0.dev20250801104513.dist-info/RECORD,,
|
File without changes
|
File without changes
|