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

Files changed (34) hide show
  1. groundx/__init__.py +44 -1
  2. groundx/client.py +3 -0
  3. groundx/core/client_wrapper.py +2 -2
  4. groundx/extract/agents/agent.py +5 -5
  5. groundx/types/__init__.py +40 -0
  6. groundx/types/workflow_apply_request.py +24 -0
  7. groundx/types/workflow_detail.py +55 -0
  8. groundx/types/workflow_detail_relationships.py +36 -0
  9. groundx/types/workflow_engine.py +58 -0
  10. groundx/types/workflow_engine_reasoning_effort.py +5 -0
  11. groundx/types/workflow_engine_service.py +7 -0
  12. groundx/types/workflow_prompt.py +39 -0
  13. groundx/types/workflow_prompt_group.py +25 -0
  14. groundx/types/workflow_prompt_role.py +5 -0
  15. groundx/types/workflow_response.py +20 -0
  16. groundx/types/workflow_step.py +26 -0
  17. groundx/types/workflow_steps.py +50 -0
  18. groundx/types/workflow_steps_chunk_instruct.py +24 -0
  19. groundx/types/workflow_steps_chunk_summary.py +26 -0
  20. groundx/types/workflow_steps_doc_keys.py +22 -0
  21. groundx/types/workflow_steps_doc_summary.py +23 -0
  22. groundx/types/workflow_steps_search_query.py +22 -0
  23. groundx/types/workflow_steps_sect_instruct.py +20 -0
  24. groundx/types/workflow_steps_sect_summary.py +23 -0
  25. groundx/types/workflows_response.py +20 -0
  26. groundx/workflow/__init__.py +7 -0
  27. groundx/workflow/client.py +743 -0
  28. groundx/workflow/raw_client.py +834 -0
  29. groundx/workflow/types/__init__.py +7 -0
  30. groundx/workflow/types/workflow_get_request_id.py +5 -0
  31. {groundx-2.5.9.dist-info → groundx-2.6.0.dist-info}/METADATA +1 -1
  32. {groundx-2.5.9.dist-info → groundx-2.6.0.dist-info}/RECORD +34 -9
  33. {groundx-2.5.9.dist-info → groundx-2.6.0.dist-info}/LICENSE +0 -0
  34. {groundx-2.5.9.dist-info → groundx-2.6.0.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.9
3
+ Version: 2.6.0
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=YyXRMLgmhBNmIitM02dJ5sfPrUvihf96h9pa4CQqIV4,4124
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=cG2JMbsF_P8oJNb1dnc9HeGzKlHoJNBpcxXn5C4t5YM,6634
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=pwQWa3x4j8dG98ElFty0USQnoRKhkD-wLSp7WzjEfZc,1822
8
+ groundx/core/client_wrapper.py,sha256=ptNkchLz-Fcdgpa0dIJHtFbS8SSM0CUlgFIlx4PvDyQ,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
@@ -30,7 +30,7 @@ groundx/errors/bad_request_error.py,sha256=PnE3v3kETCXm9E3LiNcHLNtjPEUvpe98-r59q
30
30
  groundx/errors/unauthorized_error.py,sha256=mryinHCAaknn5St2VF17R9XybZUcWRRYWEjxg63dQSA,340
31
31
  groundx/extract/__init__.py,sha256=bIrn4ulZM0thiaz4zh32XyjnHNTcgmHzixYOsYK1e6M,928
32
32
  groundx/extract/agents/__init__.py,sha256=i95YB5jxXog8gn02t5c2to2zF00EZMiKjeukXZQt36g,90
33
- groundx/extract/agents/agent.py,sha256=vFvYv0_lHz4auejiCxz4bX0QG5JxHTEHOuBBcIOXWBI,6158
33
+ groundx/extract/agents/agent.py,sha256=Ajj1wo1GXQIpFupm0MZ27RypjTCi2qknYuitTrmRmHU,6137
34
34
  groundx/extract/classes/__init__.py,sha256=i7gl0O6K2THXwS8oszYlQ6lzvG4iglmvcuebqLvYH6A,574
35
35
  groundx/extract/classes/agent.py,sha256=nDPr10PPqtRYxYE917P3vaZQGHCVLd0bH9xaMdBul4s,711
36
36
  groundx/extract/classes/api.py,sha256=fgCwua4xf8oK2J8p-LYAFyeEpbGg1kETEUAGSH60lr4,345
@@ -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.9.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
- groundx-2.5.9.dist-info/METADATA,sha256=EUfwjdoVyi1z_KchhqLWynRnptZgdN4ego3hBRqG8Ig,5919
131
- groundx-2.5.9.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
- groundx-2.5.9.dist-info/RECORD,,
149
+ groundx/workflow/__init__.py,sha256=fGf-XTsj0bkp_nV-svtq33R1LwufLe4t_3qsSBTaTT4,161
150
+ groundx/workflow/client.py,sha256=X0QECFnzIfS-pqfOgFYqhHp-P3gYXqK-49Shdw_Vwpw,19712
151
+ groundx/workflow/raw_client.py,sha256=6nPOvPAmLq3r8fTd7q5_0cvP6BFepU6RGzTnQ2-Ee-w,30895
152
+ groundx/workflow/types/__init__.py,sha256=zlK65Gp_dtVFjQmx6QIQfkR-T2w77KMCopzBHuCjfpY,179
153
+ groundx/workflow/types/workflow_get_request_id.py,sha256=z7oyA9qhGIc0zkDgD6JaEqLOPcMfwc0NBpzi7uVuDOs,126
154
+ groundx-2.6.0.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
155
+ groundx-2.6.0.dist-info/METADATA,sha256=USFwTyKAv37imO-1lUUt7X672o_cBiGNNP2RMGHo_Os,5919
156
+ groundx-2.6.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
157
+ groundx-2.6.0.dist-info/RECORD,,