auto-save 2026-04-25 18:13 (~2)

This commit is contained in:
2026-04-25 18:13:28 +08:00
parent 8262286990
commit df17c037c5
2 changed files with 27 additions and 19 deletions

View File

@@ -1,12 +1,5 @@
{ {
"entries": [ "entries": [
{
"ts": "2026-04-23T08:13:34+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 08:13 (~1)",
"hash": "5b105f4",
"files_changed": 1
},
{ {
"ts": "2026-04-23T08:19:25+08:00", "ts": "2026-04-23T08:19:25+08:00",
"type": "commit", "type": "commit",
@@ -3499,6 +3492,13 @@
"message": "auto-save 2026-04-25 18:02 (~1)", "message": "auto-save 2026-04-25 18:02 (~1)",
"hash": "c5c120b", "hash": "c5c120b",
"files_changed": 1 "files_changed": 1
},
{
"ts": "2026-04-25T18:07:52+08:00",
"type": "commit",
"message": "auto-save 2026-04-25 18:07 (~1)",
"hash": "8262286",
"files_changed": 1
} }
] ]
} }

View File

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