autoglm-gui 0.4.12__py3-none-any.whl → 0.4.13__py3-none-any.whl
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/api/__init__.py +2 -1
- AutoGLM_GUI/api/version.py +192 -0
- AutoGLM_GUI/schemas.py +11 -0
- AutoGLM_GUI/static/assets/{about-kgOkkOWe.js → about-29B5FDM8.js} +1 -1
- AutoGLM_GUI/static/assets/chat-DTN2oKtA.js +149 -0
- AutoGLM_GUI/static/assets/index-Dy550Qqg.css +1 -0
- AutoGLM_GUI/static/assets/{index-BPYHsweG.js → index-mVNV0VwM.js} +1 -1
- AutoGLM_GUI/static/assets/index-wu8Wjf12.js +10 -0
- AutoGLM_GUI/static/index.html +2 -2
- {autoglm_gui-0.4.12.dist-info → autoglm_gui-0.4.13.dist-info}/METADATA +24 -2
- {autoglm_gui-0.4.12.dist-info → autoglm_gui-0.4.13.dist-info}/RECORD +14 -13
- AutoGLM_GUI/static/assets/chat-CZV3RByK.js +0 -149
- AutoGLM_GUI/static/assets/index-Beu9cbSy.css +0 -1
- AutoGLM_GUI/static/assets/index-DfI_Z1Cx.js +0 -10
- {autoglm_gui-0.4.12.dist-info → autoglm_gui-0.4.13.dist-info}/WHEEL +0 -0
- {autoglm_gui-0.4.12.dist-info → autoglm_gui-0.4.13.dist-info}/entry_points.txt +0 -0
- {autoglm_gui-0.4.12.dist-info → autoglm_gui-0.4.13.dist-info}/licenses/LICENSE +0 -0
AutoGLM_GUI/static/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>AutoGLM GUI</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-wu8Wjf12.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Dy550Qqg.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="app"></div>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autoglm-gui
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.13
|
|
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
|
|
@@ -35,6 +35,7 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
|
|
|
35
35
|
|
|
36
36
|

|
|
37
37
|

