waldiez 0.1.14__tar.gz → 0.1.15__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.
Potentially problematic release.
This version of waldiez might be problematic. Click here for more details.
- {waldiez-0.1.14 → waldiez-0.1.15}/PKG-INFO +6 -3
- {waldiez-0.1.14 → waldiez-0.1.15}/pyproject.toml +14 -3
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/_version.py +1 -1
- {waldiez-0.1.14 → waldiez-0.1.15}/.gitignore +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/LICENSE +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/README.md +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/__main__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/cli.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/conflict_checker.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporter.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/agent.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/agent_skills.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/code_execution.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/group_manager.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/llm_config.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/chroma_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/mongo_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/pgvector_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/qdrant_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/rag_user.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/rag_user/vector_db.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/teachability.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/agents/termination_message.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/chats/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/chats/chats.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/chats/helpers.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/chats/nested.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/flow/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/flow/def_main.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/flow/flow.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/models/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/skills/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/comments.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/importing.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/logging_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/method_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/naming.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/object_string.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/exporting/utils/path_check.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/io/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/agent.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/agent_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/code_execution.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/linked_skill.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/nested_chat.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/teachability.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agent/termination_message.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/agents.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/assistant/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/assistant/assistant.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/assistant/assistant_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/group_manager/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/group_manager/group_manager.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/group_manager/group_manager_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/group_manager/speakers.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/rag_user/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/rag_user/rag_user.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/rag_user/rag_user_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/rag_user/retrieve_config.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/rag_user/vector_db_config.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/user_proxy/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/user_proxy/user_proxy.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/agents/user_proxy/user_proxy_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/chat.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/chat_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/chat_message.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/chat_nested.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/chat/chat_summary.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/common/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/common/base.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/common/method_utils.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/flow/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/flow/flow.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/flow/flow_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/model/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/model/model.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/model/model_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/skill/__init__.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/skill/skill.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/skill/skill_data.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/models/waldiez.py +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/py.typed +0 -0
- {waldiez-0.1.14 → waldiez-0.1.15}/waldiez/runner.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: waldiez
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.15
|
|
4
4
|
Summary: waldiez
|
|
5
5
|
Project-URL: homepage, https://waldiez.github.io/waldiez/
|
|
6
6
|
Project-URL: repository, https://github.com/waldiez/waldiez.git
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
18
18
|
Requires-Python: <3.13,>=3.10
|
|
19
19
|
Requires-Dist: jupytext
|
|
20
20
|
Requires-Dist: pyautogen==0.5.0
|
|
21
|
+
Requires-Dist: pydantic>=2.0
|
|
21
22
|
Requires-Dist: typer<0.13,>=0.9
|
|
22
23
|
Provides-Extra: ag2-extras
|
|
23
24
|
Requires-Dist: fastembed==0.4.2; extra == 'ag2-extras'
|
|
@@ -32,12 +33,12 @@ Requires-Dist: pyautogen[lmm]==0.5.0; extra == 'ag2-extras'
|
|
|
32
33
|
Requires-Dist: pyautogen[mistral]==0.5.0; extra == 'ag2-extras'
|
|
33
34
|
Requires-Dist: pyautogen[retrievechat-mongodb]==0.5.0; extra == 'ag2-extras'
|
|
34
35
|
Requires-Dist: pyautogen[retrievechat-pgvector]==0.5.0; extra == 'ag2-extras'
|
|
35
|
-
Requires-Dist: pyautogen[retrievechat-qdrant]==0.5.0; extra == 'ag2-extras'
|
|
36
|
+
Requires-Dist: pyautogen[retrievechat-qdrant]==0.5.0; (python_version < '3.13') and extra == 'ag2-extras'
|
|
36
37
|
Requires-Dist: pyautogen[retrievechat]==0.5.0; extra == 'ag2-extras'
|
|
37
38
|
Requires-Dist: pyautogen[together]==0.5.0; extra == 'ag2-extras'
|
|
38
39
|
Requires-Dist: pyautogen[websurfer]==0.5.0; extra == 'ag2-extras'
|
|
39
40
|
Requires-Dist: pymongo==4.10.1; extra == 'ag2-extras'
|
|
40
|
-
Requires-Dist: qdrant-client
|
|
41
|
+
Requires-Dist: qdrant-client[fastembed]; (python_version >= '3.13') and extra == 'ag2-extras'
|
|
41
42
|
Provides-Extra: dev
|
|
42
43
|
Requires-Dist: autoflake==2.3.1; extra == 'dev'
|
|
43
44
|
Requires-Dist: bandit==1.8.0; extra == 'dev'
|
|
@@ -50,7 +51,9 @@ Requires-Dist: pydocstyle==6.3.0; extra == 'dev'
|
|
|
50
51
|
Requires-Dist: pylint==3.3.2; extra == 'dev'
|
|
51
52
|
Requires-Dist: python-dotenv==1.0.1; extra == 'dev'
|
|
52
53
|
Requires-Dist: ruff==0.8.2; extra == 'dev'
|
|
54
|
+
Requires-Dist: toml; (python_version <= '3.10') and extra == 'dev'
|
|
53
55
|
Requires-Dist: types-pyyaml==6.0.12.20240917; extra == 'dev'
|
|
56
|
+
Requires-Dist: types-toml==0.10.8.20240310; extra == 'dev'
|
|
54
57
|
Requires-Dist: yamllint==1.35.1; extra == 'dev'
|
|
55
58
|
Provides-Extra: docs
|
|
56
59
|
Requires-Dist: mdx-include==1.4.2; extra == 'docs'
|
|
@@ -24,8 +24,9 @@ classifiers = [
|
|
|
24
24
|
dependencies =[
|
|
25
25
|
"pyautogen==0.5.0",
|
|
26
26
|
"jupytext",
|
|
27
|
+
"pydantic>=2.0",
|
|
27
28
|
# together(ag2 extra) 1.2.0 depends on typer<0.13 and >=0.9
|
|
28
|
-
"typer>=0.9,<0.13"
|
|
29
|
+
"typer>=0.9,<0.13",
|
|
29
30
|
]
|
|
30
31
|
|
|
31
32
|
[project.urls]
|
|
@@ -55,7 +56,17 @@ dev = [
|
|
|
55
56
|
'ruff==0.8.2',
|
|
56
57
|
'types-PyYAML==6.0.12.20240917',
|
|
57
58
|
'yamllint==1.35.1',
|
|
59
|
+
'toml; python_version <= "3.10"',
|
|
60
|
+
'types-toml== 0.10.8.20240310',
|
|
58
61
|
]
|
|
62
|
+
# fastembed and fastembed-gpu are not available, yet for python 3.13
|
|
63
|
+
# ref: https://github.com/qdrant/qdrant-client/blob/master/pyproject.toml
|
|
64
|
+
# fastembed = [
|
|
65
|
+
# { version = "0.3.6", optional = true, python = "<3.13" }
|
|
66
|
+
# ]
|
|
67
|
+
# fastembed-gpu = [
|
|
68
|
+
# { version = "0.3.6", optional = true, python = "<3.13" }
|
|
69
|
+
# ]
|
|
59
70
|
ag2_extras =[
|
|
60
71
|
'fastembed==0.4.2',
|
|
61
72
|
'pgvector>=0.3.6',
|
|
@@ -64,7 +75,8 @@ ag2_extras =[
|
|
|
64
75
|
'pyautogen[retrievechat]==0.5.0',
|
|
65
76
|
'pyautogen[retrievechat-pgvector]==0.5.0',
|
|
66
77
|
'pyautogen[retrievechat-mongodb]==0.5.0',
|
|
67
|
-
'pyautogen[retrievechat-qdrant]==0.5.0',
|
|
78
|
+
'pyautogen[retrievechat-qdrant]==0.5.0; python_version < "3.13"',
|
|
79
|
+
'qdrant-client[fastembed]; python_version >= "3.13"',
|
|
68
80
|
'pyautogen[gemini]==0.5.0',
|
|
69
81
|
'pyautogen[together]==0.5.0',
|
|
70
82
|
'pyautogen[anthropic]==0.5.0',
|
|
@@ -75,7 +87,6 @@ ag2_extras =[
|
|
|
75
87
|
'pyautogen[websurfer]==0.5.0',
|
|
76
88
|
'pyautogen[together]==0.5.0',
|
|
77
89
|
'pymongo==4.10.1',
|
|
78
|
-
'qdrant-client==1.12.1',
|
|
79
90
|
]
|
|
80
91
|
test = [
|
|
81
92
|
'pytest==8.3.4',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|