agenta 0.48.4__py3-none-any.whl → 0.48.6__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.
agenta/sdk/utils/helpers.py
CHANGED
|
@@ -32,7 +32,7 @@ def parse_url(url: str) -> str:
|
|
|
32
32
|
if internal_url:
|
|
33
33
|
return internal_url
|
|
34
34
|
|
|
35
|
-
docker_network_mode = os.getenv("DOCKER_NETWORK_MODE", "").lower()
|
|
35
|
+
docker_network_mode = os.getenv("DOCKER_NETWORK_MODE", "bridge").lower()
|
|
36
36
|
if docker_network_mode == "bridge":
|
|
37
37
|
return url.replace("localhost", "host.docker.internal")
|
|
38
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: agenta
|
|
3
|
-
Version: 0.48.
|
|
3
|
+
Version: 0.48.6
|
|
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
|
|
@@ -87,7 +87,7 @@ Description-Content-Type: text/markdown
|
|
|
87
87
|
</p>
|
|
88
88
|
|
|
89
89
|
<p align="center">
|
|
90
|
-
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-
|
|
90
|
+
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw">
|
|
91
91
|
<img src="https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white" />
|
|
92
92
|
</a>
|
|
93
93
|
<a href="https://www.linkedin.com/company/agenta-ai/">
|
|
@@ -192,7 +192,7 @@ Find help, explore resources, or get involved:
|
|
|
192
192
|
|
|
193
193
|
- **📚 [Documentation](https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme)** – Full guides and API reference
|
|
194
194
|
- **📋 [Changelog](https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme)** – Track recent updates
|
|
195
|
-
- **💬 [Slack Community](https://join.slack.com/t/agenta-hq/shared_invite/zt-
|
|
195
|
+
- **💬 [Slack Community](https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw)** – Ask questions and get support
|
|
196
196
|
|
|
197
197
|
### 🤝 Contribute
|
|
198
198
|
|
|
@@ -245,11 +245,11 @@ agenta/sdk/utils/constants.py,sha256=zW3R4rjXOo2L5lz6q84l_zYuOM9u4mpPRHw_B1Dr_hI
|
|
|
245
245
|
agenta/sdk/utils/costs.py,sha256=i8C7ud__pThLS55XkN4YW8czXtGeXr2mx7jjcOFeiXg,5955
|
|
246
246
|
agenta/sdk/utils/exceptions.py,sha256=Dq3lh5Ug7IhF4nvYRXXlwhgxEuByOnT1w0uVMZx1eaM,1504
|
|
247
247
|
agenta/sdk/utils/globals.py,sha256=9ixKS8aI6ZWgsjT8WngvTg4dsnP2cKErNJngHxzdK9U,256
|
|
248
|
-
agenta/sdk/utils/helpers.py,sha256=
|
|
248
|
+
agenta/sdk/utils/helpers.py,sha256=5yXWUbizTVAw1kLbV2UQWnkvxUL0vegXOYN55ylS3Gs,1175
|
|
249
249
|
agenta/sdk/utils/logging.py,sha256=j4NzpFk2ilOM10sRBOxCjmansDHSx6HwMV8IAEreRb8,8386
|
|
250
250
|
agenta/sdk/utils/preinit.py,sha256=1TAAHhYyYnLLwvzwnf33Qwkou7tI3iITlVt-1kcyGaM,1186
|
|
251
251
|
agenta/sdk/utils/singleton.py,sha256=17Ph7LGnnV8HkPjImruKita2ni03Ari5jr0jqm__4sc,312
|
|
252
252
|
agenta/sdk/utils/timing.py,sha256=nZR-kudVUtKFlHuBhztgSGxj7FVnCB4Uv6sfg-1dkrQ,1556
|
|
253
|
-
agenta-0.48.
|
|
254
|
-
agenta-0.48.
|
|
255
|
-
agenta-0.48.
|
|
253
|
+
agenta-0.48.6.dist-info/METADATA,sha256=FMYTBvl0SPQhKOP7BCDGFGfKFX3fBPnBm6v16C0T6CY,31433
|
|
254
|
+
agenta-0.48.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
255
|
+
agenta-0.48.6.dist-info/RECORD,,
|
|
File without changes
|