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": [
{
"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",
"type": "commit",
@@ -3499,6 +3492,13 @@
"message": "auto-save 2026-04-25 18:02 (~1)",
"hash": "c5c120b",
"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",
"description" : "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
"kind" : "app",
"name" : "手机 GUI Agent 自动操控",
"ports" : [
"name": "手机 GUI Agent 自动操控",
"description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统",
"status": "active",
"kind": "app",
"created": "2026-03-28",
"ports": [
{
"fixed" : true,
"label" : "dev",
"port" : 4380
"port": 4380,
"label": "dev",
"fixed": true
}
],
"stack" : [
"stack": [
"Python",
"ADB",
"scrcpy",
"Qwen2.5-VL",
"FastAPI"
],
"status" : "active",
"worklog" : {
"path" : "\/Users\/kangwan\/Projects\/code\/20260328-手机GUI-Agent\/.memory\/worklog.json"
"urls": [
{
"url": "http://localhost:4380",
"type": "app",
"label": "local"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
}
}