let5sne.win10
3552df23d6
Add Web Dashboard with multi-device control and callback hooks
...
Features:
- Web Dashboard: FastAPI-based dashboard with Vue.js frontend
- Multi-device support (ADB, HDC, iOS)
- Real-time WebSocket updates for task progress
- Device management with status tracking
- Task queue with execution controls (start/stop/re-execute)
- Detailed task information display (thinking, actions, completion messages)
- Screenshot viewing per device
- LAN deployment support with configurable CORS
- Callback Hooks: Interrupt and modify task execution
- step_callback: Called after each step with StepResult
- before_action_callback: Called before executing action
- Support for task interruption and dynamic task switching
- Example scripts demonstrating callback usage
- Configuration: Environment-based configuration
- .env file support for all settings
- .env.example template with documentation
- Model API configuration (base URL, model name, API key)
- Dashboard configuration (host, port, CORS, device type)
- Phone agent configuration (delays, max steps, language)
Technical improvements:
- Fixed forward reference issue with StepResult
- Added package exports for callback types and configs
- Enhanced dependencies with FastAPI, WebSocket support
- Thread-safe task execution with device locking
- Async WebSocket broadcasting from sync thread pool
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-09 02:20:06 +08:00
yongbin-buaa
9fe189a8f8
Merge pull request #263 from floatingstarZ/hzy_1220_hdc
...
修复hdc的get_current_app函数
2026-01-05 15:26:53 +08:00
zRzRzRzRzRzRzR
53bf7d2644
Update wechat.jpeg
2025-12-31 18:33:15 +08:00
zRzRzRzRzRzRzR
2140330a98
Update wechat.jpeg
2025-12-31 13:56:27 +08:00
yongbin-buaa
326cadd5d3
Merge pull request #257 from floatingstarZ/hzy_1220
...
完善IOS配置文档
2025-12-22 13:01:48 +08:00
floatingstarZ
75f0e26ae4
修复hdc的get_current_app函数
2025-12-22 10:29:57 +08:00
floatingstarZ
ab66e47906
添加docs,完善IOS的Readme
2025-12-20 22:12:53 +08:00
yongbin-buaa
1ab6e1edf6
Merge pull request #249 from zai-org/support-ios
...
support ios in main.py
2025-12-19 19:00:20 +08:00
liuyongbin
780b756e21
fix format
2025-12-19 18:56:43 +08:00
yongbin-buaa
7729568ae0
Merge pull request #143 from gekowa/ios-support-3
...
feat: Added iOS support
2025-12-19 18:15:50 +08:00
yongbin-buaa
5fcb2f5146
Merge pull request #237 from zai-org/update-hdc-readme
...
Update README.md and README_en.md to support HarmonyOS devices
2025-12-18 15:55:05 +08:00
liuyongbin
4b30344f15
fix precommit
2025-12-18 15:52:13 +08:00
zRzRzRzRzRzRzR
34457ded4c
new group
2025-12-17 17:25:14 +08:00
yongbin-buaa
728c53f512
Merge pull request #221 from floatingstarZ/hzy_1216_v4_ok
...
支持鸿蒙OSNEXT的HDC
2025-12-17 17:11:54 +08:00
floatingstarZ
9bbf112dda
优化HDC文本输入:支持多行文本和简化接口
...
- 在hdc/input.py中实现多行文本支持,使用HarmonyOS keyEvent 2054处理换行
- 移除type_text函数的x/y坐标参数,简化接口
- 将多行文本处理逻辑从handler.py移至hdc/input.py,统一处理
- 优化parse_action函数,支持Type动作的text参数提取
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-16 19:54:59 +08:00
floatingstarZ
c0573c097f
fix the entry ability of apps
2025-12-16 16:38:09 +08:00
floatingstarZ
4a258c1284
支持鸿蒙OSNEXT_HDC
2025-12-16 14:56:22 +08:00
floatingstarZ
95f5921887
支持鸿蒙OSNEXT_HDC
2025-12-16 14:28:49 +08:00
yongbin-buaa
6855503f20
Merge pull request #212 from zai-org/fix-multiline-type
...
fix adb multiline input
2025-12-16 14:22:24 +08:00
liuyongbin
707b7f43f8
fix adb multiline input
2025-12-16 14:14:46 +08:00
floatingstarZ
4d427bcd31
解决issue154中的model_output有换行的问题以及多行文本输出。解决subprocessing编码问题
2025-12-15 18:10:46 +08:00
yongbin-buaa
b873c32917
Merge pull request #196 from xiaoman-kb/didi_error
...
Fix Didi error(滴滴出行包名错误修正)
2025-12-15 16:50:10 +08:00
xiaoman-kb
172d3e8e51
Fix Didi error
2025-12-15 15:17:53 +08:00
yongbin-buaa
7eda6372b8
Merge pull request #192 from zai-org/support-delay-config
...
support delay config
2025-12-15 13:17:10 +08:00
liuyongbin
430c13d22d
support delay config
2025-12-15 11:56:48 +08:00
zRzRzRzRzRzRzR
61c1522174
use 5th wechat group (25-30)
2025-12-14 16:29:49 +08:00
yongbin-buaa
fefbed00c4
Merge pull request #179 from zai-org/add-latency-log
...
fix format
2025-12-14 14:04:31 +08:00
liuyongbin
b1ddd98552
fix format
2025-12-14 14:03:41 +08:00
xhguo
483b4f3bff
chore: Added iOS guide into README
2025-12-13 16:39:03 +08:00
Yuxuan Zhang
b18993adf7
Merge pull request #113 from ksDreamer/main
...
docs(README): typos on line 54 “Downloads”
2025-12-13 12:23:00 +08:00
yongbin-buaa
0cf1fe746a
Merge pull request #152 from zai-org/update-eval-security
...
replace eval with ast
2025-12-13 00:59:16 +08:00
yongbin-buaa
8c10bf7e99
replace eval with ast
2025-12-13 00:57:22 +08:00
yongbin-buaa
b37eef6506
Merge pull request #151 from zai-org/support-stream-thinking
...
support stream thinking
2025-12-13 00:44:34 +08:00
yongbin-buaa
0653d6ea65
support stream thinking
2025-12-13 00:41:40 +08:00
xhguo
e500501635
chore: Deleted local config file
2025-12-12 19:45:36 +08:00
xhguo
57ed003a30
chore: Removed local settings
2025-12-12 18:10:28 +08:00
xhguo
7c23ca549b
feat: Added iOS support
2025-12-12 17:58:20 +08:00
yongbin-buaa
b2e985a790
Merge pull request #129 from zai-org/update-check-deployment-en
...
add en deployment check
2025-12-12 13:04:22 +08:00
yongbin-buaa
d4fc4dd2ad
add en deployment check
2025-12-12 13:02:36 +08:00
zRzRzRzRzRzRzR
1fa7348905
Merge branch 'main' of https://github.com/zai-org/Open-AutoGLM
2025-12-12 12:14:59 +08:00
zRzRzRzRzRzRzR
44bef33d47
Update wechat.jpeg
2025-12-12 12:13:59 +08:00
Shaw
ac3b223c28
Merge pull request #123 from zai-org/Xiao9905-patch-1
...
Add link to Voice Input Method App
2025-12-12 11:03:27 +08:00
Shaw
e33a62065e
Add link to Voice Input Method App
2025-12-12 11:03:06 +08:00
Kevin Stark
9c57bddd9f
docs(README): typos on line 54 “Downloads”
2025-12-12 00:31:47 +08:00
Yuxuan Zhang
ab17fd2bdb
Merge pull request #10 from chiichen/doc-enable-adbkeyboard
...
doc: enable adbkeyboard via adb command
2025-12-12 00:02:30 +08:00
Yuxuan Zhang
d0eab632fb
Merge pull request #112 from CocoSgt/patch-4
...
Update README_en.md
2025-12-12 00:01:03 +08:00
CocoSgt
2712c5d8ed
Update README_en.md
2025-12-11 23:56:27 +08:00
zRzRzRzRzRzRzR
515b57e6fb
update with coding plan, quick start with AI!
2025-12-11 23:28:07 +08:00
Yuxuan Zhang
f34fa71017
Merge pull request #109 from CocoSgt/patch-2
...
Update README_en.md
2025-12-11 23:23:33 +08:00
Yuxuan Zhang
57bb2d23fd
Merge pull request #108 from CocoSgt/patch-1
...
Update README.md
2025-12-11 23:23:00 +08:00