Implement Apex Agent MVP scaffold
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[project]
|
||||
name = "agentic-modile-control"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"Appium-Python-Client>=5.1.1",
|
||||
"fastapi>=0.115.0",
|
||||
"mcp>=1.27,<2",
|
||||
"paddleocr>=3.0.0",
|
||||
"uvicorn[standard]>=0.30.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=69"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"httpx>=0.27.0",
|
||||
"pytest>=8.3.0",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["api*", "core*", "runtime*", "storage*", "tools*", "vision*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "-ra"
|
||||
markers = [
|
||||
"integration: tests requiring external hardware or services",
|
||||
]
|
||||
Reference in New Issue
Block a user