agenta 0.59.9__py3-none-any.whl → 0.59.10__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.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
agenta/sdk/utils/cache.py
CHANGED
|
@@ -5,7 +5,7 @@ from collections import OrderedDict
|
|
|
5
5
|
from threading import Lock
|
|
6
6
|
|
|
7
7
|
CACHE_CAPACITY = int(getenv("AGENTA_MIDDLEWARE_CACHE_CAPACITY", "512"))
|
|
8
|
-
CACHE_TTL = int(getenv("AGENTA_MIDDLEWARE_CACHE_TTL", str(
|
|
8
|
+
CACHE_TTL = int(getenv("AGENTA_MIDDLEWARE_CACHE_TTL", str(1 * 60))) # 1 minutes
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class TTLLRUCache:
|
|
@@ -351,7 +351,7 @@ agenta/sdk/tracing/spans.py,sha256=nqUOjjirBxB8Eacv8Qj4Ra_6rknGi3lbJdNyKmk5ODQ,3
|
|
|
351
351
|
agenta/sdk/tracing/tracing.py,sha256=mHsmlp19PKJsd80JPqsvpHsNX_rr9rQz-Fepv4PNqz8,9233
|
|
352
352
|
agenta/sdk/types.py,sha256=J_xtNHzbMoGcG69prMHqlm0khzWwaV67zks-G2J1Pvo,22745
|
|
353
353
|
agenta/sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
|
-
agenta/sdk/utils/cache.py,sha256=
|
|
354
|
+
agenta/sdk/utils/cache.py,sha256=Er1Hvu1QVLGl99HkUHZ2lKBg3f6PnpkD1uZRvK9r3u4,1429
|
|
355
355
|
agenta/sdk/utils/constants.py,sha256=zW3R4rjXOo2L5lz6q84l_zYuOM9u4mpPRHw_B1Dr_hI,67
|
|
356
356
|
agenta/sdk/utils/costs.py,sha256=i8C7ud__pThLS55XkN4YW8czXtGeXr2mx7jjcOFeiXg,5955
|
|
357
357
|
agenta/sdk/utils/exceptions.py,sha256=Dq3lh5Ug7IhF4nvYRXXlwhgxEuByOnT1w0uVMZx1eaM,1504
|
|
@@ -366,6 +366,6 @@ agenta/sdk/workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
366
366
|
agenta/sdk/workflows/registry.py,sha256=4FRSeU4njMmP6xFCIteF5f_W6NVlqFTx1AM7hsaGAQk,975
|
|
367
367
|
agenta/sdk/workflows/types.py,sha256=SjYeT8FWVgwaIIC8sI3fRjKERLEA_oxuBGvYSaFqNg8,11720
|
|
368
368
|
agenta/sdk/workflows/utils.py,sha256=ILfY8DSBWLrdWIuKg6mq7rANwKiiY6sxEeFiBFhjLYM,413
|
|
369
|
-
agenta-0.59.
|
|
370
|
-
agenta-0.59.
|
|
371
|
-
agenta-0.59.
|
|
369
|
+
agenta-0.59.10.dist-info/METADATA,sha256=pNDGMDTMuAplMm8seRRV9MZDLygMZbceMhjdzAdvj1k,31793
|
|
370
|
+
agenta-0.59.10.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
371
|
+
agenta-0.59.10.dist-info/RECORD,,
|
|
File without changes
|