33 lines
562 B
JSON
33 lines
562 B
JSON
{
|
|
"name": "手机 GUI Agent 自动操控",
|
|
"description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
|
|
"status": "active",
|
|
"kind": "app",
|
|
"created": "2026-03-28",
|
|
"ports": [
|
|
{
|
|
"port": 4380,
|
|
"label": "dev",
|
|
"fixed": true
|
|
}
|
|
],
|
|
"stack": [
|
|
"Python",
|
|
"ADB",
|
|
"scrcpy",
|
|
"Qwen2.5-VL",
|
|
"FastAPI"
|
|
],
|
|
"urls": [
|
|
{
|
|
"url": "http://localhost:4380",
|
|
"type": "app",
|
|
"label": "local"
|
|
}
|
|
],
|
|
"worklog": {
|
|
"path": ".memory/worklog.json",
|
|
"auto": true
|
|
}
|
|
}
|