agenta 0.37.2__py3-none-any.whl → 0.38.0__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/tracing/processors.py
CHANGED
|
@@ -31,7 +31,7 @@ class TraceProcessor(BatchSpanProcessor):
|
|
|
31
31
|
super().__init__(
|
|
32
32
|
span_exporter,
|
|
33
33
|
_DEFAULT_MAX_QUEUE_SIZE,
|
|
34
|
-
|
|
34
|
+
5 * 1000 if inline else _DEFAULT_SCHEDULE_DELAY_MILLIS, # < 5 seconds
|
|
35
35
|
_DEFAULT_MAX_EXPORT_BATCH_SIZE,
|
|
36
36
|
500 if inline else _DEFAULT_EXPORT_TIMEOUT_MILLIS, # < 1 second
|
|
37
37
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: agenta
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.38.0
|
|
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)
|
|
@@ -234,7 +234,7 @@ agenta/sdk/tracing/attributes.py,sha256=zh8JQZSeYCLBeIRSopKJx6QQ-WEgw08Cr64DS_WO
|
|
|
234
234
|
agenta/sdk/tracing/conventions.py,sha256=JBtznBXZ3aRkGKkLl7cPwdMNh3w1G-H2Ta2YrAxbr38,950
|
|
235
235
|
agenta/sdk/tracing/exporters.py,sha256=mnqZXbien7uzEdwfm06BFOZnC8JVJvNWI4ODSyMUeSc,3160
|
|
236
236
|
agenta/sdk/tracing/inline.py,sha256=tY9mH1zMlJMqf2WWKJdakLtMHJKNeYRaynqvsPeqpTY,31312
|
|
237
|
-
agenta/sdk/tracing/processors.py,sha256=
|
|
237
|
+
agenta/sdk/tracing/processors.py,sha256=AfAzyh3YEo6avhnE2vhqEEF5cnnREjP2xOoMR3WIpU4,4261
|
|
238
238
|
agenta/sdk/tracing/propagation.py,sha256=EeOqDMqnh_MoEhGd1do_vy_tQBYUcoC8kpLqVoZeqg0,2561
|
|
239
239
|
agenta/sdk/tracing/spans.py,sha256=nqUOjjirBxB8Eacv8Qj4Ra_6rknGi3lbJdNyKmk5ODQ,3707
|
|
240
240
|
agenta/sdk/tracing/tracing.py,sha256=kWEt9AdUnTetgq7mR-fnap2isgL3NBg44cG7WFhZ_GU,7162
|
|
@@ -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.
|
|
254
|
-
agenta-0.
|
|
255
|
-
agenta-0.
|
|
253
|
+
agenta-0.38.0.dist-info/METADATA,sha256=idYmAEE-REQkOcNyM3BYiySjxlyHr6-33wRL-68EnsY,29658
|
|
254
|
+
agenta-0.38.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
255
|
+
agenta-0.38.0.dist-info/RECORD,,
|