This commit is contained in:
2026-07-06 23:44:18 +08:00
parent a453d9e6ba
commit d899b875ce
23 changed files with 3274 additions and 51 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ dependencies = [
"anthropic>=0.69.0",
"Appium-Python-Client>=5.1.1",
"fastapi>=0.115.0",
"httpx>=0.27.0",
"mcp>=1.27,<2",
"openai>=1.0.0",
"paddleocr>=3.0.0",
@@ -19,7 +20,6 @@ build-backend = "setuptools.build_meta"
[dependency-groups]
dev = [
"httpx>=0.27.0",
"pytest>=8.3.0",
]
@@ -27,6 +27,7 @@ dev = [
include = [
"agents*",
"api*",
"cloud*",
"core*",
"device*",
"driver*",