autoglm-gui 0.4.14__tar.gz → 1.0.0__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.14 → autoglm_gui-1.0.0}/PKG-INFO +3 -3
  2. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/README.md +2 -2
  3. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/pyproject.toml +1 -1
  4. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/.gitignore +0 -0
  5. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/__init__.py +0 -0
  6. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/__main__.py +0 -0
  7. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/__init__.py +0 -0
  8. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/device.py +0 -0
  9. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/ip.py +0 -0
  10. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/keyboard_installer.py +0 -0
  11. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/screenshot.py +0 -0
  12. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/serial.py +0 -0
  13. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/touch.py +0 -0
  14. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/__init__.py +0 -0
  15. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/agents.py +0 -0
  16. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/control.py +0 -0
  17. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/devices.py +0 -0
  18. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/media.py +0 -0
  19. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/version.py +0 -0
  20. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/config.py +0 -0
  21. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/config_manager.py +0 -0
  22. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/exceptions.py +0 -0
  23. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/logger.py +0 -0
  24. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/platform_utils.py +0 -0
  25. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/schemas.py +0 -0
  26. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/scrcpy_protocol.py +0 -0
  27. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/scrcpy_stream.py +0 -0
  28. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/server.py +0 -0
  29. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/socketio_server.py +0 -0
  30. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/state.py +0 -0
  31. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/about-29B5FDM8.js +0 -0
  32. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/chat-DTN2oKtA.js +0 -0
  33. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-Dy550Qqg.css +0 -0
  34. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-mVNV0VwM.js +0 -0
  35. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-wu8Wjf12.js +0 -0
  36. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/worker-D6BRitjy.js +0 -0
  37. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/index.html +0 -0
  38. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/version.py +0 -0
  39. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/LICENSE +0 -0
  40. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/__init__.py +0 -0
  41. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/actions/__init__.py +0 -0
  42. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/actions/handler.py +0 -0
  43. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/__init__.py +0 -0
  44. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/connection.py +0 -0
  45. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/device.py +0 -0
  46. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/input.py +0 -0
  47. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/screenshot.py +0 -0
  48. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/agent.py +0 -0
  49. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/__init__.py +0 -0
  50. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/apps.py +0 -0
  51. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/i18n.py +0 -0
  52. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts.py +0 -0
  53. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts_en.py +0 -0
  54. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts_zh.py +0 -0
  55. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/model/__init__.py +0 -0
  56. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/model/client.py +0 -0
  57. {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/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.14
3
+ Version: 1.0.0
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,8 +58,8 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
58
58
 
59
59
  | 操作系统 | 下载链接 | 说明 |
60
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,免安装 |
61
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.0/AutoGLM.GUI-1.0.0-arm64.dmg) | 适用于 M 芯片 Mac |
62
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.0/AutoGLM.GUI.1.0.0.exe) | 适用于 Windows 10/11,免安装 |
63
63
 
64
64
  </div>
65
65
 
@@ -27,8 +27,8 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
27
27
 
28
28
  | 操作系统 | 下载链接 | 说明 |
29
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,免安装 |
30
+ | 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.0/AutoGLM.GUI-1.0.0-arm64.dmg) | 适用于 M 芯片 Mac |
31
+ | 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.0.0/AutoGLM.GUI.1.0.0.exe) | 适用于 Windows 10/11,免安装 |
32
32
 
33
33
  </div>
34
34
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autoglm-gui"
3
- version = "0.4.14"
3
+ version = "1.0.0"
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