init: project scaffold

This commit is contained in:
2026-03-28 23:44:25 +08:00
commit 0ddaa889de
3 changed files with 49 additions and 0 deletions

20
.project.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "手机 GUI Agent 自动操控",
"description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
"status": "active",
"created": "2026-03-28",
"ports": [
{
"port": 4380,
"label": "dev",
"fixed": true
}
],
"stack": [
"Python",
"ADB",
"scrcpy",
"Qwen2.5-VL",
"FastAPI"
]
}