feat: checkpoint device agent runtime milestones
This commit is contained in:
+15
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user