项目文件夹

文件
Magnus Müller acda8c72a0 Simplify helper surface (#23)
* Simplify helper surface

* Trim common module and restore dispatch key
2026-04-17 21:37:58 -07:00

22 行
499 B
TOML

[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "harness"
version = "0.1.0"
description = "The simplest, thinnest, and most powerful harness to control your real browser with your agent."
requires-python = ">=3.11"
dependencies = [
"browser-harness>=0.0.1",
"cdp-use>=1.4.5",
"websockets>=16.0",
]
[project.scripts]
bh = "run:main"
browser-harness = "run:main"
[tool.setuptools]
py-modules = ["run", "helpers", "daemon", "admin"]