[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
4
browser-use/browser_use/agent/memory/__init__.py
Normal file
4
browser-use/browser_use/agent/memory/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from browser_use.agent.memory.service import Memory
|
||||
from browser_use.agent.memory.views import MemoryConfig
|
||||
|
||||
__all__ = ['Memory', 'MemoryConfig']
|
||||
Loading…
Add table
Add a link
Reference in a new issue