waldiez 0.3.2__py3-none-any.whl → 0.3.4__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
@@ -2,4 +2,4 @@
2
2
  # Copyright (c) 2024 - 2025 Waldiez and contributors.
3
3
  """Version information for Waldiez."""
4
4
 
5
- __version__ = "0.3.2"
5
+ __version__ = "0.3.4"
@@ -56,10 +56,8 @@ class AgentExporter(BaseExporter, ExporterMixin):
56
56
  The model ids to names mapping.
57
57
  skill_names : Dict[str, str]
58
58
  The skill ids to names mapping.
59
- all_chats : List[WaldiezChat]
60
- All the chats in the flow.
61
- chat_names : Dict[str, str]
62
- The chat ids to names mapping.
59
+ chats : Tuple[List[WaldiezChat], Dict[str, str]]
60
+ All the chats and the chat ids to names mapping.
63
61
  is_async : bool
64
62
  Whether the whole flow is async.
65
63
  for_notebook : bool
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: waldiez
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: waldiez
5
5
  Project-URL: homepage, https://waldiez.github.io/waldiez/python
6
6
  Project-URL: repository, https://github.com/waldiez/python.git
@@ -73,9 +73,9 @@ Requires-Dist: mkdocstrings-python==1.13.0; extra == 'docs'
73
73
  Requires-Dist: mkdocstrings[crystal,python]==0.27.0; extra == 'docs'
74
74
  Provides-Extra: jupyter
75
75
  Requires-Dist: jupyterlab>=4.3.0; extra == 'jupyter'
76
- Requires-Dist: waldiez-jupyter==0.3.1; extra == 'jupyter'
76
+ Requires-Dist: waldiez-jupyter==0.3.3; extra == 'jupyter'
77
77
  Provides-Extra: studio
78
- Requires-Dist: waldiez-studio==0.3.1; extra == 'studio'
78
+ Requires-Dist: waldiez-studio==0.3.3; extra == 'studio'
79
79
  Provides-Extra: test
80
80
  Requires-Dist: pytest-asyncio==0.25.2; extra == 'test'
81
81
  Requires-Dist: pytest-cov==6.0.0; extra == 'test'
@@ -1,6 +1,6 @@
1
1
  waldiez/__init__.py,sha256=WrnR3f-FQ0mK2orSfyApwRs9UGfq1nYiohQTyLrX_hs,2149
2
2
  waldiez/__main__.py,sha256=0dYzNrQbovRwQQvmZC6_1FDR1m71SUIOkTleO5tBnBw,203
3
- waldiez/_version.py,sha256=cK77Z-sXaRYFTxQXqYv2zorH0l3iirkzDAVkJ1XdW8o,155
3
+ waldiez/_version.py,sha256=E14VfXNRIJGGIxqzThksJhEfHzPVLPoIyrcairewCFs,155
4
4
  waldiez/cli.py,sha256=SUdYLwNfG2TRnZr_E2gZ6SGczSQMIUdeIDzSZEYaw7o,6947
5
5
  waldiez/cli_extras.py,sha256=cnMJnznNgTjtI_qKAlgLOzXaJSuzx7D_XNDzC1faKzw,3018
6
6
  waldiez/conflict_checker.py,sha256=oF7PT2bdMGeIoj13cE2F6hn5dxhMhOutq34z8hCkZYg,976
@@ -9,7 +9,7 @@ waldiez/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  waldiez/runner.py,sha256=5J8bAdh2XaovM6xA8OW2jtfHXckjVUIE_9GtHn1UqzI,11038
10
10
  waldiez/exporting/__init__.py,sha256=7dMoWMJ-Hv48ZmM4m7QaqYvZ4G1o9uDJnklI6EU4r50,345
11
11
  waldiez/exporting/agent/__init__.py,sha256=GOgri16QNICpx3YNZPzVn_KYVxuQACYKQyazhJNtYK0,188
12
- waldiez/exporting/agent/agent_exporter.py,sha256=1fjf8yJdSDnYAeEmEUVL955f2ztlMHq33I8Tek9qYQo,9823
12
+ waldiez/exporting/agent/agent_exporter.py,sha256=Xg6XY7fmJbBrvX_s3YS8ABIxM368jNYQTCGUnMuvcao,9785
13
13
  waldiez/exporting/agent/utils/__init__.py,sha256=G0iJgfI8tKrNufawPmG2um-hijUS4TZEn7Xwk2DkC88,825
14
14
  waldiez/exporting/agent/utils/agent_class_name.py,sha256=V3EB5VhMT5xDC0u92YB7_p_nEL6rO1Jbp63DKG60kVY,927
15
15
  waldiez/exporting/agent/utils/agent_imports.py,sha256=X8aX0ThYmBVYzqzAdKX1U4IttqneJuYANi3eAj7mGiE,1549
@@ -118,8 +118,8 @@ waldiez/running/__init__.py,sha256=hptO_sDFv0Alg-YJmLN-A49SeQ4YyWUMP8nBH21qO-o,6
118
118
  waldiez/running/environment.py,sha256=8IgEmm1MJrfwOlxyMAdoYtH-KRmLtlVROOWzlMtSbps,2268
119
119
  waldiez/running/gen_seq_diagram.py,sha256=y9O5HFe25YvfNc78MrWTwaSfFQEDu6-buq7lja8PYgg,5639
120
120
  waldiez/running/running.py,sha256=CpgiK9E-4T7ruVwB2baSv6qTipgTcdR9IulE8db5V4o,8561
121
- waldiez-0.3.2.dist-info/METADATA,sha256=93egHoY93Jbsi1ja39S2rFzroUWZ_r2CSnB3CEYZh9s,9026
122
- waldiez-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
123
- waldiez-0.3.2.dist-info/entry_points.txt,sha256=9MQ8Y1rD19CU7UwjNPwoyTRpQsPs2QimjrtwTD0bD6k,44
124
- waldiez-0.3.2.dist-info/licenses/LICENSE,sha256=bWinEG_ynCS8eSj1vhAmYDWwYODhBOF0AUEjOgZ3kmU,11355
125
- waldiez-0.3.2.dist-info/RECORD,,
121
+ waldiez-0.3.4.dist-info/METADATA,sha256=FU6w-p9PSWNdFStBr8JZNTTxVB9mjfBF1HZUqWXDTJw,9026
122
+ waldiez-0.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
123
+ waldiez-0.3.4.dist-info/entry_points.txt,sha256=9MQ8Y1rD19CU7UwjNPwoyTRpQsPs2QimjrtwTD0bD6k,44
124
+ waldiez-0.3.4.dist-info/licenses/LICENSE,sha256=bWinEG_ynCS8eSj1vhAmYDWwYODhBOF0AUEjOgZ3kmU,11355
125
+ waldiez-0.3.4.dist-info/RECORD,,