groundx 2.5.10__py3-none-any.whl → 2.6.2__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 groundx might be problematic. Click here for more details.

Files changed (33) hide show
  1. groundx/__init__.py +44 -1
  2. groundx/client.py +3 -0
  3. groundx/core/client_wrapper.py +2 -2
  4. groundx/types/__init__.py +40 -0
  5. groundx/types/workflow_apply_request.py +24 -0
  6. groundx/types/workflow_detail.py +55 -0
  7. groundx/types/workflow_detail_relationships.py +36 -0
  8. groundx/types/workflow_engine.py +58 -0
  9. groundx/types/workflow_engine_reasoning_effort.py +5 -0
  10. groundx/types/workflow_engine_service.py +7 -0
  11. groundx/types/workflow_prompt.py +39 -0
  12. groundx/types/workflow_prompt_group.py +25 -0
  13. groundx/types/workflow_prompt_role.py +5 -0
  14. groundx/types/workflow_response.py +20 -0
  15. groundx/types/workflow_step.py +26 -0
  16. groundx/types/workflow_steps.py +50 -0
  17. groundx/types/workflow_steps_chunk_instruct.py +24 -0
  18. groundx/types/workflow_steps_chunk_summary.py +26 -0
  19. groundx/types/workflow_steps_doc_keys.py +22 -0
  20. groundx/types/workflow_steps_doc_summary.py +23 -0
  21. groundx/types/workflow_steps_search_query.py +22 -0
  22. groundx/types/workflow_steps_sect_instruct.py +20 -0
  23. groundx/types/workflow_steps_sect_summary.py +23 -0
  24. groundx/types/workflows_response.py +20 -0
  25. groundx/workflows/__init__.py +7 -0
  26. groundx/workflows/client.py +731 -0
  27. groundx/workflows/raw_client.py +836 -0
  28. groundx/workflows/types/__init__.py +7 -0
  29. groundx/workflows/types/workflow_get_request_id.py +5 -0
  30. {groundx-2.5.10.dist-info → groundx-2.6.2.dist-info}/METADATA +1 -1
  31. {groundx-2.5.10.dist-info → groundx-2.6.2.dist-info}/RECORD +33 -8
  32. {groundx-2.5.10.dist-info → groundx-2.6.2.dist-info}/LICENSE +0 -0
  33. {groundx-2.5.10.dist-info → groundx-2.6.2.dist-info}/WHEEL +0 -0
@@ -0,0 +1,7 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ # isort: skip_file
4
+
5
+ from .workflow_get_request_id import WorkflowGetRequestId
6
+
7
+ __all__ = ["WorkflowGetRequestId"]
@@ -0,0 +1,5 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ WorkflowGetRequestId = typing.Union[int, str]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: groundx
3
- Version: 2.5.10
3
+ Version: 2.6.2
4
4
  Summary:
5
5
  License: MIT
6
6
  Requires-Python: >=3.8,<4.0
@@ -1,11 +1,11 @@
1
- groundx/__init__.py,sha256=0ysG1bUu9YHhB92o5bZdxvLKTLPzmYb_Lk06fDC-Dww,2945
1
+ groundx/__init__.py,sha256=GPYfE6LAmJPuHE---g6UWJBO4vZSh6uAW9OCuQH0yww,4127
2
2
  groundx/buckets/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
3
3
  groundx/buckets/client.py,sha256=F1tcqQoqmrC8lQtRZvmXldIdVxIp1LWfdbAfY8SB5sM,11460
4
4
  groundx/buckets/raw_client.py,sha256=T2Ty5obN7eHbaxHGAimzjM8MGOmSOQEckhciyZkzcjE,23873
5
- groundx/client.py,sha256=FsVhPSZ1kd70pOVv37zTbNSwBM7XdttSx4aEPobPoew,6412
5
+ groundx/client.py,sha256=PksVIgU2pXup9Ewkl7NcLPvQOIhg_Do3cJVGgXqqQjE,6641
6
6
  groundx/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
