feat: checkpoint device agent runtime milestones

This commit is contained in:
2026-07-06 17:24:03 +08:00
parent 2d4251e98e
commit 5658735bca
153 changed files with 8060 additions and 65 deletions
+15 -2
View File
@@ -1,8 +1,10 @@
[project]
name = "agentic-modile-control"
name = "device-agent-runtime"
version = "0.1.0"
description = "Device-agnostic runtime for LLM-driven automation, with iPhone/WDA as the first driver."
requires-python = ">=3.14"
dependencies = [
"anthropic>=0.69.0",
"Appium-Python-Client>=5.1.1",
"fastapi>=0.115.0",
"mcp>=1.27,<2",
@@ -21,7 +23,18 @@ dev = [
]
[tool.setuptools.packages.find]
include = ["api*", "core*", "runtime*", "storage*", "tools*", "vision*"]
include = [
"api*",
"core*",
"device*",
"driver*",
"perception*",
"runtime*",
"semantic*",
"storage*",
"tools*",
"world*",
]
[tool.pytest.ini_options]
testpaths = ["tests"]