feat(host-agent): make execution history authoritative
Tests / Test failed: 2, passed: 830

This commit is contained in:
2026-07-15 11:46:27 +08:00
parent ccde30e378
commit 77d4813bb2
46 changed files with 890 additions and 3132 deletions
-11
View File
@@ -6,15 +6,11 @@ requires-python = ">=3.13,<3.14"
dependencies = [
"anthropic>=0.69.0",
"Appium-Python-Client>=5.1.1",
"fastapi>=0.115.0",
"httpx>=0.27.0",
"jinja2>=3.1",
"mcp>=1.27,<2",
"openai>=1.0.0",
"paddlepaddle>=3.0.0",
"paddleocr>=3.0.0",
"python-multipart>=0.0.20",
"uvicorn[standard]>=0.30.0",
]
[build-system]
@@ -55,13 +51,6 @@ include = [
"workflow*",
]
[tool.setuptools.package-data]
api = [
"templates/runtime_console/*.html",
"static/runtime_console/*.css",
"static/runtime_console/*.js",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-ra --import-mode=importlib"