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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dm-aioaiagent
3
- Version: 0.1.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
@@ -9,8 +9,6 @@
9
9
 
10
10
  ## Usage
11
11
 
12
- ### Example of using DMAioAIAgent without tools
13
-
14
12
  Analogue to `DMAioAIAgent` is the synchronous client `DMAIAgent`.
15
13
 
16
14
  ```python
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dm-aioaiagent
3
- Version: 0.1.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
@@ -8,7 +8,7 @@ def readme():
8
8
 
9
9
  setup(
10
10
  name='dm-aioaiagent',
11
- version='v0.1.1',
11
+ version='v0.1.2',
12
12
  author='dimka4621',
13
13
  author_email='mismartconfig@gmail.com',
14
14
  description='This is my custom aioaiagent client',
File without changes