lybic-guiagents 0.2.1__py3-none-any.whl → 0.2.2__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.
Potentially problematic release.
This version of lybic-guiagents might be problematic. Click here for more details.
- gui_agents/__init__.py +1 -1
- {lybic_guiagents-0.2.1.dist-info → lybic_guiagents-0.2.2.dist-info}/METADATA +3 -3
- {lybic_guiagents-0.2.1.dist-info → lybic_guiagents-0.2.2.dist-info}/RECORD +6 -6
- {lybic_guiagents-0.2.1.dist-info → lybic_guiagents-0.2.2.dist-info}/WHEEL +0 -0
- {lybic_guiagents-0.2.1.dist-info → lybic_guiagents-0.2.2.dist-info}/licenses/LICENSE +0 -0
- {lybic_guiagents-0.2.1.dist-info → lybic_guiagents-0.2.2.dist-info}/top_level.txt +0 -0
gui_agents/__init__.py
CHANGED
|
@@ -37,7 +37,7 @@ from .agents.hardware_interface import HardwareInterface
|
|
|
37
37
|
from .store.registry import Registry
|
|
38
38
|
from .agents.global_state import GlobalState
|
|
39
39
|
|
|
40
|
-
__version__ = "0.2.
|
|
40
|
+
__version__ = "0.2.2"
|
|
41
41
|
|
|
42
42
|
# Primary exports (what users should typically use)
|
|
43
43
|
__all__ = [
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lybic-guiagents
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: An open-source agentic framework that enables AI to use computers like humans and can provide a multi-agent runtime environment as an infrastructure capability
|
|
5
5
|
Author: Lybic Development Team
|
|
6
6
|
Author-email: Lybic Development Team <lybic@tingyutech.com>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.12, <3.14
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: dotenv
|
|
@@ -530,7 +530,7 @@ If you find this codebase useful, please cite:
|
|
|
530
530
|
|
|
531
531
|
<div align="center" style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
|
|
532
532
|
<img src="assets/feishu.png" alt="Lark Group" style="width: 200px; height: auto;"/>
|
|
533
|
-
<img src="assets/wechat.
|
|
533
|
+
<img src="assets/wechat.jpg" alt="WeChat Group" style="width: 200px; height: auto;"/>
|
|
534
534
|
<img src="assets/qq.png" alt="QQ Group" style="width: 200px; height: auto;"/>
|
|
535
535
|
</div>
|
|
536
536
|
|
|
@@ -51,7 +51,7 @@ desktop_env/providers/virtualbox/provider.py,sha256=kSWLSddLpn8IfeyAPyMEy_p5SOap
|
|
|
51
51
|
desktop_env/providers/vmware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
52
|
desktop_env/providers/vmware/manager.py,sha256=pFqJwF6BAijmD-LbSei68-DU7ILCTONRj7e0At5iKIg,18893
|
|
53
53
|
desktop_env/providers/vmware/provider.py,sha256=88ERND67KQIxG74b10sAXJ04o5FhNpx0d9pRTi8bHrA,4080
|
|
54
|
-
gui_agents/__init__.py,sha256=
|
|
54
|
+
gui_agents/__init__.py,sha256=lbM57x5ZeJ51oDtCLVie760uT3UUJAInHdeKksYQZ4c,1603
|
|
55
55
|
gui_agents/cli_app.py,sha256=M8zO24xPTD4WDuLgnSqSjJ6VA3SFq0-qyLncizh6D04,29046
|
|
56
56
|
gui_agents/agents/Action.py,sha256=aEqkrNtb5TWn5i5nkMBWTN56_9tbfRPEGw2SgkFYKeY,6197
|
|
57
57
|
gui_agents/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -95,8 +95,8 @@ gui_agents/utils/common_utils.py,sha256=lfWg7SrGfEnu9ZS9AWP3GKhbeTbaSZ6F9oh6U_qC
|
|
|
95
95
|
gui_agents/utils/display_viewer.py,sha256=hL6Pf-wpoQrrYeOi6eaGnCorkAvGWNzkLIuM9yIudnk,8731
|
|
96
96
|
gui_agents/utils/embedding_manager.py,sha256=7QFITe9l0z8OKHT-yqx-BGwVMj4BRL2iJ13PgJ2-Yak,2117
|
|
97
97
|
gui_agents/utils/image_axis_utils.py,sha256=z21cVAE2ZOK1DR7wK10JHg8aZapkX2oGI6D93pKZEao,878
|
|
98
|
-
lybic_guiagents-0.2.
|
|
99
|
-
lybic_guiagents-0.2.
|
|
100
|
-
lybic_guiagents-0.2.
|
|
101
|
-
lybic_guiagents-0.2.
|
|
102
|
-
lybic_guiagents-0.2.
|
|
98
|
+
lybic_guiagents-0.2.2.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
99
|
+
lybic_guiagents-0.2.2.dist-info/METADATA,sha256=ZVhQC9zXiTIR0rNRRoz2Gr8RyPcvs8fDjvyFYiEA2HU,20655
|
|
100
|
+
lybic_guiagents-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
101
|
+
lybic_guiagents-0.2.2.dist-info/top_level.txt,sha256=NFP1jNNbbEGUexavwh7g0z_23hahrdgEV_9AjdynSw0,23
|
|
102
|
+
lybic_guiagents-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|