Files
gui-agent/.project.json
2026-03-28 23:44:25 +08:00

21 lines
361 B
JSON

{
"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"
]
}