ag2 0.5.1__tar.gz → 0.5.2b1__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 ag2 might be problematic. Click here for more details.
- {ag2-0.5.1/ag2.egg-info → ag2-0.5.2b1}/PKG-INFO +30 -1
- {ag2-0.5.1 → ag2-0.5.2b1/ag2.egg-info}/PKG-INFO +30 -1
- ag2-0.5.2b1/ag2.egg-info/requires.txt +88 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/setup.py +3 -0
- ag2-0.5.2b1/setup_ag2.py +68 -0
- ag2-0.5.1/ag2.egg-info/requires.txt +0 -1
- ag2-0.5.1/setup_ag2.py +0 -37
- {ag2-0.5.1 → ag2-0.5.2b1}/LICENSE +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/NOTICE.md +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/README.md +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/ag2.egg-info/SOURCES.txt +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/ag2.egg-info/dependency_links.txt +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/ag2.egg-info/top_level.txt +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/pyproject.toml +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/setup.cfg +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_browser_utils.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_code_utils.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_function_utils.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_graph_utils.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_logging.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_notebook.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_pydantic.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_retrieve_utils.py +0 -0
- {ag2-0.5.1 → ag2-0.5.2b1}/test/test_token_count.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2b1
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -12,6 +12,35 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Requires-Python: >=3.8,<3.14
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
+
Provides-Extra: anthropic
|
|
16
|
+
Provides-Extra: autobuild
|
|
17
|
+
Provides-Extra: bedrock
|
|
18
|
+
Provides-Extra: blendsearch
|
|
19
|
+
Provides-Extra: captainagent
|
|
20
|
+
Provides-Extra: cerebras
|
|
21
|
+
Provides-Extra: cohere
|
|
22
|
+
Provides-Extra: cosmosdb
|
|
23
|
+
Provides-Extra: gemini
|
|
24
|
+
Provides-Extra: graph
|
|
25
|
+
Provides-Extra: graph-rag-falkor-db
|
|
26
|
+
Provides-Extra: groq
|
|
27
|
+
Provides-Extra: jupyter-executor
|
|
28
|
+
Provides-Extra: lmm
|
|
29
|
+
Provides-Extra: long-context
|
|
30
|
+
Provides-Extra: mathchat
|
|
31
|
+
Provides-Extra: mistral
|
|
32
|
+
Provides-Extra: ollama
|
|
33
|
+
Provides-Extra: redis
|
|
34
|
+
Provides-Extra: retrievechat
|
|
35
|
+
Provides-Extra: retrievechat-mongodb
|
|
36
|
+
Provides-Extra: retrievechat-pgvector
|
|
37
|
+
Provides-Extra: retrievechat-qdrant
|
|
38
|
+
Provides-Extra: teachable
|
|
39
|
+
Provides-Extra: test
|
|
40
|
+
Provides-Extra: together
|
|
41
|
+
Provides-Extra: types
|
|
42
|
+
Provides-Extra: websockets
|
|
43
|
+
Provides-Extra: websurfer
|
|
15
44
|
License-File: LICENSE
|
|
16
45
|
License-File: NOTICE.md
|
|
17
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2b1
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -12,6 +12,35 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Requires-Python: >=3.8,<3.14
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
+
Provides-Extra: anthropic
|
|
16
|
+
Provides-Extra: autobuild
|
|
17
|
+
Provides-Extra: bedrock
|
|
18
|
+
Provides-Extra: blendsearch
|
|
19
|
+
Provides-Extra: captainagent
|
|
20
|
+
Provides-Extra: cerebras
|
|
21
|
+
Provides-Extra: cohere
|
|
22
|
+
Provides-Extra: cosmosdb
|
|
23
|
+
Provides-Extra: gemini
|
|
24
|
+
Provides-Extra: graph
|
|
25
|
+
Provides-Extra: graph-rag-falkor-db
|
|
26
|
+
Provides-Extra: groq
|
|
27
|
+
Provides-Extra: jupyter-executor
|
|
28
|
+
Provides-Extra: lmm
|
|
29
|
+
Provides-Extra: long-context
|
|
30
|
+
Provides-Extra: mathchat
|
|
31
|
+
Provides-Extra: mistral
|
|
32
|
+
Provides-Extra: ollama
|
|
33
|
+
Provides-Extra: redis
|
|
34
|
+
Provides-Extra: retrievechat
|
|
35
|
+
Provides-Extra: retrievechat-mongodb
|
|
36
|
+
Provides-Extra: retrievechat-pgvector
|
|
37
|
+
Provides-Extra: retrievechat-qdrant
|
|
38
|
+
Provides-Extra: teachable
|
|
39
|
+
Provides-Extra: test
|
|
40
|
+
Provides-Extra: together
|
|
41
|
+
Provides-Extra: types
|
|
42
|
+
Provides-Extra: websockets
|
|
43
|
+
Provides-Extra: websurfer
|
|
15
44
|
License-File: LICENSE
|
|
16
45
|
License-File: NOTICE.md
|
|
17
46
|
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
pyautogen==0.5.2b1
|
|
2
|
+
|
|
3
|
+
[anthropic]
|
|
4
|
+
pyautogen[anthropic]==0.5.2b1
|
|
5
|
+
|
|
6
|
+
[autobuild]
|
|
7
|
+
pyautogen[autobuild]==0.5.2b1
|
|
8
|
+
|
|
9
|
+
[bedrock]
|
|
10
|
+
pyautogen[bedrock]==0.5.2b1
|
|
11
|
+
|
|
12
|
+
[blendsearch]
|
|
13
|
+
pyautogen[blendsearch]==0.5.2b1
|
|
14
|
+
|
|
15
|
+
[captainagent]
|
|
16
|
+
pyautogen[captainagent]==0.5.2b1
|
|
17
|
+
|
|
18
|
+
[cerebras]
|
|
19
|
+
pyautogen[cerebras]==0.5.2b1
|
|
20
|
+
|
|
21
|
+
[cohere]
|
|
22
|
+
pyautogen[cohere]==0.5.2b1
|
|
23
|
+
|
|
24
|
+
[cosmosdb]
|
|
25
|
+
pyautogen[cosmosdb]==0.5.2b1
|
|
26
|
+
|
|
27
|
+
[gemini]
|
|
28
|
+
pyautogen[gemini]==0.5.2b1
|
|
29
|
+
|
|
30
|
+
[graph]
|
|
31
|
+
pyautogen[graph]==0.5.2b1
|
|
32
|
+
|
|
33
|
+
[graph-rag-falkor-db]
|
|
34
|
+
pyautogen[graph-rag-falkor-db]==0.5.2b1
|
|
35
|
+
|
|
36
|
+
[groq]
|
|
37
|
+
pyautogen[groq]==0.5.2b1
|
|
38
|
+
|
|
39
|
+
[jupyter-executor]
|
|
40
|
+
pyautogen[jupyter-executor]==0.5.2b1
|
|
41
|
+
|
|
42
|
+
[lmm]
|
|
43
|
+
pyautogen[lmm]==0.5.2b1
|
|
44
|
+
|
|
45
|
+
[long-context]
|
|
46
|
+
pyautogen[long-context]==0.5.2b1
|
|
47
|
+
|
|
48
|
+
[mathchat]
|
|
49
|
+
pyautogen[mathchat]==0.5.2b1
|
|
50
|
+
|
|
51
|
+
[mistral]
|
|
52
|
+
pyautogen[mistral]==0.5.2b1
|
|
53
|
+
|
|
54
|
+
[ollama]
|
|
55
|
+
pyautogen[ollama]==0.5.2b1
|
|
56
|
+
|
|
57
|
+
[redis]
|
|
58
|
+
pyautogen[redis]==0.5.2b1
|
|
59
|
+
|
|
60
|
+
[retrievechat]
|
|
61
|
+
pyautogen[retrievechat]==0.5.2b1
|
|
62
|
+
|
|
63
|
+
[retrievechat-mongodb]
|
|
64
|
+
pyautogen[retrievechat-mongodb]==0.5.2b1
|
|
65
|
+
|
|
66
|
+
[retrievechat-pgvector]
|
|
67
|
+
pyautogen[retrievechat-pgvector]==0.5.2b1
|
|
68
|
+
|
|
69
|
+
[retrievechat-qdrant]
|
|
70
|
+
pyautogen[retrievechat-qdrant]==0.5.2b1
|
|
71
|
+
|
|
72
|
+
[teachable]
|
|
73
|
+
pyautogen[teachable]==0.5.2b1
|
|
74
|
+
|
|
75
|
+
[test]
|
|
76
|
+
pyautogen[test]==0.5.2b1
|
|
77
|
+
|
|
78
|
+
[together]
|
|
79
|
+
pyautogen[together]==0.5.2b1
|
|
80
|
+
|
|
81
|
+
[types]
|
|
82
|
+
pyautogen[types]==0.5.2b1
|
|
83
|
+
|
|
84
|
+
[websockets]
|
|
85
|
+
pyautogen[websockets]==0.5.2b1
|
|
86
|
+
|
|
87
|
+
[websurfer]
|
|
88
|
+
pyautogen[websurfer]==0.5.2b1
|
|
@@ -79,6 +79,9 @@ autobuild = ["chromadb", "sentence-transformers", "huggingface-hub", "pysqlite3-
|
|
|
79
79
|
# NOTE: underscores in pip install, e.g. pip install ag2[graph_rag_falkor_db], will automatically
|
|
80
80
|
# convert to hyphens. So, do not include underscores in the name of extras.
|
|
81
81
|
|
|
82
|
+
# ** IMPORTANT: IF ADDING EXTRAS **
|
|
83
|
+
# PLEASE add them in the setup_ag2.py and setup_autogen.py files
|
|
84
|
+
|
|
82
85
|
extra_require = {
|
|
83
86
|
"test": [
|
|
84
87
|
"ipykernel",
|
ag2-0.5.2b1/setup_ag2.py
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2ai
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
|
|
5
|
+
import os
|
|
6
|
+
|
|
7
|
+
import setuptools
|
|
8
|
+
|
|
9
|
+
here = os.path.abspath(os.path.dirname(__file__))
|
|
10
|
+
|
|
11
|
+
with open("README.md", "r", encoding="UTF-8") as fh:
|
|
12
|
+
long_description = fh.read()
|
|
13
|
+
|
|
14
|
+
# Get the code version
|
|
15
|
+
version = {}
|
|
16
|
+
with open(os.path.join(here, "autogen/version.py")) as fp:
|
|
17
|
+
exec(fp.read(), version)
|
|
18
|
+
__version__ = version["__version__"]
|
|
19
|
+
|
|
20
|
+
setuptools.setup(
|
|
21
|
+
name="ag2",
|
|
22
|
+
version=__version__,
|
|
23
|
+
description="Alias package for pyautogen",
|
|
24
|
+
long_description=long_description,
|
|
25
|
+
long_description_content_type="text/markdown",
|
|
26
|
+
install_requires=["pyautogen==" + __version__],
|
|
27
|
+
extras_require={
|
|
28
|
+
"test": ["pyautogen[test]==" + __version__],
|
|
29
|
+
"blendsearch": ["pyautogen[blendsearch]==" + __version__],
|
|
30
|
+
"mathchat": ["pyautogen[mathchat]==" + __version__],
|
|
31
|
+
"retrievechat": ["pyautogen[retrievechat]==" + __version__],
|
|
32
|
+
"retrievechat-pgvector": ["pyautogen[retrievechat-pgvector]==" + __version__],
|
|
33
|
+
"retrievechat-mongodb": ["pyautogen[retrievechat-mongodb]==" + __version__],
|
|
34
|
+
"retrievechat-qdrant": ["pyautogen[retrievechat-qdrant]==" + __version__],
|
|
35
|
+
"graph-rag-falkor-db": ["pyautogen[graph-rag-falkor-db]==" + __version__],
|
|
36
|
+
"autobuild": ["pyautogen[autobuild]==" + __version__],
|
|
37
|
+
"captainagent": ["pyautogen[captainagent]==" + __version__],
|
|
38
|
+
"teachable": ["pyautogen[teachable]==" + __version__],
|
|
39
|
+
"lmm": ["pyautogen[lmm]==" + __version__],
|
|
40
|
+
"graph": ["pyautogen[graph]==" + __version__],
|
|
41
|
+
"gemini": ["pyautogen[gemini]==" + __version__],
|
|
42
|
+
"together": ["pyautogen[together]==" + __version__],
|
|
43
|
+
"websurfer": ["pyautogen[websurfer]==" + __version__],
|
|
44
|
+
"redis": ["pyautogen[redis]==" + __version__],
|
|
45
|
+
"cosmosdb": ["pyautogen[cosmosdb]==" + __version__],
|
|
46
|
+
"websockets": ["pyautogen[websockets]==" + __version__],
|
|
47
|
+
"jupyter-executor": ["pyautogen[jupyter-executor]==" + __version__],
|
|
48
|
+
"types": ["pyautogen[types]==" + __version__],
|
|
49
|
+
"long-context": ["pyautogen[long-context]==" + __version__],
|
|
50
|
+
"anthropic": ["pyautogen[anthropic]==" + __version__],
|
|
51
|
+
"cerebras": ["pyautogen[cerebras]==" + __version__],
|
|
52
|
+
"mistral": ["pyautogen[mistral]==" + __version__],
|
|
53
|
+
"groq": ["pyautogen[groq]==" + __version__],
|
|
54
|
+
"cohere": ["pyautogen[cohere]==" + __version__],
|
|
55
|
+
"ollama": ["pyautogen[ollama]==" + __version__],
|
|
56
|
+
"bedrock": ["pyautogen[bedrock]==" + __version__],
|
|
57
|
+
},
|
|
58
|
+
url="https://github.com/ag2ai/ag2",
|
|
59
|
+
author="Chi Wang & Qingyun Wu",
|
|
60
|
+
author_email="support@ag2.ai",
|
|
61
|
+
classifiers=[
|
|
62
|
+
"Programming Language :: Python :: 3",
|
|
63
|
+
"License :: OSI Approved :: Apache Software License",
|
|
64
|
+
"Operating System :: OS Independent",
|
|
65
|
+
],
|
|
66
|
+
license="Apache Software License 2.0",
|
|
67
|
+
python_requires=">=3.8,<3.14",
|
|
68
|
+
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pyautogen==0.5.1
|
ag2-0.5.1/setup_ag2.py
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2ai
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
|
|
5
|
-
import os
|
|
6
|
-
|
|
7
|
-
import setuptools
|
|
8
|
-
|
|
9
|
-
here = os.path.abspath(os.path.dirname(__file__))
|
|
10
|
-
|
|
11
|
-
with open("README.md", "r", encoding="UTF-8") as fh:
|
|
12
|
-
long_description = fh.read()
|
|
13
|
-
|
|
14
|
-
# Get the code version
|
|
15
|
-
version = {}
|
|
16
|
-
with open(os.path.join(here, "autogen/version.py")) as fp:
|
|
17
|
-
exec(fp.read(), version)
|
|
18
|
-
__version__ = version["__version__"]
|
|
19
|
-
|
|
20
|
-
setuptools.setup(
|
|
21
|
-
name="ag2",
|
|
22
|
-
version=__version__,
|
|
23
|
-
description="Alias package for pyautogen",
|
|
24
|
-
long_description=long_description,
|
|
25
|
-
long_description_content_type="text/markdown",
|
|
26
|
-
install_requires=["pyautogen==" + __version__],
|
|
27
|
-
url="https://github.com/ag2ai/ag2",
|
|
28
|
-
author="Chi Wang & Qingyun Wu",
|
|
29
|
-
author_email="support@ag2.ai",
|
|
30
|
-
classifiers=[
|
|
31
|
-
"Programming Language :: Python :: 3",
|
|
32
|
-
"License :: OSI Approved :: Apache Software License",
|
|
33
|
-
"Operating System :: OS Independent",
|
|
34
|
-
],
|
|
35
|
-
license="Apache Software License 2.0",
|
|
36
|
-
python_requires=">=3.8,<3.14",
|
|
37
|
-
)
|
|
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
|