smooth-py 0.1.2__py3-none-any.whl → 0.1.2.post0__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 smooth-py might be problematic. Click here for more details.
smooth/__init__.py
CHANGED
|
@@ -40,7 +40,7 @@ class TaskRequest(BaseModel):
|
|
|
40
40
|
|
|
41
41
|
task: str = Field(description="The task to run.")
|
|
42
42
|
agent: Literal["smooth"] = Field(default="smooth", description="The agent to use for the task.")
|
|
43
|
-
max_steps: int = Field(default=32, ge=2, le=
|
|
43
|
+
max_steps: int = Field(default=32, ge=2, le=128, description="Maximum number of steps the agent can take (min 2, max 128).")
|
|
44
44
|
device: Literal["desktop", "mobile"] = Field(default="mobile", description="Device type for the task. Default is mobile.")
|
|
45
45
|
enable_recording: bool = Field(default=False, description="Enable video recording of the task execution. Default is False")
|
|
46
46
|
session_id: str | None = Field(
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
smooth/__init__.py,sha256=65IQjCGmh5xRFfOk-48V_NNgItnh7uUCSva_PYGHd5I,19326
|
|
2
|
+
smooth_py-0.1.2.post0.dist-info/METADATA,sha256=WveUBUPZIOGiNvYT1fEB47GOk4SuGRkxIhv_4oqYQpA,5394
|
|
3
|
+
smooth_py-0.1.2.post0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
4
|
+
smooth_py-0.1.2.post0.dist-info/RECORD,,
|
smooth_py-0.1.2.dist-info/RECORD
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
smooth/__init__.py,sha256=23X7aQVAVzYcwh2KCZ8RfWL1rPzpE6W8IWWwVSDPzIo,19324
|
|
2
|
-
smooth_py-0.1.2.dist-info/METADATA,sha256=x-k813clxo_ET7pl-MBv4CJojFxYRSIBwoWokN091ak,5388
|
|
3
|
-
smooth_py-0.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
4
|
-
smooth_py-0.1.2.dist-info/RECORD,,
|
|
File without changes
|