dm-aioaiagent 0.6.0__tar.gz → 0.6.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.
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/PKG-INFO +20 -19
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent.egg-info/PKG-INFO +20 -19
- dm_aioaiagent-0.6.1/dm_aioaiagent.egg-info/requires.txt +37 -0
- dm_aioaiagent-0.6.1/setup.py +60 -0
- dm_aioaiagent-0.6.0/dm_aioaiagent.egg-info/requires.txt +0 -36
- dm_aioaiagent-0.6.0/setup.py +0 -57
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/README.md +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent/__init__.py +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent/ai_agent.py +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent/async_ai_agent.py +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent/openai_image_message_content.py +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent/types.py +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent.egg-info/SOURCES.txt +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent.egg-info/dependency_links.txt +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/dm_aioaiagent.egg-info/top_level.txt +0 -0
- {dm_aioaiagent-0.6.0 → dm_aioaiagent-0.6.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dm-aioaiagent
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: This is my custom aioaiagent client
|
|
5
5
|
Home-page: https://pypi.org/project/dm-aioaiagent
|
|
6
6
|
Author: dimka4621
|
|
@@ -15,32 +15,33 @@ Description-Content-Type: text/markdown
|
|
|
15
15
|
Requires-Dist: dm-logger<0.7.0,>=0.6.6
|
|
16
16
|
Requires-Dist: python-dotenv>=1.0.0
|
|
17
17
|
Requires-Dist: pydantic<3.0.0,>=2.9.2
|
|
18
|
-
Requires-Dist: langchain<0.
|
|
19
|
-
Requires-Dist: langchain-core<0.
|
|
20
|
-
Requires-Dist: langchain-
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist: langsmith<0.4.0,>=0.3.45
|
|
18
|
+
Requires-Dist: langchain<2.0.0,>=1.0.0
|
|
19
|
+
Requires-Dist: langchain-core<2.0.0,>=1.0.0
|
|
20
|
+
Requires-Dist: langchain-openai<2.0.0,>=1.0.0
|
|
21
|
+
Requires-Dist: langgraph<2.0.0,>=1.0.0
|
|
22
|
+
Requires-Dist: langsmith<1.0.0,>=0.4.0
|
|
24
23
|
Requires-Dist: grandalf<0.9.0,>=0.8.0
|
|
25
24
|
Provides-Extra: anthropic
|
|
26
|
-
Requires-Dist: langchain-anthropic<0.
|
|
25
|
+
Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0; extra == "anthropic"
|
|
27
26
|
Provides-Extra: gemini
|
|
28
|
-
Requires-Dist: langchain-google-genai<
|
|
27
|
+
Requires-Dist: langchain-google-genai<5.0.0,>=4.0.0; extra == "gemini"
|
|
28
|
+
Requires-Dist: langchain-google-vertexai<4.0.0,>=3.0.0; extra == "gemini"
|
|
29
29
|
Provides-Extra: groq
|
|
30
|
-
Requires-Dist: langchain-groq<0.
|
|
30
|
+
Requires-Dist: langchain-groq<2.0.0,>=1.0.0; extra == "groq"
|
|
31
31
|
Provides-Extra: mistral
|
|
32
|
-
Requires-Dist: langchain-mistralai<0.
|
|
32
|
+
Requires-Dist: langchain-mistralai<2.0.0,>=1.0.0; extra == "mistral"
|
|
33
33
|
Provides-Extra: deepseek
|
|
34
|
-
Requires-Dist: langchain-deepseek<
|
|
34
|
+
Requires-Dist: langchain-deepseek<2.0.0,>=1.0.0; extra == "deepseek"
|
|
35
35
|
Provides-Extra: ollama
|
|
36
|
-
Requires-Dist: langchain-ollama<0.
|
|
36
|
+
Requires-Dist: langchain-ollama<2.0.0,>=1.0.0; extra == "ollama"
|
|
37
37
|
Provides-Extra: all
|
|
38
|
-
Requires-Dist: langchain-anthropic<0.
|
|
39
|
-
Requires-Dist: langchain-google-genai<
|
|
40
|
-
Requires-Dist: langchain-
|
|
41
|
-
Requires-Dist: langchain-
|
|
42
|
-
Requires-Dist: langchain-
|
|
43
|
-
Requires-Dist: langchain-
|
|
38
|
+
Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0; extra == "all"
|
|
39
|
+
Requires-Dist: langchain-google-genai<5.0.0,>=4.0.0; extra == "all"
|
|
40
|
+
Requires-Dist: langchain-google-vertexai<4.0.0,>=3.0.0; extra == "all"
|
|
41
|
+
Requires-Dist: langchain-groq<2.0.0,>=1.0.0; extra == "all"
|
|
42
|
+
Requires-Dist: langchain-mistralai<2.0.0,>=1.0.0; extra == "all"
|
|
43
|
+
Requires-Dist: langchain-deepseek<2.0.0,>=1.0.0; extra == "all"
|
|
44
|
+
Requires-Dist: langchain-ollama<2.0.0,>=1.0.0; extra == "all"
|
|
44
45
|
Dynamic: author
|
|
45
46
|
Dynamic: author-email
|
|
46
47
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dm-aioaiagent
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: This is my custom aioaiagent client
|
|
5
5
|
Home-page: https://pypi.org/project/dm-aioaiagent
|
|
6
6
|
Author: dimka4621
|
|
@@ -15,32 +15,33 @@ Description-Content-Type: text/markdown
|
|
|
15
15
|
Requires-Dist: dm-logger<0.7.0,>=0.6.6
|
|
16
16
|
Requires-Dist: python-dotenv>=1.0.0
|
|
17
17
|
Requires-Dist: pydantic<3.0.0,>=2.9.2
|
|
18
|
-
Requires-Dist: langchain<0.
|
|
19
|
-
Requires-Dist: langchain-core<0.
|
|
20
|
-
Requires-Dist: langchain-
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist: langsmith<0.4.0,>=0.3.45
|
|
18
|
+
Requires-Dist: langchain<2.0.0,>=1.0.0
|
|
19
|
+
Requires-Dist: langchain-core<2.0.0,>=1.0.0
|
|
20
|
+
Requires-Dist: langchain-openai<2.0.0,>=1.0.0
|
|
21
|
+
Requires-Dist: langgraph<2.0.0,>=1.0.0
|
|
22
|
+
Requires-Dist: langsmith<1.0.0,>=0.4.0
|
|
24
23
|
Requires-Dist: grandalf<0.9.0,>=0.8.0
|
|
25
24
|
Provides-Extra: anthropic
|
|
26
|
-
Requires-Dist: langchain-anthropic<0.
|
|
25
|
+
Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0; extra == "anthropic"
|
|
27
26
|
Provides-Extra: gemini
|
|
28
|
-
Requires-Dist: langchain-google-genai<
|
|
27
|
+
Requires-Dist: langchain-google-genai<5.0.0,>=4.0.0; extra == "gemini"
|
|
28
|
+
Requires-Dist: langchain-google-vertexai<4.0.0,>=3.0.0; extra == "gemini"
|
|
29
29
|
Provides-Extra: groq
|
|
30
|
-
Requires-Dist: langchain-groq<0.
|
|
30
|
+
Requires-Dist: langchain-groq<2.0.0,>=1.0.0; extra == "groq"
|
|
31
31
|
Provides-Extra: mistral
|
|
32
|
-
Requires-Dist: langchain-mistralai<0.
|
|
32
|
+
Requires-Dist: langchain-mistralai<2.0.0,>=1.0.0; extra == "mistral"
|
|
33
33
|
Provides-Extra: deepseek
|
|
34
|
-
Requires-Dist: langchain-deepseek<
|
|
34
|
+
Requires-Dist: langchain-deepseek<2.0.0,>=1.0.0; extra == "deepseek"
|
|
35
35
|
Provides-Extra: ollama
|
|
36
|
-
Requires-Dist: langchain-ollama<0.
|
|
36
|
+
Requires-Dist: langchain-ollama<2.0.0,>=1.0.0; extra == "ollama"
|
|
37
37
|
Provides-Extra: all
|
|
38
|
-
Requires-Dist: langchain-anthropic<0.
|
|
39
|
-
Requires-Dist: langchain-google-genai<
|
|
40
|
-
Requires-Dist: langchain-
|
|
41
|
-
Requires-Dist: langchain-
|
|
42
|
-
Requires-Dist: langchain-
|
|
43
|
-
Requires-Dist: langchain-
|
|
38
|
+
Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0; extra == "all"
|
|
39
|
+
Requires-Dist: langchain-google-genai<5.0.0,>=4.0.0; extra == "all"
|
|
40
|
+
Requires-Dist: langchain-google-vertexai<4.0.0,>=3.0.0; extra == "all"
|
|
41
|
+
Requires-Dist: langchain-groq<2.0.0,>=1.0.0; extra == "all"
|
|
42
|
+
Requires-Dist: langchain-mistralai<2.0.0,>=1.0.0; extra == "all"
|
|
43
|
+
Requires-Dist: langchain-deepseek<2.0.0,>=1.0.0; extra == "all"
|
|
44
|
+
Requires-Dist: langchain-ollama<2.0.0,>=1.0.0; extra == "all"
|
|
44
45
|
Dynamic: author
|
|
45
46
|
Dynamic: author-email
|
|
46
47
|
Dynamic: classifier
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
dm-logger<0.7.0,>=0.6.6
|
|
2
|
+
python-dotenv>=1.0.0
|
|
3
|
+
pydantic<3.0.0,>=2.9.2
|
|
4
|
+
langchain<2.0.0,>=1.0.0
|
|
5
|
+
langchain-core<2.0.0,>=1.0.0
|
|
6
|
+
langchain-openai<2.0.0,>=1.0.0
|
|
7
|
+
langgraph<2.0.0,>=1.0.0
|
|
8
|
+
langsmith<1.0.0,>=0.4.0
|
|
9
|
+
grandalf<0.9.0,>=0.8.0
|
|
10
|
+
|
|
11
|
+
[all]
|
|
12
|
+
langchain-anthropic<2.0.0,>=1.0.0
|
|
13
|
+
langchain-google-genai<5.0.0,>=4.0.0
|
|
14
|
+
langchain-google-vertexai<4.0.0,>=3.0.0
|
|
15
|
+
langchain-groq<2.0.0,>=1.0.0
|
|
16
|
+
langchain-mistralai<2.0.0,>=1.0.0
|
|
17
|
+
langchain-deepseek<2.0.0,>=1.0.0
|
|
18
|
+
langchain-ollama<2.0.0,>=1.0.0
|
|
19
|
+
|
|
20
|
+
[anthropic]
|
|
21
|
+
langchain-anthropic<2.0.0,>=1.0.0
|
|
22
|
+
|
|
23
|
+
[deepseek]
|
|
24
|
+
langchain-deepseek<2.0.0,>=1.0.0
|
|
25
|
+
|
|
26
|
+
[gemini]
|
|
27
|
+
langchain-google-genai<5.0.0,>=4.0.0
|
|
28
|
+
langchain-google-vertexai<4.0.0,>=3.0.0
|
|
29
|
+
|
|
30
|
+
[groq]
|
|
31
|
+
langchain-groq<2.0.0,>=1.0.0
|
|
32
|
+
|
|
33
|
+
[mistral]
|
|
34
|
+
langchain-mistralai<2.0.0,>=1.0.0
|
|
35
|
+
|
|
36
|
+
[ollama]
|
|
37
|
+
langchain-ollama<2.0.0,>=1.0.0
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def readme():
|
|
5
|
+
with open('README.md', 'r') as f:
|
|
6
|
+
return f.read()
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
setup(
|
|
10
|
+
name='dm-aioaiagent',
|
|
11
|
+
version='v0.6.1',
|
|
12
|
+
author='dimka4621',
|
|
13
|
+
author_email='mismartconfig@gmail.com',
|
|
14
|
+
description='This is my custom aioaiagent client',
|
|
15
|
+
long_description=readme(),
|
|
16
|
+
long_description_content_type='text/markdown',
|
|
17
|
+
url='https://pypi.org/project/dm-aioaiagent',
|
|
18
|
+
packages=find_packages(),
|
|
19
|
+
install_requires=[
|
|
20
|
+
'dm-logger>=0.6.6, <0.7.0',
|
|
21
|
+
'python-dotenv>=1.0.0',
|
|
22
|
+
'pydantic>=2.9.2, <3.0.0',
|
|
23
|
+
'langchain>=1.0.0, <2.0.0',
|
|
24
|
+
'langchain-core>=1.0.0, <2.0.0',
|
|
25
|
+
'langchain-openai>=1.0.0, <2.0.0',
|
|
26
|
+
'langgraph>=1.0.0, <2.0.0',
|
|
27
|
+
'langsmith>=0.4.0, <1.0.0',
|
|
28
|
+
'grandalf>=0.8.0, <0.9.0',
|
|
29
|
+
],
|
|
30
|
+
extras_require={
|
|
31
|
+
'anthropic': ['langchain-anthropic>=1.0.0, <2.0.0'],
|
|
32
|
+
'gemini': [
|
|
33
|
+
'langchain-google-genai>=4.0.0, <5.0.0',
|
|
34
|
+
'langchain-google-vertexai>=3.0.0, <4.0.0',
|
|
35
|
+
],
|
|
36
|
+
'groq': ['langchain-groq>=1.0.0, <2.0.0'],
|
|
37
|
+
'mistral': ['langchain-mistralai>=1.0.0, <2.0.0'],
|
|
38
|
+
'deepseek': ['langchain-deepseek>=1.0.0, <2.0.0'],
|
|
39
|
+
'ollama': ['langchain-ollama>=1.0.0, <2.0.0'],
|
|
40
|
+
'all': [
|
|
41
|
+
'langchain-anthropic>=1.0.0, <2.0.0',
|
|
42
|
+
'langchain-google-genai>=4.0.0, <5.0.0',
|
|
43
|
+
'langchain-google-vertexai>=3.0.0, <4.0.0',
|
|
44
|
+
'langchain-groq>=1.0.0, <2.0.0',
|
|
45
|
+
'langchain-mistralai>=1.0.0, <2.0.0',
|
|
46
|
+
'langchain-deepseek>=1.0.0, <2.0.0',
|
|
47
|
+
'langchain-ollama>=1.0.0, <2.0.0',
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
classifiers=[
|
|
51
|
+
'Programming Language :: Python :: 3.9',
|
|
52
|
+
'License :: OSI Approved :: MIT License',
|
|
53
|
+
'Operating System :: OS Independent'
|
|
54
|
+
],
|
|
55
|
+
keywords='dm aioaiagent',
|
|
56
|
+
project_urls={
|
|
57
|
+
'GitHub': 'https://github.com/MykhLibs/dm-aioaiagent'
|
|
58
|
+
},
|
|
59
|
+
python_requires='>=3.9'
|
|
60
|
+
)
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
dm-logger<0.7.0,>=0.6.6
|
|
2
|
-
python-dotenv>=1.0.0
|
|
3
|
-
pydantic<3.0.0,>=2.9.2
|
|
4
|
-
langchain<0.4.0,>=0.3.0
|
|
5
|
-
langchain-core<0.4.0,>=0.3.5
|
|
6
|
-
langchain-community<0.4.0,>=0.3.0
|
|
7
|
-
langchain-openai<0.4.0,>=0.3.0
|
|
8
|
-
langgraph<0.4.0,>=0.3.23
|
|
9
|
-
langsmith<0.4.0,>=0.3.45
|
|
10
|
-
grandalf<0.9.0,>=0.8.0
|
|
11
|
-
|
|
12
|
-
[all]
|
|
13
|
-
langchain-anthropic<0.4.0,>=0.3.0
|
|
14
|
-
langchain-google-genai<3.0.0,>=2.1.0
|
|
15
|
-
langchain-groq<0.4.0,>=0.3.0
|
|
16
|
-
langchain-mistralai<0.3.0,>=0.2.0
|
|
17
|
-
langchain-deepseek<0.2.0,>=0.1.0
|
|
18
|
-
langchain-ollama<0.4.0,>=0.3.0
|
|
19
|
-
|
|
20
|
-
[anthropic]
|
|
21
|
-
langchain-anthropic<0.4.0,>=0.3.0
|
|
22
|
-
|
|
23
|
-
[deepseek]
|
|
24
|
-
langchain-deepseek<0.2.0,>=0.1.0
|
|
25
|
-
|
|
26
|
-
[gemini]
|
|
27
|
-
langchain-google-genai<3.0.0,>=2.1.0
|
|
28
|
-
|
|
29
|
-
[groq]
|
|
30
|
-
langchain-groq<0.4.0,>=0.3.0
|
|
31
|
-
|
|
32
|
-
[mistral]
|
|
33
|
-
langchain-mistralai<0.3.0,>=0.2.0
|
|
34
|
-
|
|
35
|
-
[ollama]
|
|
36
|
-
langchain-ollama<0.4.0,>=0.3.0
|
dm_aioaiagent-0.6.0/setup.py
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
from setuptools import setup, find_packages
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
def readme():
|
|
5
|
-
with open('README.md', 'r') as f:
|
|
6
|
-
return f.read()
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
setup(
|
|
10
|
-
name='dm-aioaiagent',
|
|
11
|
-
version='v0.6.0',
|
|
12
|
-
author='dimka4621',
|
|
13
|
-
author_email='mismartconfig@gmail.com',
|
|
14
|
-
description='This is my custom aioaiagent client',
|
|
15
|
-
long_description=readme(),
|
|
16
|
-
long_description_content_type='text/markdown',
|
|
17
|
-
url='https://pypi.org/project/dm-aioaiagent',
|
|
18
|
-
packages=find_packages(),
|
|
19
|
-
install_requires=[
|
|
20
|
-
'dm-logger>=0.6.6, <0.7.0',
|
|
21
|
-
'python-dotenv>=1.0.0',
|
|
22
|
-
'pydantic>=2.9.2, <3.0.0',
|
|
23
|
-
'langchain>=0.3.0, <0.4.0',
|
|
24
|
-
'langchain-core>=0.3.5, <0.4.0',
|
|
25
|
-
'langchain-community>=0.3.0, <0.4.0',
|
|
26
|
-
'langchain-openai>=0.3.0, <0.4.0',
|
|
27
|
-
'langgraph>=0.3.23, <0.4.0',
|
|
28
|
-
'langsmith>=0.3.45, <0.4.0',
|
|
29
|
-
'grandalf>=0.8.0, <0.9.0',
|
|
30
|
-
],
|
|
31
|
-
extras_require={
|
|
32
|
-
'anthropic': ['langchain-anthropic>=0.3.0, <0.4.0'],
|
|
33
|
-
'gemini': ['langchain-google-genai>=2.1.0, <3.0.0'],
|
|
34
|
-
'groq': ['langchain-groq>=0.3.0, <0.4.0'],
|
|
35
|
-
'mistral': ['langchain-mistralai>=0.2.0, <0.3.0'],
|
|
36
|
-
'deepseek': ['langchain-deepseek>=0.1.0, <0.2.0'],
|
|
37
|
-
'ollama': ['langchain-ollama>=0.3.0, <0.4.0'],
|
|
38
|
-
'all': [
|
|
39
|
-
'langchain-anthropic>=0.3.0, <0.4.0',
|
|
40
|
-
'langchain-google-genai>=2.1.0, <3.0.0',
|
|
41
|
-
'langchain-groq>=0.3.0, <0.4.0',
|
|
42
|
-
'langchain-mistralai>=0.2.0, <0.3.0',
|
|
43
|
-
'langchain-deepseek>=0.1.0, <0.2.0',
|
|
44
|
-
'langchain-ollama>=0.3.0, <0.4.0',
|
|
45
|
-
],
|
|
46
|
-
},
|
|
47
|
-
classifiers=[
|
|
48
|
-
'Programming Language :: Python :: 3.9',
|
|
49
|
-
'License :: OSI Approved :: MIT License',
|
|
50
|
-
'Operating System :: OS Independent'
|
|
51
|
-
],
|
|
52
|
-
keywords='dm aioaiagent',
|
|
53
|
-
project_urls={
|
|
54
|
-
'GitHub': 'https://github.com/MykhLibs/dm-aioaiagent'
|
|
55
|
-
},
|
|
56
|
-
python_requires='>=3.9'
|
|
57
|
-
)
|
|
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
|