agenta 0.37.1__py3-none-any.whl → 0.37.3__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/middleware/vault.py
CHANGED
|
@@ -22,8 +22,7 @@ import agenta as ag
|
|
|
22
22
|
_PROVIDER_KINDS = []
|
|
23
23
|
|
|
24
24
|
for provider_kind in StandardProviderKind.__args__[0].__args__: # type: ignore
|
|
25
|
-
|
|
26
|
-
_PROVIDER_KINDS.extend(provider_kind.__args__)
|
|
25
|
+
_PROVIDER_KINDS.append(provider_kind)
|
|
27
26
|
|
|
28
27
|
_CACHE_ENABLED = getenv("AGENTA_MIDDLEWARE_CACHE_ENABLED", "false").lower() in TRUTHY
|
|
29
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: agenta
|
|
3
|
-
Version: 0.37.
|
|
3
|
+
Version: 0.37.3
|
|
4
4
|
Summary: The SDK for agenta is an open-source LLMOps platform.
|
|
5
5
|
Keywords: LLMOps,LLM,evaluation,prompt engineering
|
|
6
6
|
Author: Mahmoud Mabrouk
|
|
@@ -19,9 +19,9 @@ Requires-Dist: fastapi (>=0.100.0)
|
|
|
19
19
|
Requires-Dist: httpx (>=0.24,<0.28)
|
|
20
20
|
Requires-Dist: importlib-metadata (>=8.0.0,<9.0)
|
|
21
21
|
Requires-Dist: litellm (>=1.48.0,<2.0.0)
|
|
22
|
-
Requires-Dist: opentelemetry-api (
|
|
23
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http (
|
|
24
|
-
Requires-Dist: opentelemetry-sdk (
|
|
22
|
+
Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
|
|
23
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.27.0,<2.0.0)
|
|
24
|
+
Requires-Dist: opentelemetry-sdk (>=1.27.0,<2.0.0)
|
|
25
25
|
Requires-Dist: pydantic (>=2)
|
|
26
26
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
|
27
27
|
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
|
@@ -227,7 +227,7 @@ agenta/sdk/middleware/cors.py,sha256=q3r7lGkrIdMcT_vuhsburMcjG7pyl7w0ycxrIrGJ2e8
|
|
|
227
227
|
agenta/sdk/middleware/inline.py,sha256=ee8E4XBGcRSrHTvblqX1yRXuTN_sxLm7lY1jnywrBG8,901
|
|
228
228
|
agenta/sdk/middleware/mock.py,sha256=bCUN9iJBxePyN9MBwBpJs-_iCNkUQeUjIIu3WElS1oQ,759
|
|
229
229
|
agenta/sdk/middleware/otel.py,sha256=ShaB7iVaUjdq6lOXf0vmZthQsDUjAgIrseyPeJzVkEU,840
|
|
230
|
-
agenta/sdk/middleware/vault.py,sha256=
|
|
230
|
+
agenta/sdk/middleware/vault.py,sha256=Hd_S8Lw1PLFdavnFwW_bb-HYlyYvaCxNJNwjvd2Bxyc,4043
|
|
231
231
|
agenta/sdk/router.py,sha256=mOguvtOwl2wmyAgOuWTsf98pQwpNiUILKIo67W_hR3A,119
|
|
232
232
|
agenta/sdk/tracing/__init__.py,sha256=rQNe5-zT5Kt7_CDhq-lnUIi1EYTBVzVf_MbfcIxVD98,41
|
|
233
233
|
agenta/sdk/tracing/attributes.py,sha256=zh8JQZSeYCLBeIRSopKJx6QQ-WEgw08Cr64DS_WOcT8,3833
|
|
@@ -250,6 +250,6 @@ agenta/sdk/utils/logging.py,sha256=eFzEFuYpggfIhEKv09JZRqcDzkmZ482a_E2G-X0FK7Y,4
|
|
|
250
250
|
agenta/sdk/utils/preinit.py,sha256=YlJL7RLfel0R7DFp-jK7OV-z4ZIQJM0oupYlk7g8b5o,1278
|
|
251
251
|
agenta/sdk/utils/singleton.py,sha256=17Ph7LGnnV8HkPjImruKita2ni03Ari5jr0jqm__4sc,312
|
|
252
252
|
agenta/sdk/utils/timing.py,sha256=rmBPSBuUnIu-epocUCVk0KcM2r36HuDoxkFqOZgfPhc,1507
|
|
253
|
-
agenta-0.37.
|
|
254
|
-
agenta-0.37.
|
|
255
|
-
agenta-0.37.
|
|
253
|
+
agenta-0.37.3.dist-info/METADATA,sha256=8UKr7xA-pXSZcDcfsPttZ5mGleZS3J5tuGncI_uj9F4,29658
|
|
254
|
+
agenta-0.37.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
255
|
+
agenta-0.37.3.dist-info/RECORD,,
|
|
File without changes
|