lybic-guiagents 0.3.0__py3-none-any.whl → 0.4.0__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
- gui_agents/agents/agent_s.py +28 -17
- gui_agents/agents/grounding.py +14 -4
- gui_agents/agents/manager.py +8 -1
- gui_agents/agents/worker.py +8 -2
- gui_agents/cli_app.py +236 -220
- gui_agents/grpc_app.py +118 -50
- gui_agents/service/agent_service.py +51 -34
- gui_agents/store/registry.py +114 -6
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/METADATA +6 -6
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/RECORD +15 -15
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/WHEEL +0 -0
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/entry_points.txt +0 -0
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/licenses/LICENSE +0 -0
- {lybic_guiagents-0.3.0.dist-info → lybic_guiagents-0.4.0.dist-info}/top_level.txt +0 -0
|
@@ -51,19 +51,19 @@ 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=
|
|
55
|
-
gui_agents/cli_app.py,sha256=
|
|
56
|
-
gui_agents/grpc_app.py,sha256=
|
|
54
|
+
gui_agents/__init__.py,sha256=GlQoeaGbUnqfOvFTT9ZmXg-REDfriz6_O5TDAzuBUr4,1603
|
|
55
|
+
gui_agents/cli_app.py,sha256=6dAWewiTzfdzQC2N5N7HytkIwiNCTAVkpwU1nxkzcis,31661
|
|
56
|
+
gui_agents/grpc_app.py,sha256=R9k1jXfxI_YM0EQq1ZsiAKPgh3HbX9znZztbw29uBv8,40513
|
|
57
57
|
gui_agents/agents/Action.py,sha256=aEqkrNtb5TWn5i5nkMBWTN56_9tbfRPEGw2SgkFYKeY,6197
|
|
58
58
|
gui_agents/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
|
-
gui_agents/agents/agent_s.py,sha256=
|
|
59
|
+
gui_agents/agents/agent_s.py,sha256=cyxxOMZu2uwH2QT2CC0pKKE55uK_j8g2Uuke5se7qUw,46804
|
|
60
60
|
gui_agents/agents/global_state.py,sha256=BS6tUeK9Z3CdUIeU0gcEjzVnc_s7naeKQsCoIQLp23g,22314
|
|
61
|
-
gui_agents/agents/grounding.py,sha256=
|
|
61
|
+
gui_agents/agents/grounding.py,sha256=gW4dnASNy7rd8gP-V3kSvRMScuHWL00UJZe15aQdBUc,25882
|
|
62
62
|
gui_agents/agents/hardware_interface.py,sha256=32auvpVwJ-DimTTCDguM49DEBR4JeFCeHx41Bgv3Svg,5332
|
|
63
|
-
gui_agents/agents/manager.py,sha256=
|
|
63
|
+
gui_agents/agents/manager.py,sha256=utNGpcODn_uxHmolV6h0fsacyh2Fp5R7WMN47whUJmo,29240
|
|
64
64
|
gui_agents/agents/stream_manager.py,sha256=FxkM5GtTI4mFRd5rmuvoLSaC2NINVsSfhhREw3VlmUA,6704
|
|
65
65
|
gui_agents/agents/translator.py,sha256=WwWY1ffs2OQuh65DSVjWpfpettJVdmmCI-w92K0JeHg,5171
|
|
66
|
-
gui_agents/agents/worker.py,sha256=
|
|
66
|
+
gui_agents/agents/worker.py,sha256=TeTt1BYxppplpmswCNjPNyHey3db_1t8ADBghs7BXq0,18327
|
|
67
67
|
gui_agents/agents/Backend/ADBBackend.py,sha256=J8WeFFLEPh05FmFKuGz72wgcKdKQT9kLUCHyEb8mRkk,2151
|
|
68
68
|
gui_agents/agents/Backend/Backend.py,sha256=Aou3gBfur0AqL_bMn9FFeLTBM4CfL5aiIRivjqaB6zk,978
|
|
69
69
|
gui_agents/agents/Backend/LybicBackend.py,sha256=mDjvP3Rx1cjuWkFN0X9QiWWeqBnfepUHGwDIsCmI_As,14069
|
|
@@ -79,12 +79,12 @@ gui_agents/prompts/prompts.py,sha256=w9ZP4FhuBDzWP7J0Urn69woLhas9AIWTtNfC1tys59c
|
|
|
79
79
|
gui_agents/proto/__init__.py,sha256=_PORrnlylDiijb0s_soqgb1REm1eqXOtSmo0Oah4KRM,85
|
|
80
80
|
gui_agents/proto/pb/__init__.py,sha256=UbJYRSLmdZrc2F6ou4dkvgGb4Y0YDObcwftmJCE3fC0,96
|
|
81
81
|
gui_agents/service/__init__.py,sha256=5WsJ0Mx3e5BAP9qQMhoVimhOgTIndGeVcasGNoo1s-c,518
|
|
82
|
-
gui_agents/service/agent_service.py,sha256=
|
|
82
|
+
gui_agents/service/agent_service.py,sha256=5Tuz0JotHWPHNx5mnE1KciKH8IVlnKgoV44Fk_KRCDk,21774
|
|
83
83
|
gui_agents/service/api_models.py,sha256=06iFyaV6ttROsNiS2GnAAaB4kR1XNpSRuUHD2W60L8o,3949
|
|
84
84
|
gui_agents/service/config.py,sha256=WODT8RpaMFQ_oSshfDWsq_M8inPMHTlWYjoFoRpn6FY,8595
|
|
85
85
|
gui_agents/service/exceptions.py,sha256=Tk3U4eycX-wuAqR0B-TthBESKyu8KuwH5Ksng0v4juo,831
|
|
86
86
|
gui_agents/store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
|
-
gui_agents/store/registry.py,sha256=
|
|
87
|
+
gui_agents/store/registry.py,sha256=ZAOimq260bAg1wdmwQJTDcvlKPe6UtUcKajINLpZMXE,5357
|
|
88
88
|
gui_agents/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
89
|
gui_agents/tools/model.md,sha256=xeEuG3sBFu5j614V6alVk7l7JZmEewLniEg1hh7qA6Y,5553
|
|
90
90
|
gui_agents/tools/tools.py,sha256=mPWed16cbGvje49M405qi0WVHh1qNxQkW5ojLz9Ac9Y,30785
|
|
@@ -101,9 +101,9 @@ gui_agents/utils/common_utils.py,sha256=lfWg7SrGfEnu9ZS9AWP3GKhbeTbaSZ6F9oh6U_qC
|
|
|
101
101
|
gui_agents/utils/display_viewer.py,sha256=hL6Pf-wpoQrrYeOi6eaGnCorkAvGWNzkLIuM9yIudnk,8731
|
|
102
102
|
gui_agents/utils/embedding_manager.py,sha256=7QFITe9l0z8OKHT-yqx-BGwVMj4BRL2iJ13PgJ2-Yak,2117
|
|
103
103
|
gui_agents/utils/image_axis_utils.py,sha256=z21cVAE2ZOK1DR7wK10JHg8aZapkX2oGI6D93pKZEao,878
|
|
104
|
-
lybic_guiagents-0.
|
|
105
|
-
lybic_guiagents-0.
|
|
106
|
-
lybic_guiagents-0.
|
|
107
|
-
lybic_guiagents-0.
|
|
108
|
-
lybic_guiagents-0.
|
|
109
|
-
lybic_guiagents-0.
|
|
104
|
+
lybic_guiagents-0.4.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
105
|
+
lybic_guiagents-0.4.0.dist-info/METADATA,sha256=wQhfwJJT-9BBHWhXdkjocFiKKR3OVSwAOYGeT54wOxU,23802
|
|
106
|
+
lybic_guiagents-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
107
|
+
lybic_guiagents-0.4.0.dist-info/entry_points.txt,sha256=n8OTYmXL0QPhSFUz-StUmhf0cpdL7Qcaeg5BWe7MiL4,106
|
|
108
|
+
lybic_guiagents-0.4.0.dist-info/top_level.txt,sha256=NFP1jNNbbEGUexavwh7g0z_23hahrdgEV_9AjdynSw0,23
|
|
109
|
+
lybic_guiagents-0.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|