first commit

This commit is contained in:
imnyang 2025-05-18 20:12:55 +09:00
commit 2b20e263eb
8 changed files with 4299 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "browser-use-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"browser-use[memory]>=0.1.48",
]