|
|
38
|
+
[](https://pypi.org/project/autoglm-gui/)
|
|
38
39
|
<br/>
|
|
39
40
|
<a href="https://qm.qq.com/q/J5eAs9tn0W" target="__blank">
|
|
40
41
|
<strong>欢迎加入讨论交流群</strong>
|
|
@@ -110,7 +111,7 @@ pip install autoglm-gui
|
|
|
110
111
|
autoglm-gui --base-url http://localhost:8080/v1
|
|
111
112
|
```
|
|
112
113
|
|
|
113
|
-
也可以使用 uvx
|
|
114
|
+
也可以使用 uvx 免安装启动,自动启动最新版(需已安装 uv,[安装教程](https://docs.astral.sh/uv/getting-started/installation/)):
|
|
114
115
|
|
|
115
116
|
```bash
|
|
116
117
|
uvx autoglm-gui --base-url http://localhost:8080/v1
|
|
@@ -133,6 +134,27 @@ uv run autoglm-gui --base-url http://localhost:8080/v1
|
|
|
133
134
|
|
|
134
135
|
启动后,在浏览器中打开 http://localhost:8000 即可开始使用!
|
|
135
136
|
|
|
137
|
+
## 🔄 升级指南
|
|
138
|
+
|
|
139
|
+
### 检查当前版本
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
# 查看已安装的版本
|
|
143
|
+
pip show autoglm-gui
|
|
144
|
+
|
|
145
|
+
# 或使用命令行参数
|
|
146
|
+
autoglm-gui --version
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### 升级到最新版本
|
|
150
|
+
|
|
151
|
+
**使用 pip 升级:**
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
# 升级到最新版本
|
|
155
|
+
pip install --upgrade autoglm-gui
|
|
156
|
+
```
|
|
157
|
+
|
|
136
158
|
## 📖 使用说明
|
|
137
159
|
|
|
138
160
|
### 多设备管理
|
|
@@ -5,7 +5,7 @@ AutoGLM_GUI/config_manager.py,sha256=xbiwKbg6XuXps21pstVRPlGzRbVEzSx5p0-ElnEP8hg
|
|
|
5
5
|
AutoGLM_GUI/exceptions.py,sha256=DuNA0zlu3YW9kFstRFr9-FInO32tL7_TY86EPCpnpUM,165
|
|
6
6
|
AutoGLM_GUI/logger.py,sha256=wLzjbRqsHAsOtI9yB0bcUZFVzgGK6qM8330std6FjVw,2553
|
|
7
7
|
AutoGLM_GUI/platform_utils.py,sha256=bYlQGAYYpU1ZqOUD-F-fIzpEA5z53dMFfaErsFhAvYk,2357
|
|
8
|
-
AutoGLM_GUI/schemas.py,sha256=
|
|
8
|
+
AutoGLM_GUI/schemas.py,sha256=AVQsOzPEq4cJaNQO0sfAsYVULpSrREtecrhuEzqGOkw,3841
|
|
9
9
|
AutoGLM_GUI/scrcpy_protocol.py,sha256=h6AtAGq3zMM30FWM7EYiYKJz7BDikpNCOjcKtFcRx3s,997
|
|
10
10
|
AutoGLM_GUI/scrcpy_stream.py,sha256=-tGyDNaML1TnZLzTNiVUgxMTv_7TQS0CKZ35G2RuPfg,16595
|
|
11
11
|
AutoGLM_GUI/server.py,sha256=GGGz7llG5rflIpO61nil8Zde12PLkv6OIzghuxwSkoI,249
|
|
@@ -19,17 +19,18 @@ AutoGLM_GUI/adb_plus/keyboard_installer.py,sha256=dsQqLgWd2kkTeljdTTT77mFwJpcM-I
|
|
|
19
19
|
AutoGLM_GUI/adb_plus/screenshot.py,sha256=pr7BpmUcGZO9rthpDeMRn4D1oAGX9aEEVL3ZnTQzrIo,3211
|
|
20
20
|
AutoGLM_GUI/adb_plus/serial.py,sha256=cdZuA47BYciX3POoAKl3E2xL0fIOZwgO5YmvxvYtNi4,1164
|
|
21
21
|
AutoGLM_GUI/adb_plus/touch.py,sha256=7cyMon9nOd6zQvZdHK7BHWoRLLWkdK-qWfTuSFfFzJA,2301
|
|
22
|
-
AutoGLM_GUI/api/__init__.py,sha256=
|
|
22
|
+
AutoGLM_GUI/api/__init__.py,sha256=dXjSDAZVwGV3EC86wpZG_Qhntov6wc9ZWso17FX1hCk,2285
|
|
23
23
|
AutoGLM_GUI/api/agents.py,sha256=JvZ4YBms-cC2vSfQIvLCVMA1F-36Pwjqc_PpOFBaVgs,11279
|
|
24
24
|
AutoGLM_GUI/api/control.py,sha256=G-7hfdqTl5fq-UXOwE2CI_HMbfmRH1Vd589t2FTNZyY,3155
|
|
25
25
|
AutoGLM_GUI/api/devices.py,sha256=2HMXPw465KaRJu8CCFy5pmTWwRhBquAhrPL-ADy4LXE,3662
|
|
26
26
|
AutoGLM_GUI/api/media.py,sha256=Ioncwd68CNkYvqmeTJJ3P5I1rjWfw6PM4WPz5Ixx8vI,1631
|
|
27
|
-
AutoGLM_GUI/
|
|
28
|
-
AutoGLM_GUI/static/
|
|
29
|
-
AutoGLM_GUI/static/assets/
|
|
30
|
-
AutoGLM_GUI/static/assets/
|
|
31
|
-
AutoGLM_GUI/static/assets/index-
|
|
32
|
-
AutoGLM_GUI/static/assets/index-
|
|
27
|
+
AutoGLM_GUI/api/version.py,sha256=ZN99iH2PA_qx5A1fnSEO-Yihh4K7Bc4r1jOnP6IcXZo,5861
|
|
28
|
+
AutoGLM_GUI/static/index.html,sha256=J_3javP8l947XGjjAbsgVaDoMU542RvE1YSKimcSRno,395
|
|
29
|
+
AutoGLM_GUI/static/assets/about-29B5FDM8.js,sha256=Dv4-XNlSUDAdF90wyLClz7iNe3_p_RYK9WQ7X2wZQ_k,155
|
|
30
|
+
AutoGLM_GUI/static/assets/chat-DTN2oKtA.js,sha256=5DDz3YsdLcRKonldXeofzgVQMsDFOWXmXpyajj7x5U4,164831
|
|
31
|
+
AutoGLM_GUI/static/assets/index-Dy550Qqg.css,sha256=ONHqGkB-t6x74BwVElVwY7bu4EvOVIXEKOMA0Fs30-0,40831
|
|
32
|
+
AutoGLM_GUI/static/assets/index-mVNV0VwM.js,sha256=mbLSuCQG-0WPms5MKr8RTH9nUGfedzIGAKN7k1jeA_k,228
|
|
33
|
+
AutoGLM_GUI/static/assets/index-wu8Wjf12.js,sha256=KYhn1hvURvoEhHn60BDmhQzFN6ET9ST-TzKz7fHOfk0,323309
|
|
33
34
|
AutoGLM_GUI/static/assets/worker-D6BRitjy.js,sha256=RL1NIRIks9dXdDhXOHK1cCg-OELT0uv9a6u_UEHfQ0Q,173494
|
|
34
35
|
phone_agent/__init__.py,sha256=6_AwafPDiJsEVstiMcfj-HbvpuxWTC2di6MVbQzHK6s,287
|
|
35
36
|
phone_agent/agent.py,sha256=23LFtkAo8Kr1mrgTnQYULOeTDmwMBB4FGgrUs03VKPg,8120
|
|
@@ -49,8 +50,8 @@ phone_agent/config/prompts_zh.py,sha256=vSWo5_qlWwNHVYUxrePBiL2FmJFnQG0Jpb1NsVsV
|
|
|
49
50
|
phone_agent/model/__init__.py,sha256=w6yFkla9VoUvX5vZkTWa7Z5Bg5_lfA9AajrLjZsdL24,149
|
|
50
51
|
phone_agent/model/client.py,sha256=6EM7BIdj9UvqPG9YmgwSGWVxensH5HDfCSAgHDeBgeo,5842
|
|
51
52
|
scrcpy-server-v3.3.3,sha256=fnAyO6fyWWSd1KzOl6xP77roECssbZHi575hP9U1S-A,90164
|
|
52
|
-
autoglm_gui-0.4.
|
|
53
|
-
autoglm_gui-0.4.
|
|
54
|
-
autoglm_gui-0.4.
|
|
55
|
-
autoglm_gui-0.4.
|
|
56
|
-
autoglm_gui-0.4.
|
|
53
|
+
autoglm_gui-0.4.13.dist-info/METADATA,sha256=4xUmSxqeGdBhjeqEokySagoowriovC2zAjk236blqhw,8816
|
|
54
|
+
autoglm_gui-0.4.13.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
55
|
+
autoglm_gui-0.4.13.dist-info/entry_points.txt,sha256=sz4rBO_kgrYmOiT0QnhCCv0b9QqBdWyCjugJgY8AEOI,58
|
|
56
|
+
autoglm_gui-0.4.13.dist-info/licenses/LICENSE,sha256=0IkSHDewdtmXnmYzTNq4U47EJYjTuhjQNpT0bZKuqWc,11342
|
|
57
|
+
autoglm_gui-0.4.13.dist-info/RECORD,,
|