autoglm-gui 0.4.13__tar.gz → 0.4.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/PKG-INFO +32 -1
  2. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/README.md +31 -0
  3. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/pyproject.toml +1 -1
  4. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/.gitignore +0 -0
  5. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/__init__.py +0 -0
  6. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/__main__.py +0 -0
  7. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/__init__.py +0 -0
  8. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/device.py +0 -0
  9. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/ip.py +0 -0
  10. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/keyboard_installer.py +0 -0
  11. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/screenshot.py +0 -0
  12. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/serial.py +0 -0
  13. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/adb_plus/touch.py +0 -0
  14. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/__init__.py +0 -0
  15. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/agents.py +0 -0
  16. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/control.py +0 -0
  17. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/devices.py +0 -0
  18. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/media.py +0 -0
  19. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/api/version.py +0 -0
  20. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/config.py +0 -0
  21. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/config_manager.py +0 -0
  22. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/exceptions.py +0 -0
  23. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/logger.py +0 -0
  24. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/platform_utils.py +0 -0
  25. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/schemas.py +0 -0
  26. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/scrcpy_protocol.py +0 -0
  27. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/scrcpy_stream.py +0 -0
  28. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/server.py +0 -0
  29. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/socketio_server.py +0 -0
  30. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/state.py +0 -0
  31. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/about-29B5FDM8.js +0 -0
  32. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/chat-DTN2oKtA.js +0 -0
  33. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/index-Dy550Qqg.css +0 -0
  34. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/index-mVNV0VwM.js +0 -0
  35. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/index-wu8Wjf12.js +0 -0
  36. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/assets/worker-D6BRitjy.js +0 -0
  37. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/static/index.html +0 -0
  38. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/AutoGLM_GUI/version.py +0 -0
  39. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/LICENSE +0 -0
  40. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/__init__.py +0 -0
  41. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/actions/__init__.py +0 -0
  42. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/actions/handler.py +0 -0
  43. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/adb/__init__.py +0 -0
  44. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/adb/connection.py +0 -0
  45. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/adb/device.py +0 -0
  46. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/adb/input.py +0 -0
  47. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/adb/screenshot.py +0 -0
  48. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/agent.py +0 -0
  49. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/__init__.py +0 -0
  50. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/apps.py +0 -0
  51. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/i18n.py +0 -0
  52. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/prompts.py +0 -0
  53. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/prompts_en.py +0 -0
  54. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/config/prompts_zh.py +0 -0
  55. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/model/__init__.py +0 -0
  56. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/phone_agent/model/client.py +0 -0
  57. {autoglm_gui-0.4.13 → autoglm_gui-0.4.14}/scrcpy-server-v3.3.3 +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autoglm-gui
3
- Version: 0.4.13
3
+ Version: 0.4.14
4
4
  Summary: Web GUI for AutoGLM Phone Agent - AI-powered Android automation
5
5
  Project-URL: Homepage, https://github.com/suyiiyii/AutoGLM-GUI
6
6
  Project-URL: Repository, https://github.com/suyiiyii/AutoGLM-GUI
@@ -50,6 +50,37 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
50
50
  - **ADB 深度集成** - 通过 Android Debug Bridge 直接控制设备
51
51
  - **模块化界面** - 清晰的侧边栏 + 设备面板设计,功能分离明确
52
52
 
53
+ ## 📥 快速下载
54
+
55
+ **一键下载桌面版(免配置环境):**
56
+
57
+ <div align="center">
58
+
59
+ | 操作系统 | 下载链接 | 说明 |
60
+ |---------|---------|------|
61
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v0.4.14/AutoGLM.GUI-0.4.14-arm64.dmg) | 适用于 M 芯片 Mac |
62
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v0.4.14/AutoGLM.GUI.0.4.14.exe) | 适用于 Windows 10/11,免安装 |
63
+
64
+ </div>
65
+
66
+ **使用说明:**
67
+ - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
68
+ - **Windows**: 下载后直接双击 `.exe` 文件运行,无需安装
69
+
70
+ > 💡 **提示**: 桌面版已内置所有依赖(Python、ADB 等),无需手动配置环境。首次运行时需配置模型服务 API。
71
+
72
+ ---
73
+
74
+ **或者使用 Python 包(需要 Python 环境):**
75
+
76
+ ```bash
77
+ # 通过 pip 安装(推荐)
78
+ pip install autoglm-gui
79
+
80
+ # 或使用 uvx 免安装运行(需先安装 uv)
81
+ uvx autoglm-gui
82
+ ```
83
+
53
84
  ## 📸 界面预览
54
85
 
55
86
  ### 任务开始
@@ -19,6 +19,37 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
19
19
  - **ADB 深度集成** - 通过 Android Debug Bridge 直接控制设备
20
20
  - **模块化界面** - 清晰的侧边栏 + 设备面板设计,功能分离明确
21
21
 
22
+ ## 📥 快速下载
23
+
24
+ **一键下载桌面版(免配置环境):**
25
+
26
+ <div align="center">
27
+
28
+ | 操作系统 | 下载链接 | 说明 |
29
+ |---------|---------|------|
30
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v0.4.14/AutoGLM.GUI-0.4.14-arm64.dmg) | 适用于 M 芯片 Mac |
31
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v0.4.14/AutoGLM.GUI.0.4.14.exe) | 适用于 Windows 10/11,免安装 |
32
+
33
+ </div>
34
+
35
+ **使用说明:**
36
+ - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
37
+ - **Windows**: 下载后直接双击 `.exe` 文件运行,无需安装
38
+
39
+ > 💡 **提示**: 桌面版已内置所有依赖(Python、ADB 等),无需手动配置环境。首次运行时需配置模型服务 API。
40
+
41
+ ---
42
+
43
+ **或者使用 Python 包(需要 Python 环境):**
44
+
45
+ ```bash
46
+ # 通过 pip 安装(推荐)
47
+ pip install autoglm-gui
48
+
49
+ # 或使用 uvx 免安装运行(需先安装 uv)
50
+ uvx autoglm-gui
51
+ ```
52
+
22
53
  ## 📸 界面预览
23
54
 
24
55
  ### 任务开始
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autoglm-gui"
3
- version = "0.4.13"
3
+ version = "0.4.14"
4
4
  description = "Web GUI for AutoGLM Phone Agent - AI-powered Android automation"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes