clerk-sdk 0.3.3__tar.gz → 0.3.4__tar.gz
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.
- {clerk_sdk-0.3.3/clerk_sdk.egg-info → clerk_sdk-0.3.4}/PKG-INFO +1 -1
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/decorator/task_decorator.py +3 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4/clerk_sdk.egg-info}/PKG-INFO +1 -1
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/setup.py +1 -1
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/LICENSE +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/MANIFEST.in +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/README.md +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/base.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/client.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/decorator/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/decorator/models.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/exceptions/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/exceptions/exceptions.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/exceptions/remote_device.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/action_model/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/action_model/model.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/action_model/utils.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/client.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/client_actor/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/client_actor/client_actor.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/client_actor/exception.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/client_actor/model.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/decorators/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/decorators/gui_automation.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/exceptions/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/exceptions/agent_manager.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/exceptions/modality/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/exceptions/modality/exc.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/exceptions/websocket.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/requirements.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_actions/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_actions/actions.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_actions/base.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_actions/support.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_inspector/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_inspector/gui_vision.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_inspector/models.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/ai_recovery.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/decorators.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/exceptions.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/models.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/gui_automation/ui_state_machine/state_machine.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/document.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/document_statuses.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/file.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/remote_device.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/response_model.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/models/ui_operator.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/utils/__init__.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/utils/logger.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk/utils/save_artifact.py +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk_sdk.egg-info/SOURCES.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk_sdk.egg-info/dependency_links.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk_sdk.egg-info/requires.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/clerk_sdk.egg-info/top_level.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/pyproject.toml +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/requirements.txt +0 -0
- {clerk_sdk-0.3.3 → clerk_sdk-0.3.4}/setup.cfg +0 -0
|
@@ -21,6 +21,9 @@ def clerk_code():
|
|
|
21
21
|
error_info = None
|
|
22
22
|
if payload is None:
|
|
23
23
|
use_pickle = True
|
|
24
|
+
# Write a placeholder output file in case of early failure
|
|
25
|
+
with open(output_pkl, "wb") as f:
|
|
26
|
+
pickle.dump({"error": "Early failure"}, f)
|
|
24
27
|
try:
|
|
25
28
|
with open(input_pkl, "rb") as f:
|
|
26
29
|
raw_data = pickle.load(f)
|
|
@@ -13,7 +13,7 @@ gui_requirements = get_requirements("./clerk/gui_automation")
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="clerk-sdk",
|
|
16
|
-
version="0.3.
|
|
16
|
+
version="0.3.4",
|
|
17
17
|
description="Library for interacting with Clerk",
|
|
18
18
|
long_description=open("README.md").read(),
|
|
19
19
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|