simplex 1.2.80__py3-none-any.whl → 1.2.82__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 simplex might be problematic. Click here for more details.
- simplex/simplex.py +2 -1
- {simplex-1.2.80.dist-info → simplex-1.2.82.dist-info}/METADATA +2 -12
- simplex-1.2.82.dist-info/RECORD +11 -0
- {simplex-1.2.80.dist-info → simplex-1.2.82.dist-info}/WHEEL +1 -1
- simplex-1.2.80.dist-info/RECORD +0 -11
- {simplex-1.2.80.dist-info → simplex-1.2.82.dist-info}/LICENSE +0 -0
- {simplex-1.2.80.dist-info → simplex-1.2.82.dist-info}/entry_points.txt +0 -0
- {simplex-1.2.80.dist-info → simplex-1.2.82.dist-info}/top_level.txt +0 -0
simplex/simplex.py
CHANGED
|
@@ -24,6 +24,7 @@ except ImportError:
|
|
|
24
24
|
ImportWarning
|
|
25
25
|
)
|
|
26
26
|
|
|
27
|
+
# BASE_URL="https://simplex-dev-shreya--api-server-and-container-service-fas-bba69e.modal.run"
|
|
27
28
|
# BASE_URL = "https://simplex-dev--api-server-and-container-service-fastapi-app.modal.run"
|
|
28
29
|
BASE_URL = "https://api.simplex.sh"
|
|
29
30
|
|
|
@@ -283,7 +284,7 @@ class Simplex:
|
|
|
283
284
|
if 'succeeded' not in response.json():
|
|
284
285
|
raise ValueError(f"It looks like the agentic action failed to return a response. Did you set your api_key when creating the Simplex class?")
|
|
285
286
|
if response.json()['succeeded']:
|
|
286
|
-
return
|
|
287
|
+
return response.json()['agent_response']
|
|
287
288
|
else:
|
|
288
289
|
raise ValueError(f"Failed to complete agentic task: {response.json()['error']}")
|
|
289
290
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: simplex
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.82
|
|
4
4
|
Summary: Official Python SDK for Simplex API
|
|
5
5
|
Home-page: https://simplex.sh
|
|
6
6
|
Author: Simplex Labs, Inc.
|
|
@@ -19,16 +19,6 @@ Requires-Dist: python-dotenv
|
|
|
19
19
|
Requires-Dist: click
|
|
20
20
|
Provides-Extra: playwright
|
|
21
21
|
Requires-Dist: rebrowser-playwright>=1.0.0; extra == "playwright"
|
|
22
|
-
Dynamic: author
|
|
23
|
-
Dynamic: author-email
|
|
24
|
-
Dynamic: classifier
|
|
25
|
-
Dynamic: description
|
|
26
|
-
Dynamic: description-content-type
|
|
27
|
-
Dynamic: home-page
|
|
28
|
-
Dynamic: provides-extra
|
|
29
|
-
Dynamic: requires-dist
|
|
30
|
-
Dynamic: requires-python
|
|
31
|
-
Dynamic: summary
|
|
32
22
|
|
|
33
23
|
# Simplex AI Python SDK
|
|
34
24
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
simplex/__init__.py,sha256=GDLe-j8I1LGm6oWr-4pZtUpatdH3aGAqiUYH42p0CXA,97
|
|
2
|
+
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
+
simplex/simplex.py,sha256=aeozb_CKzPZTuMlWyMiAEj4kw953kkswwyA081S30z0,40600
|
|
4
|
+
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
5
|
+
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
6
|
+
simplex-1.2.82.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
7
|
+
simplex-1.2.82.dist-info/METADATA,sha256=l5_qfadm-nY-cy9DFsMenivb3M19fB-iVNURrGLXjrE,834
|
|
8
|
+
simplex-1.2.82.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
9
|
+
simplex-1.2.82.dist-info/entry_points.txt,sha256=3veL2w3c5vxb3dm8I_M8Fs-370n1ZnvD8uu1nSsL7z8,45
|
|
10
|
+
simplex-1.2.82.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
11
|
+
simplex-1.2.82.dist-info/RECORD,,
|
simplex-1.2.80.dist-info/RECORD
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
simplex/__init__.py,sha256=GDLe-j8I1LGm6oWr-4pZtUpatdH3aGAqiUYH42p0CXA,97
|
|
2
|
-
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
-
simplex/simplex.py,sha256=YR_Ib_xTcTjAxY3xsBxNiOh-0Ob8BL4Xe2Yh7znK5zM,40471
|
|
4
|
-
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
5
|
-
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
6
|
-
simplex-1.2.80.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
7
|
-
simplex-1.2.80.dist-info/METADATA,sha256=pfpiWaKa-RzknUYE4SWFYj1c7xpnDIkZm2qY0DnquME,1055
|
|
8
|
-
simplex-1.2.80.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
-
simplex-1.2.80.dist-info/entry_points.txt,sha256=3veL2w3c5vxb3dm8I_M8Fs-370n1ZnvD8uu1nSsL7z8,45
|
|
10
|
-
simplex-1.2.80.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
11
|
-
simplex-1.2.80.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|