7
7
  groundx/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
8
- groundx/core/client_wrapper.py,sha256=wxiY80ZmYdDk-AELJo-9DnwGRZ3qBPzEiiNJ_Eiui1Q,1824
8
+ groundx/core/client_wrapper.py,sha256=D1IvPdq1PXOyeZYA5uZdKfJbZLMdOwihQQdFyvMvfr8,1822
9
9
  groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
11
11
  groundx/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
@@ -77,7 +77,7 @@ groundx/search/client.py,sha256=ArfAbcQGS6eCWuMU5Ld-AQ8nB0Vh-4Jec3tt05QJtuM,1378
77
77
  groundx/search/raw_client.py,sha256=_qO5u62e1d0rVbRUeyJFdt85v7WT_bSHcSLf8wJvfgQ,19545
78
78
  groundx/search/types/__init__.py,sha256=sy0s9qFdeT4Q3SJxK6hrulnsPirVpKkjxI29OqLTY0s,185
79
79
  groundx/search/types/search_content_request_id.py,sha256=us7mYdzR0qPur_wR5I9BhHaLEzC5nLBRna6-xq4M1ec,128
80
- groundx/types/__init__.py,sha256=H8B-l1oxrOtnLCGJ-lESncpcxACFsfUDBIh608P8pWY,3706
80
+ groundx/types/__init__.py,sha256=da_CncK5LZVjbGFfmgZPiT3GT2gXX0bgMql1rf1EQbQ,5410
81
81
  groundx/types/bounding_box_detail.py,sha256=5_l3vFNIs2n-U2VXEpyPRcTcFKpMWrpvzQiIL88XNEs,1796
82
82
  groundx/types/bucket_detail.py,sha256=sYKzUCPCAosh2jTFfSDtSn0bEsLL228kLjA51jFEYwY,1475
83
83
  groundx/types/bucket_list_response.py,sha256=m1lO4PElbxc5VFCLchPtdWfCTlfrm8enpTe3bg1ng7Y,1060
@@ -125,8 +125,33 @@ groundx/types/sort_order.py,sha256=hfJkStz6zHf3iWQFaVLkNCZPdyj5JS7TsQlN4Ij8Q5A,1
125
125
  groundx/types/subscription_detail.py,sha256=GEEivqyiLsZtd8Ow7mqqwF1y0m0tHD-t9r9dnZsDKAw,732
126
126
  groundx/types/subscription_detail_meters.py,sha256=vGqiR2uupVh5177DfOghjoe5mwzVhoWljKzPF-twUc0,794
127
127
  groundx/types/website_source.py,sha256=53jWDBtSrJVOsBVtVbZbjhEAsd0QGkXa7IuKO4AooLs,1542
