waldiez 0.5.8__py3-none-any.whl → 0.5.9__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 waldiez might be problematic. Click here for more details.

waldiez/_version.py CHANGED
@@ -5,4 +5,4 @@
5
5
  This file is automatically generated by Hatchling.
6
6
  Do not edit this file directly.
7
7
  """
8
- __version__ = VERSION = "0.5.8"
8
+ __version__ = VERSION = "0.5.9"
@@ -16,10 +16,9 @@ class GoogleSearchToolImpl(PredefinedTool):
16
16
 
17
17
  required_secrets: list[str] = [
18
18
  "GOOGLE_SEARCH_API_KEY",
19
+ "GOOGLE_SEARCH_ENGINE_ID",
19
20
  ]
20
- required_kwargs: dict[str, type] = {
21
- "google_search_engine_id": str,
22
- }
21
+ required_kwargs: dict[str, type] = {}
23
22
  _kwargs: dict[str, Any] = {}
24
23
 
25
24
  @property
@@ -163,8 +162,8 @@ def {self.name}(
163
162
  )
164
163
  return {self.name}_tool(
165
164
  query=query,
166
- search_api_key=search_api_key,
167
- search_engine_id=search_engine_id,
165
+ search_api_key=google_search_api_key,
166
+ search_engine_id=google_search_engine_id,
168
167
  num_results=num_results
169
168
  )
170
169
  '''
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: waldiez
3
- Version: 0.5.8
3
+ Version: 0.5.9
4
4
  Dynamic: Keywords
5
5
  Summary: Make AG2 Agents Collaborate: Drag, Drop, and Orchestrate with Waldiez.
6
6
  Project-URL: Homepage, https://waldiez.io
@@ -155,15 +155,15 @@ Provides-Extra: jupyter
155
155
  Requires-Dist: ipywidgets==8.1.7; extra == 'jupyter'
156
156
  Requires-Dist: jupyter-server==2.16.0; extra == 'jupyter'
157
157
  Requires-Dist: jupyterlab==4.4.5; extra == 'jupyter'
158
- Requires-Dist: waldiez-jupyter==0.5.8; extra == 'jupyter'
158
+ Requires-Dist: waldiez-jupyter==0.5.9; extra == 'jupyter'
159
159
  Provides-Extra: mqtt
160
160
  Requires-Dist: paho-mqtt<3.0,>=2.1.0; extra == 'mqtt'
161
161
  Provides-Extra: redis
162
162
  Requires-Dist: ag2[redis]==0.9.7; extra == 'redis'
163
163
  Provides-Extra: runner
164
- Requires-Dist: waldiez-runner==0.5.8; (python_version >= '3.11') and extra == 'runner'
164
+ Requires-Dist: waldiez-runner==0.5.9; (python_version >= '3.11') and extra == 'runner'
165
165
  Provides-Extra: studio
166
- Requires-Dist: waldiez-studio==0.5.8; extra == 'studio'
166
+ Requires-Dist: waldiez-studio==0.5.9; extra == 'studio'
167
167
  Provides-Extra: test
168
168
  Requires-Dist: ag2[redis]==0.9.7; extra == 'test'
169
169
  Requires-Dist: ag2[websockets]==0.9.7; extra == 'test'
@@ -1,6 +1,6 @@
1
1
  waldiez/__init__.py,sha256=GdbXP8mS6FUiljxvd-eH_J2gEztoHCQpD8Hq51GKUSs,943
2
2
  waldiez/__main__.py,sha256=0dYzNrQbovRwQQvmZC6_1FDR1m71SUIOkTleO5tBnBw,203
3
- waldiez/_version.py,sha256=51UNMVzeoXhsqsjnZ1HXqJlsSX7XvFqLv7R9P9uEchQ,249
3
+ waldiez/_version.py,sha256=_M0Tg1EaL--FRZvCIt6pqID9Bt2P3L5N7wiyuztYfNQ,249
4
4
  waldiez/cli.py,sha256=5zgMxVjSWZcADa4bUmXW_Ds38uJjvLi0W8zOm5l7K2o,7400
5
5
  waldiez/exporter.py,sha256=A-j2CjQIz0sRi_lRoUcZFGsoHK_PmorGzMPffVtn7Fo,7766
6
6
  waldiez/logger.py,sha256=Xh4YTt9jOVBuVOZ17LCquq9QweVw17gdqwsInjeXgVw,16729
@@ -195,7 +195,7 @@ waldiez/models/tool/tool_type.py,sha256=Jlm0lMymnJsxbtuvGIHjIGrnWUMHlITyFIIwJ88e
195
195
  waldiez/models/tool/predefined/__init__.py,sha256=LyTZzG2fSWEWwGxgTGGaM1r1LQu-EXRuoizeBEjAK_g,615
196
196
  waldiez/models/tool/predefined/_config.py,sha256=eajThRMUyUg2UBo1lXsi2cUjq8WwmFSM9_KBA2u8BgQ,1772
197
197
  waldiez/models/tool/predefined/_duckduckgo.py,sha256=dwqnf8zTPyQ9smeVDm655f5ox5s_73g6IhcRNe5eekE,3508
198
- waldiez/models/tool/predefined/_google.py,sha256=GDJXRj7EMuVGh51C0jNDKw438PmC5lCZvsaT-knRheQ,5578
198
+ waldiez/models/tool/predefined/_google.py,sha256=5T1lUZ9KoTHwaId1LMIkwYU7gJ9poxigvAXz76gL-4o,5582
199
199
  waldiez/models/tool/predefined/_perplexity.py,sha256=I6mx3InR1d7v3VirNJwOroZVNJ_WUBqxJACwQCDdsqc,5274
200
200
  waldiez/models/tool/predefined/_searxng.py,sha256=meHG1iNV2eLH2PAlFF1ptr9nMTRbfsj4m5NTSH_MZoY,4488
201
201
  waldiez/models/tool/predefined/_tavily.py,sha256=g2vTAjk-VKKkhWsg0Q21-KXOYzFCX7Eputu45H9Ilv4,4769
@@ -218,9 +218,9 @@ waldiez/running/utils.py,sha256=6wUYpKyfLL0nwNilokVgkgo8GyxIEgoVpSbI8QiOEMY,3036
218
218
  waldiez/utils/__init__.py,sha256=D2AY5iqhh95zarm-FHLXSOzNSV3DITJVm1spemtA9hw,275
219
219
  waldiez/utils/conflict_checker.py,sha256=EPq_FVC-nt_LgmLpM-UoVDisEu4JlvhpvPUpdBgg-TQ,1488
220
220
  waldiez/utils/version.py,sha256=FuVXa-Ldg9fplBUgPqp2PqCHzIadHtvC7K4nyhVus7Y,1853
221
- waldiez-0.5.8.dist-info/METADATA,sha256=73Y7ZdXGtL5sDtw1dPB2LiWbKkAbfRB5F72Q6nGZc5Y,20202
222
- waldiez-0.5.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
223
- waldiez-0.5.8.dist-info/entry_points.txt,sha256=9MQ8Y1rD19CU7UwjNPwoyTRpQsPs2QimjrtwTD0bD6k,44
224
- waldiez-0.5.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
225
- waldiez-0.5.8.dist-info/licenses/NOTICE.md,sha256=L7xtckFRYvYJjhjQNtFpURWCiAvEuq4ePvxJsC-XAdk,785
226
- waldiez-0.5.8.dist-info/RECORD,,
221
+ waldiez-0.5.9.dist-info/METADATA,sha256=osOjjychtlgUgw8giaadPUGpQSRkV4lPyWYHTimjw-I,20202
222
+ waldiez-0.5.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
223
+ waldiez-0.5.9.dist-info/entry_points.txt,sha256=9MQ8Y1rD19CU7UwjNPwoyTRpQsPs2QimjrtwTD0bD6k,44
224
+ waldiez-0.5.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
225
+ waldiez-0.5.9.dist-info/licenses/NOTICE.md,sha256=L7xtckFRYvYJjhjQNtFpURWCiAvEuq4ePvxJsC-XAdk,785
226
+ waldiez-0.5.9.dist-info/RECORD,,