waldiez 0.1.0__tar.gz → 0.1.1__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.0 → waldiez-0.1.1}/PKG-INFO +5 -6
- {waldiez-0.1.0 → waldiez-0.1.1}/README.md +4 -5
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/_version.py +1 -1
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/chroma_utils.py +4 -1
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/qdrant_utils.py +1 -1
- {waldiez-0.1.0 → waldiez-0.1.1}/.gitignore +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/LICENSE +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/pyproject.toml +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/__main__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/cli.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporter.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/agent.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/agent_skills.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/code_execution.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/group_manager.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/llm_config.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/mongo_utils.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/pgvector_utils.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/rag_user.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/rag_user/vector_db.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/teachability.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/agents/termination_message.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/chats/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/chats/chats.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/chats/helpers.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/chats/nested.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/flow/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/flow/def_main.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/flow/flow.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/models/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/skills/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/comments.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/importing.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/logging_utils.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/method_utils.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/naming.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/exporting/utils/object_string.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/io_stream.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/agent.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/agent_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/code_execution.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/linked_skill.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/nested_chat.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/teachability.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agent/termination_message.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/agents.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/assistant/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/assistant/assistant.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/assistant/assistant_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/group_manager/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/group_manager/group_manager.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/group_manager/group_manager_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/group_manager/speakers.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/rag_user/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/rag_user/rag_user.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/rag_user/rag_user_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/rag_user/retrieve_config.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/rag_user/vector_db_config.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/user_proxy/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/user_proxy/user_proxy.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/agents/user_proxy/user_proxy_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/chat.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/chat_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/chat_message.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/chat_nested.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/chat/chat_summary.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/common/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/common/base.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/common/method_utils.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/flow/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/flow/flow.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/flow/flow_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/model/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/model/model.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/model/model_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/skill/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/skill/skill.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/skill/skill_data.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/models/waldiez.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/py.typed +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/runner.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/stream/__init__.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/stream/consumer.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/stream/provider.py +0 -0
- {waldiez-0.1.0 → waldiez-0.1.1}/waldiez/stream/server.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.1
|
|
4
4
|
Summary: waldiez
|
|
5
5
|
Project-URL: homepage, https://waldiez.github.io/py/
|
|
6
6
|
Project-URL: repository, https://github.com/waldiez/py.git
|
|
@@ -74,11 +74,11 @@ Description-Content-Type: text/markdown
|
|
|
74
74
|
|
|
75
75
|
# Waldiez
|
|
76
76
|
|
|
77
|
-
 [](https://coveralls.io/github/waldiez/py)
|
|
77
|
+
 [](https://coveralls.io/github/waldiez/py) [](https://badge.fury.io/py/waldiez)
|
|
78
78
|
|
|
79
79
|
Translate a Waldiez flow:
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+

|
|
82
82
|
|
|
83
83
|
To a python script or a jupyter notebook with the corresponding [autogen](https://github.com/microsoft/autogen/) agents and chats.
|
|
84
84
|
|
|
@@ -91,14 +91,13 @@ To a python script or a jupyter notebook with the corresponding [autogen](https:
|
|
|
91
91
|
|
|
92
92
|
## Installation
|
|
93
93
|
|
|
94
|
-
<!--
|
|
95
94
|
On PyPI:
|
|
96
95
|
|
|
97
96
|
```bash
|
|
98
97
|
python -m pip install waldiez
|
|
99
|
-
```
|
|
98
|
+
```
|
|
100
99
|
|
|
101
|
-
From
|
|
100
|
+
From the repository:
|
|
102
101
|
|
|
103
102
|
```bash
|
|
104
103
|
python -m pip install git+https://github.com/waldiez/py.git
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Waldiez
|
|
2
2
|
|
|
3
|
-
 [](https://coveralls.io/github/waldiez/py)
|
|
3
|
+
 [](https://coveralls.io/github/waldiez/py) [](https://badge.fury.io/py/waldiez)
|
|
4
4
|
|
|
5
5
|
Translate a Waldiez flow:
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
To a python script or a jupyter notebook with the corresponding [autogen](https://github.com/microsoft/autogen/) agents and chats.
|
|
10
10
|
|
|
@@ -17,14 +17,13 @@ To a python script or a jupyter notebook with the corresponding [autogen](https:
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
-
<!--
|
|
21
20
|
On PyPI:
|
|
22
21
|
|
|
23
22
|
```bash
|
|
24
23
|
python -m pip install waldiez
|
|
25
|
-
```
|
|
24
|
+
```
|
|
26
25
|
|
|
27
|
-
From
|
|
26
|
+
From the repository:
|
|
28
27
|
|
|
29
28
|
```bash
|
|
30
29
|
python -m pip install git+https://github.com/waldiez/py.git
|
|
@@ -28,8 +28,11 @@ def _get_chroma_client_string(agent: WaldiezRagUser) -> Tuple[str, str]:
|
|
|
28
28
|
agent.retrieve_config.db_config.use_local_storage
|
|
29
29
|
and agent.retrieve_config.db_config.local_storage_path is not None
|
|
30
30
|
):
|
|
31
|
+
# on windows, we get:
|
|
32
|
+
# SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes
|
|
33
|
+
# in position 2-3: truncated \UXXXXXXXX escape
|
|
31
34
|
local_path = Path(agent.retrieve_config.db_config.local_storage_path)
|
|
32
|
-
client_str += f'PersistentClient(path="{local_path}")'
|
|
35
|
+
client_str += f'PersistentClient(path=r"{local_path}")'
|
|
33
36
|
else:
|
|
34
37
|
client_str += "Client()"
|
|
35
38
|
return client_str, to_import
|
|
@@ -30,7 +30,7 @@ def _get_qdrant_client_string(agent: WaldiezRagUser) -> Tuple[str, str]:
|
|
|
30
30
|
and agent.retrieve_config.db_config.local_storage_path
|
|
31
31
|
):
|
|
32
32
|
local_path = Path(agent.retrieve_config.db_config.local_storage_path)
|
|
33
|
-
client_str += f'location="{local_path}")'
|
|
33
|
+
client_str += f'location=r"{local_path}")'
|
|
34
34
|
elif agent.retrieve_config.db_config.connection_url:
|
|
35
35
|
client_str += (
|
|
36
36
|
f'location="{agent.retrieve_config.db_config.connection_url}")'
|
|
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
|