auto-save 2026-04-22 19:43 (~2)

This commit is contained in:
2026-04-22 19:43:51 +08:00
parent c791de67f3
commit bdaad8643c
2 changed files with 21 additions and 18 deletions

View File

@@ -1,12 +1,5 @@
{ {
"entries": [ "entries": [
{
"ts": "2026-04-20T13:49:02+08:00",
"type": "commit",
"message": "auto-save 2026-04-20 13:48 (~1)",
"hash": "fa45cf9",
"files_changed": 1
},
{ {
"ts": "2026-04-20T13:54:38+08:00", "ts": "2026-04-20T13:54:38+08:00",
"type": "commit", "type": "commit",
@@ -3499,6 +3492,13 @@
"message": "auto-save 2026-04-22 19:32 (~1)", "message": "auto-save 2026-04-22 19:32 (~1)",
"hash": "1a4997d", "hash": "1a4997d",
"files_changed": 1 "files_changed": 1
},
{
"ts": "2026-04-22T19:38:21+08:00",
"type": "commit",
"message": "auto-save 2026-04-22 19:38 (~1)",
"hash": "c791de6",
"files_changed": 1
} }
] ]
} }

View File

@@ -1,21 +1,24 @@
{ {
"name": "手机 GUI Agent 自动操控", "created" : "2026-03-28",
"description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统", "description" : "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
"status": "active", "kind" : "app",
"kind": "app", "name" : "手机 GUI Agent 自动操控",
"created": "2026-03-28", "ports" : [
"ports": [
{ {
"port": 4380, "fixed" : true,
"label": "dev", "label" : "dev",
"fixed": true "port" : 4380
} }
], ],
"stack": [ "stack" : [
"Python", "Python",
"ADB", "ADB",
"scrcpy", "scrcpy",
"Qwen2.5-VL", "Qwen2.5-VL",
"FastAPI" "FastAPI"
] ],
"status" : "active",
"worklog" : {
"path" : "\/Users\/kangwan\/Projects\/code\/20260328-手机GUI-Agent\/.memory\/worklog.json"
}
} }