diff --git a/README.md b/README.md index 0aa0d1e..bd6a932 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ A minimalist autonomous agent framework that gives any LLM physical-level contro No Electron. No Docker. No Mac Mini. No 500K-line codebase. No paid installation service. +## See It in Action + +

+ Agent ordering milk tea +
"Order me a milk tea" — the agent navigates a delivery app, picks items, and checks out, fully autonomously. +

+ + + + + + +

Autonomous quantitative analysis — the agent explores data sources and generates reports on its own schedule.

WeChat batch messaging — yes, it can drive WeChat too.
+ ## What Happens When You Use It ``` diff --git a/assets/demo/autonomous_explore.png b/assets/demo/autonomous_explore.png new file mode 100644 index 0000000..75be710 Binary files /dev/null and b/assets/demo/autonomous_explore.png differ diff --git a/assets/demo/order_tea.gif b/assets/demo/order_tea.gif new file mode 100644 index 0000000..38b6086 Binary files /dev/null and b/assets/demo/order_tea.gif differ diff --git a/assets/demo/wechat_batch.png b/assets/demo/wechat_batch.png new file mode 100644 index 0000000..1ed8eb9 Binary files /dev/null and b/assets/demo/wechat_batch.png differ