dm-aioaiagent 0.1.1__tar.gz → 0.1.2__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.
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/PKG-INFO +1 -3
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/README.md +0 -2
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent.egg-info/PKG-INFO +1 -3
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/setup.py +1 -1
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent/__init__.py +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent/ai_agent.py +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent/async_ai_agent.py +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent.egg-info/SOURCES.txt +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent.egg-info/dependency_links.txt +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent.egg-info/requires.txt +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/dm_aioaiagent.egg-info/top_level.txt +0 -0
- {dm_aioaiagent-0.1.1 → dm_aioaiagent-0.1.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dm-aioaiagent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: This is my custom aioaiagent client
|
|
5
5
|
Home-page: https://pypi.org/project/dm-aioaiagent
|
|
6
6
|
Author: dimka4621
|
|
@@ -32,8 +32,6 @@ Requires-Dist: langchain-openai==0.2.0
|
|
|
32
32
|
|
|
33
33
|
## Usage
|
|
34
34
|
|
|
35
|
-
### Example of using DMAioAIAgent without tools
|
|
36
|
-
|
|
37
35
|
Analogue to `DMAioAIAgent` is the synchronous client `DMAIAgent`.
|
|
38
36
|
|
|
39
37
|
```python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dm-aioaiagent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: This is my custom aioaiagent client
|
|
5
5
|
Home-page: https://pypi.org/project/dm-aioaiagent
|
|
6
6
|
Author: dimka4621
|
|
@@ -32,8 +32,6 @@ Requires-Dist: langchain-openai==0.2.0
|
|
|
32
32
|
|
|
33
33
|
## Usage
|
|
34
34
|
|
|
35
|
-
### Example of using DMAioAIAgent without tools
|
|
36
|
-
|
|
37
35
|
Analogue to `DMAioAIAgent` is the synchronous client `DMAIAgent`.
|
|
38
36
|
|
|
39
37
|
```python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|