Skip to content

Commit 1932b5c

Browse files
Embed video player in README and X_POST for GitHub rendering
Replace plain .mov links with <video> tags so the screen recording is playable inline on GitHub. Add Demo section to README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c4c2bb2 commit 1932b5c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Playground/android-use-agent/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A fully on-device autonomous Android agent powered by the RunAnywhere SDK. Navigates your phone's UI to accomplish tasks using local LLM inference via llama.cpp -- no cloud dependency required.
44

5+
## Demo
6+
7+
X post demo — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min end-to-end.
8+
9+
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
10+
11+
> Full write-up and run trace: [X_POST.md](X_POST.md)
12+
513
## Architecture
614

715
The agent follows an observe-reason-act loop. Each step captures the current screen state, reasons about the next action using an on-device LLM, and executes that action via the Android Accessibility API.

Playground/android-use-agent/X_POST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Result:** ✅ PASS — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min total.
66

7-
**Screen recording:** [`android_agent_muted.mov`](./assets/android_agent_muted.mov)
7+
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
88

99
---
1010

@@ -195,7 +195,7 @@ Tweet posted live during screen recording. Agent status: **DONE** (green), logs:
195195
> **Hi from RunAnywhere Android agent**
196196
> @RunAnywhereAI · Feb 20, 2026
197197
198-
**Screen recording:** [`android_agent_muted.mov`](./assets/android_agent_muted.mov)
198+
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
199199

200200
---
201201

0 commit comments

Comments
 (0)