128
+ groundx/types/workflow_apply_request.py,sha256=BooXhqjiXftutycdR4GEARPvOcK-tMEKDRS02zFQH0o,755
129
+ groundx/types/workflow_detail.py,sha256=xWIFGayvsFLPHvzRY1MyvojNIYMv4eIiJBWP7Xj332w,1639
130
+ groundx/types/workflow_detail_relationships.py,sha256=lw-7OcI595j_1wjC1Rd4rFoPk4UjwniF3SKydX5mlG4,1072
131
+ groundx/types/workflow_engine.py,sha256=J_PXgGLUrpY7Ci-A6jx1vq7_9h-3OZTMrxdru0DkieI,1977
132
+ groundx/types/workflow_engine_reasoning_effort.py,sha256=xQma7tB5cVPvaj5WqmBe1scPqeDWDDsTe2TlDXXnOVs,189
133
+ groundx/types/workflow_engine_service.py,sha256=8EPL1ffSnv1r547eixSryVqO-X18TYFyHZotqw1qHA4,211
134
+ groundx/types/workflow_prompt.py,sha256=r0ei5qpw_cv-FmpG1Z5lfr9QteOcB0Kh_rGomRqRtTU,1261
135
+ groundx/types/workflow_prompt_group.py,sha256=iT3QibXPAVyA_aAC8Z2aEqDul1xelbFOcsjYnHrPB6Q,724
136
+ groundx/types/workflow_prompt_role.py,sha256=oasiW8V0qVZGMSULH0cPRySvf28SX4ESbzyfECrkIX0,173
137
+ groundx/types/workflow_response.py,sha256=5SFtWKKTQW3L26Tv02Cc0aI4oZN-3NaCwzNk5WD762I,582
138
+ groundx/types/workflow_step.py,sha256=PkwIsR9IRjcrFtUDbjHAvkEhIczUJQtp88WjcbYdZsw,799
139
+ groundx/types/workflow_steps.py,sha256=oGf-zP5p6kigPe_GT4z9xaVlYTuHYxakbvVlC4e39YU,2102
140
+ groundx/types/workflow_steps_chunk_instruct.py,sha256=Gszs6Oh3fGtLaWunxq_wpdsGt3MNOm2TIDH-S2CDojU,907
141
+ groundx/types/workflow_steps_chunk_summary.py,sha256=US2EY9Id5jIo7Naz-2iogfudE2CmxJTTYnr8UPD0g10,1058
142
+ groundx/types/workflow_steps_doc_keys.py,sha256=5GvJWaF3NVK8thxWNtJEEr6jW_2I3T2EE1Chqd8_ZU8,729
143
+ groundx/types/workflow_steps_doc_summary.py,sha256=alzXvPCXJ-XGIhbXE88HbklMcFwc0frSh-aW674SgrM,838
144
+ groundx/types/workflow_steps_search_query.py,sha256=DbsIChD58JB6aF-0tUhf8jwOQ9HF68s8_kviAzr--YI,733
145
+ groundx/types/workflow_steps_sect_instruct.py,sha256=EJhl5__qyC1o1-CQh9HL-bwGmWsXilLYNcdFJhlp7YA,606
146
+ groundx/types/workflow_steps_sect_summary.py,sha256=76MalXb7GO0m4x-UllrYkkvQbSjx9Qu1WROlxvyNCRU,781
147
+ groundx/types/workflows_response.py,sha256=lKy6N4r0jTVK2S3mnmTzAvPjkmOl4BTnU2q0k-TbqjQ,597
128
148
  groundx/version.py,sha256=1yVogKaq260fQfckM2RYN2144SEw0QROsZW8ICtkG4U,74
129
- groundx-2.5.10.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
- groundx-2.5.10.dist-info/METADATA,sha256=MSv5gnexWYVGFJreUZ_yDP3aaANrjLUF4ovxR7H3wL8,5920
131
- groundx-2.5.10.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
- groundx-2.5.10.dist-info/RECORD,,
149
+ groundx/workflows/__init__.py,sha256=fGf-XTsj0bkp_nV-svtq33R1LwufLe4t_3qsSBTaTT4,161
150
+ groundx/workflows/client.py,sha256=4Rrn35oz4VagsdOOPSrb-Md9sXnnFPUB7Hgu6yEDmk8,19582
151
+ groundx/workflows/raw_client.py,sha256=UVI38ESwtxzew-dos5ssyJ9s-RrSd-zJVf1gKoX6-a4,30897
152
+ groundx/workflows/types/__init__.py,sha256=zlK65Gp_dtVFjQmx6QIQfkR-T2w77KMCopzBHuCjfpY,179
153
+ groundx/workflows/types/workflow_get_request_id.py,sha256=z7oyA9qhGIc0zkDgD6JaEqLOPcMfwc0NBpzi7uVuDOs,126
154
+ groundx-2.6.2.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
155
+ groundx-2.6.2.dist-info/METADATA,sha256=B1bE4tGaymiZZgP-9TvZF4UUrrwITyQpv2RDgNV3swY,5919
156
+ groundx-2.6.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
157
+ groundx-2.6.2.dist-info/RECORD,,