mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 09:11:53 +09:00
[Refactor] 리팩터링
This commit is contained in:
parent
26b40e0e65
commit
bbd2d6d636
20 changed files with 397 additions and 257 deletions
15
lib/browser_use_utils/__init__.py
Normal file
15
lib/browser_use_utils/__init__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
from lib.browser_use_utils.clean_resources import clean_resources, clean_agent_resources, clean_session_resources
|
||||
from lib.browser_use_utils.create_google_ai import create_google_ai
|
||||
from lib.browser_use_utils.get_profile import get_profile
|
||||
from lib.browser_use_utils.run_agent import run_agent
|
||||
from lib.browser_use_utils.run_task import run_task
|
||||
|
||||
__all__ = [
|
||||
"clean_resources",
|
||||
"clean_agent_resources",
|
||||
"clean_session_resources",
|
||||
"create_google_ai",
|
||||
"get_profile",
|
||||
"run_agent",
|
||||
"run_task",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue