feat: checkpoint device agent runtime milestones

This commit is contained in:
2026-07-06 17:24:03 +08:00
parent 2d4251e98e
commit 5658735bca
153 changed files with 8060 additions and 65 deletions
+5
View File
@@ -0,0 +1,5 @@
# Scene Model
This track holds papers, experiments, and benchmarks about representing device
screens as structured scenes. It is for research notes and evaluation assets,
not runtime code.
+5
View File
@@ -0,0 +1,5 @@
# World Model
This track holds papers, experiments, and benchmarks about persistent state,
environment modeling, and task-relevant memory across observations. It is for
research notes and evaluation assets, not runtime code.
+5
View File
@@ -0,0 +1,5 @@
# Skill
This track holds papers, experiments, and benchmarks about reusable task skills,
skill authoring, versioning, and retrieval. It is for research notes and
evaluation assets, not runtime code.
+5
View File
@@ -0,0 +1,5 @@
# Agent
This track holds papers, experiments, and benchmarks about agent roles,
delegation, critique, recovery, and collaboration. It is for research notes and
evaluation assets, not runtime code.
+5
View File
@@ -0,0 +1,5 @@
# Memory
This track holds papers, experiments, and benchmarks about task memory,
episodic traces, long-term recall, and retention policies. It is for research
notes and evaluation assets, not runtime code.
+5
View File
@@ -0,0 +1,5 @@
# Planner
This track holds papers, experiments, and benchmarks about planning strategies,
prompting, decomposition, and plan repair. It is for research notes and
evaluation assets, not runtime code.
+6
View File
@@ -0,0 +1,6 @@
# UI Understanding
This track holds papers, experiments, and benchmarks about semantic UI
understanding, visual grounding, accessibility trees, and multimodal screen
interpretation. It is for research notes and evaluation assets, not runtime
code.