autoglm-gui 0.2.2__tar.gz → 0.2.3__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 (35) hide show
  1. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/PKG-INFO +1 -1
  2. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/pyproject.toml +3 -2
  3. autoglm_gui-0.2.3/scrcpy-server-v3.3.3 +0 -0
  4. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/.gitignore +0 -0
  5. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/__init__.py +0 -0
  6. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/__main__.py +0 -0
  7. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/adb_plus/__init__.py +0 -0
  8. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/adb_plus/screenshot.py +0 -0
  9. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/scrcpy_stream.py +0 -0
  10. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/server.py +0 -0
  11. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/assets/about-uuv-AkSr.js +0 -0
  12. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/assets/chat-Bl1mU48-.js +0 -0
  13. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/assets/index-B6TfcGH7.js +0 -0
  14. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/assets/index-BCzw2xc6.css +0 -0
  15. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/assets/index-BhEqSAe_.js +0 -0
  16. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/AutoGLM_GUI/static/index.html +0 -0
  17. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/LICENSE +0 -0
  18. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/README.md +0 -0
  19. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/__init__.py +0 -0
  20. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/actions/__init__.py +0 -0
  21. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/actions/handler.py +0 -0
  22. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/adb/__init__.py +0 -0
  23. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/adb/connection.py +0 -0
  24. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/adb/device.py +0 -0
  25. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/adb/input.py +0 -0
  26. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/adb/screenshot.py +0 -0
  27. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/agent.py +0 -0
  28. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/__init__.py +0 -0
  29. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/apps.py +0 -0
  30. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/i18n.py +0 -0
  31. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/prompts.py +0 -0
  32. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/prompts_en.py +0 -0
  33. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/config/prompts_zh.py +0 -0
  34. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/model/__init__.py +0 -0
  35. {autoglm_gui-0.2.2 → autoglm_gui-0.2.3}/phone_agent/model/client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autoglm-gui
3
- Version: 0.2.2
3
+ Version: 0.2.3
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autoglm-gui"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Web GUI for AutoGLM Phone Agent - AI-powered Android automation"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -40,9 +40,10 @@ build-backend = "hatchling.build"
40
40
 
41
41
  [tool.hatch.build.targets.wheel]
42
42
  packages = ["AutoGLM_GUI", "phone_agent"]
43
+ force-include = {"scrcpy-server-v3.3.3" = "scrcpy-server-v3.3.3"}
43
44
 
44
45
  [tool.hatch.build.targets.sdist]
45
- include = ["AutoGLM_GUI/**/*", "phone_agent/**/*"]
46
+ include = ["AutoGLM_GUI/**/*", "phone_agent/**/*", "scrcpy-server-v3.3.3"]
46
47
 
47
48
  [tool.hatch.build]
48
49
  artifacts = ["AutoGLM_GUI/static/**/*"]
Binary file
File without changes
File without changes
File without changes