This repository was archived by the owner on Feb 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313from .profiles .client import AsyncProfilesClient , ProfilesClient
1414from .sessions .client import AsyncSessionsClient , SessionsClient
1515from .skills .client import AsyncSkillsClient , SkillsClient
16- from .workflows .client import AsyncWorkflowsClient , WorkflowsClient
1716from .wrapper .tasks .client import AsyncBrowserUseTasksClient , BrowserUseTasksClient
1817
1918
@@ -89,7 +88,6 @@ def __init__(
8988 self .sessions = SessionsClient (client_wrapper = self ._client_wrapper )
9089 self .files = FilesClient (client_wrapper = self ._client_wrapper )
9190 self .profiles = ProfilesClient (client_wrapper = self ._client_wrapper )
92- self .workflows = WorkflowsClient (client_wrapper = self ._client_wrapper )
9391 self .skills = SkillsClient (client_wrapper = self ._client_wrapper )
9492
9593
@@ -165,7 +163,6 @@ def __init__(
165163 self .sessions = AsyncSessionsClient (client_wrapper = self ._client_wrapper )
166164 self .files = AsyncFilesClient (client_wrapper = self ._client_wrapper )
167165 self .profiles = AsyncProfilesClient (client_wrapper = self ._client_wrapper )
168- self .workflows = AsyncWorkflowsClient (client_wrapper = self ._client_wrapper )
169166 self .skills = AsyncSkillsClient (client_wrapper = self ._client_wrapper )
170167
171168
You can’t perform that action at this time.
0 commit comments