clerk-sdk 0.2.6__tar.gz → 0.2.7__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.2.6/clerk_sdk.egg-info → clerk_sdk-0.2.7}/PKG-INFO +1 -1
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/state_machine.py +0 -13
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7/clerk_sdk.egg-info}/PKG-INFO +1 -1
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/setup.py +1 -1
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/LICENSE +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/MANIFEST.in +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/README.md +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/base.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/client.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/decorator/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/decorator/models.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/decorator/task_decorator.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/action_model/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/action_model/model.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/action_model/utils.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/client.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/client_actor/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/client_actor/client_actor.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/client_actor/exception.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/client_actor/model.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/decorators/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/decorators/gui_automation.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/exceptions/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/exceptions/agent_manager.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/exceptions/modality/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/exceptions/modality/exc.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/exceptions/websocket.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/requirements.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_actions/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_actions/actions.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_actions/base.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_actions/support.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_inspector/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_inspector/gui_vision.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_inspector/models.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/ai_recovery.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/decorators.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/exceptions.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/gui_automation/ui_state_machine/models.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/document.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/document_statuses.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/file.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/remote_device.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/response_model.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/models/ui_operator.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/utils/__init__.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/utils/logger.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk/utils/save_artifact.py +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk_sdk.egg-info/SOURCES.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk_sdk.egg-info/dependency_links.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk_sdk.egg-info/requires.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/clerk_sdk.egg-info/top_level.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/pyproject.toml +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/requirements.txt +0 -0
- {clerk_sdk-0.2.6 → clerk_sdk-0.2.7}/setup.cfg +0 -0
|
@@ -66,9 +66,6 @@ class ScreenPilot:
|
|
|
66
66
|
tolerate_repeat_transitions: int = 5
|
|
67
67
|
tolerate_repeat_states: int = 5
|
|
68
68
|
enable_force_close_app_process: bool = False
|
|
69
|
-
ui_operator_enabled: bool = False
|
|
70
|
-
ui_operator_pooling_interval: int = 1 # seconds
|
|
71
|
-
ui_operator_timeout: int = 3600 # seconds (1 hour)
|
|
72
69
|
process_name: Optional[str] = None
|
|
73
70
|
_acted_since_state_eval: bool = False
|
|
74
71
|
_ai_recovery_agent: Optional[CourseCorrector] = None
|
|
@@ -722,14 +719,6 @@ class ScreenPilot:
|
|
|
722
719
|
"""
|
|
723
720
|
return None
|
|
724
721
|
|
|
725
|
-
@classmethod
|
|
726
|
-
def _initialize_env_variables(cls):
|
|
727
|
-
os.environ["_ui_operator_enabled"] = str(cls.ui_operator_enabled)
|
|
728
|
-
os.environ["_ui_operator_pooling_interval"] = str(
|
|
729
|
-
cls.ui_operator_pooling_interval
|
|
730
|
-
)
|
|
731
|
-
os.environ["_ui_operator_timeout"] = str(cls.ui_operator_timeout)
|
|
732
|
-
|
|
733
722
|
@classmethod
|
|
734
723
|
def run(
|
|
735
724
|
cls, goal_function: Optional[Callable] = None, **kwargs
|
|
@@ -746,8 +735,6 @@ class ScreenPilot:
|
|
|
746
735
|
Returns:
|
|
747
736
|
- Exit reason (ScreenPilotOutcome): Exception class that interrupted the state machine execution.
|
|
748
737
|
"""
|
|
749
|
-
cls._initialize_env_variables()
|
|
750
|
-
|
|
751
738
|
if not goal_function:
|
|
752
739
|
goal_function = cls._default_goal_function
|
|
753
740
|
cls._act_on_start()
|
|
@@ -13,7 +13,7 @@ gui_requirements = get_requirements("./clerk/gui_automation")
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="clerk-sdk",
|
|
16
|
-
version="0.2.
|
|
16
|
+
version="0.2.7",
|
|
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
|