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.
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/PKG-INFO +3 -3
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/README.md +2 -2
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/pyproject.toml +1 -1
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/.gitignore +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/__main__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/device.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/ip.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/keyboard_installer.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/screenshot.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/serial.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/adb_plus/touch.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/agents.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/control.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/devices.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/media.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/api/version.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/config.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/config_manager.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/exceptions.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/logger.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/platform_utils.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/schemas.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/scrcpy_protocol.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/scrcpy_stream.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/server.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/socketio_server.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/state.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/about-29B5FDM8.js +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/chat-DTN2oKtA.js +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-Dy550Qqg.css +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-mVNV0VwM.js +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/index-wu8Wjf12.js +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/assets/worker-D6BRitjy.js +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/static/index.html +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/AutoGLM_GUI/version.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/LICENSE +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/actions/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/actions/handler.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/connection.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/device.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/input.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/adb/screenshot.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/agent.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/apps.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/i18n.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts_en.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/config/prompts_zh.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/model/__init__.py +0 -0
- {autoglm_gui-0.4.14 → autoglm_gui-1.0.0}/phone_agent/model/client.py +0 -0
- {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.
|
|
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/
|
|
62
|
-
| 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/
|
|
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/
|
|
31
|
-
| 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|