autoglm-gui 1.0.1__tar.gz → 1.0.2__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 (73) hide show
  1. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/PKG-INFO +9 -4
  2. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/README.md +8 -3
  3. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/pyproject.toml +1 -1
  4. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/.gitignore +0 -0
  5. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/__init__.py +0 -0
  6. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/__main__.py +0 -0
  7. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/__init__.py +0 -0
  8. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/device.py +0 -0
  9. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/ip.py +0 -0
  10. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/keyboard_installer.py +0 -0
  11. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/screenshot.py +0 -0
  12. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/serial.py +0 -0
  13. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/adb_plus/touch.py +0 -0
  14. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/__init__.py +0 -0
  15. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/agents.py +0 -0
  16. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/control.py +0 -0
  17. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/devices.py +0 -0
  18. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/media.py +0 -0
  19. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/api/version.py +0 -0
  20. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/config.py +0 -0
  21. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/config_manager.py +0 -0
  22. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/exceptions.py +0 -0
  23. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/logger.py +0 -0
  24. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/platform_utils.py +0 -0
  25. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/schemas.py +0 -0
  26. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/scrcpy_protocol.py +0 -0
  27. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/scrcpy_stream.py +0 -0
  28. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/server.py +0 -0
  29. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/socketio_server.py +0 -0
  30. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/state.py +0 -0
  31. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/about-BOnRPlKQ.js +0 -0
  32. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/chat-CGW6uMKB.js +0 -0
  33. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/index-CRFVU0eu.js +0 -0
  34. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/index-DH-Dl4tK.js +0 -0
  35. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/index-DzUQ89YC.css +0 -0
  36. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/assets/worker-D6BRitjy.js +0 -0
  37. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/static/index.html +0 -0
  38. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/AutoGLM_GUI/version.py +0 -0
  39. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/LICENSE +0 -0
  40. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/__init__.py +0 -0
  41. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/actions/__init__.py +0 -0
  42. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/actions/handler.py +0 -0
  43. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/actions/handler_ios.py +0 -0
  44. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/adb/__init__.py +0 -0
  45. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/adb/connection.py +0 -0
  46. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/adb/device.py +0 -0
  47. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/adb/input.py +0 -0
  48. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/adb/screenshot.py +0 -0
  49. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/agent.py +0 -0
  50. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/agent_ios.py +0 -0
  51. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/__init__.py +0 -0
  52. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/apps.py +0 -0
  53. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/apps_harmonyos.py +0 -0
  54. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/apps_ios.py +0 -0
  55. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/i18n.py +0 -0
  56. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/prompts.py +0 -0
  57. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/prompts_en.py +0 -0
  58. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/prompts_zh.py +0 -0
  59. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/config/timing.py +0 -0
  60. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/device_factory.py +0 -0
  61. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/hdc/__init__.py +0 -0
  62. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/hdc/connection.py +0 -0
  63. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/hdc/device.py +0 -0
  64. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/hdc/input.py +0 -0
  65. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/hdc/screenshot.py +0 -0
  66. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/model/__init__.py +0 -0
  67. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/model/client.py +0 -0
  68. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/xctest/__init__.py +0 -0
  69. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/xctest/connection.py +0 -0
  70. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/xctest/device.py +0 -0
  71. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/xctest/input.py +0 -0
  72. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/phone_agent/xctest/screenshot.py +0 -0
  73. {autoglm_gui-1.0.1 → autoglm_gui-1.0.2}/scrcpy-server-v3.3.3 +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autoglm-gui
3
- Version: 1.0.1
3
+ Version: 1.0.2
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
@@ -58,14 +58,19 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
58
58
 
59
59
  | 操作系统 | 下载链接 | 说明 |
60
60
  |---------|---------|------|
61
- | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.1/AutoGLM.GUI-1.0.1-arm64.dmg) | 适用于 M 芯片 Mac |
62
- | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.1/AutoGLM.GUI.1.0.1.exe) | 适用于 Windows 10/11,免安装 |
61
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI.1.0.2.exe) | 适用于 Windows 10/11,免安装 |
62
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2-arm64.dmg) | 适用于 M 芯片 Mac |
63
+ | 🐧 **Linux** (x64) | [📦 下载 AppImage](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2.AppImage) \| [deb](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/autoglm-gui_1.0.2_amd64.deb) \| [tar.gz](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2.tar.gz) | 通用格式,支持主流发行版 |
63
64
 
64
65
  </div>
65
66
 
66
67
  **使用说明:**
67
- - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
68
68
  - **Windows**: 下载后直接双击 `.exe` 文件运行,无需安装
69
+ - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
70
+ - **Linux**:
71
+ - **AppImage**(推荐): 下载后添加可执行权限 `chmod +x AutoGLM*.AppImage`,然后直接运行
72
+ - **deb**: 适用于 Debian/Ubuntu 系统,使用 `sudo dpkg -i autoglm*.deb` 安装
73
+ - **tar.gz**: 便携版,解压后运行 `./AutoGLM\ GUI/autoglm-gui`
69
74
 
70
75
  > 💡 **提示**: 桌面版已内置所有依赖(Python、ADB 等),无需手动配置环境。首次运行时需配置模型服务 API。
71
76
 
@@ -27,14 +27,19 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
27
27
 
28
28
  | 操作系统 | 下载链接 | 说明 |
29
29
  |---------|---------|------|
30
- | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.1/AutoGLM.GUI-1.0.1-arm64.dmg) | 适用于 M 芯片 Mac |
31
- | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.1/AutoGLM.GUI.1.0.1.exe) | 适用于 Windows 10/11,免安装 |
30
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI.1.0.2.exe) | 适用于 Windows 10/11,免安装 |
31
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2-arm64.dmg) | 适用于 M 芯片 Mac |
32
+ | 🐧 **Linux** (x64) | [📦 下载 AppImage](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2.AppImage) \| [deb](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/autoglm-gui_1.0.2_amd64.deb) \| [tar.gz](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.2/AutoGLM.GUI-1.0.2.tar.gz) | 通用格式,支持主流发行版 |
32
33
 
33
34
  </div>
34
35
 
35
36
  **使用说明:**
36
- - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
37
37
  - **Windows**: 下载后直接双击 `.exe` 文件运行,无需安装
38
+ - **macOS**: 下载后双击 `.dmg` 文件,拖拽到应用程序文件夹。首次打开可能需要在「系统设置 → 隐私与安全性」中允许运行
39
+ - **Linux**:
40
+ - **AppImage**(推荐): 下载后添加可执行权限 `chmod +x AutoGLM*.AppImage`,然后直接运行
41
+ - **deb**: 适用于 Debian/Ubuntu 系统,使用 `sudo dpkg -i autoglm*.deb` 安装
42
+ - **tar.gz**: 便携版,解压后运行 `./AutoGLM\ GUI/autoglm-gui`
38
43
 
39
44
  > 💡 **提示**: 桌面版已内置所有依赖(Python、ADB 等),无需手动配置环境。首次运行时需配置模型服务 API。
40
45
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autoglm-gui"
3
- version = "1.0.1"
3
+ version = "1.0.2"
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