ag2 0.5.3b1__py3-none-any.whl → 0.6.0__py3-none-any.whl
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.3b1.dist-info → ag2-0.6.0.dist-info}/METADATA +48 -38
- ag2-0.6.0.dist-info/RECORD +6 -0
- ag2-0.5.3b1.dist-info/RECORD +0 -6
- {ag2-0.5.3b1.dist-info → ag2-0.6.0.dist-info}/LICENSE +0 -0
- {ag2-0.5.3b1.dist-info → ag2-0.6.0.dist-info}/NOTICE.md +0 -0
- {ag2-0.5.3b1.dist-info → ag2-0.6.0.dist-info}/WHEEL +0 -0
- {ag2-0.5.3b1.dist-info → ag2-0.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -10,78 +10,88 @@ Platform: UNKNOWN
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
|
-
Requires-Python: >=3.
|
|
13
|
+
Requires-Python: >=3.9,<3.14
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
16
|
License-File: NOTICE.md
|
|
17
|
-
Requires-Dist: pyautogen (==0.
|
|
17
|
+
Requires-Dist: pyautogen (==0.6.0)
|
|
18
18
|
Provides-Extra: anthropic
|
|
19
|
-
Requires-Dist: pyautogen[anthropic] (==0.
|
|
19
|
+
Requires-Dist: pyautogen[anthropic] (==0.6.0) ; extra == 'anthropic'
|
|
20
20
|
Provides-Extra: autobuild
|
|
21
|
-
Requires-Dist: pyautogen[autobuild] (==0.
|
|
21
|
+
Requires-Dist: pyautogen[autobuild] (==0.6.0) ; extra == 'autobuild'
|
|
22
22
|
Provides-Extra: bedrock
|
|
23
|
-
Requires-Dist: pyautogen[bedrock] (==0.
|
|
23
|
+
Requires-Dist: pyautogen[bedrock] (==0.6.0) ; extra == 'bedrock'
|
|
24
24
|
Provides-Extra: blendsearch
|
|
25
|
-
Requires-Dist: pyautogen[blendsearch] (==0.
|
|
25
|
+
Requires-Dist: pyautogen[blendsearch] (==0.6.0) ; extra == 'blendsearch'
|
|
26
26
|
Provides-Extra: captainagent
|
|
27
|
-
Requires-Dist: pyautogen[captainagent] (==0.
|
|
27
|
+
Requires-Dist: pyautogen[captainagent] (==0.6.0) ; extra == 'captainagent'
|
|
28
28
|
Provides-Extra: cerebras
|
|
29
|
-
Requires-Dist: pyautogen[cerebras] (==0.
|
|
29
|
+
Requires-Dist: pyautogen[cerebras] (==0.6.0) ; extra == 'cerebras'
|
|
30
30
|
Provides-Extra: cohere
|
|
31
|
-
Requires-Dist: pyautogen[cohere] (==0.
|
|
31
|
+
Requires-Dist: pyautogen[cohere] (==0.6.0) ; extra == 'cohere'
|
|
32
32
|
Provides-Extra: cosmosdb
|
|
33
|
-
Requires-Dist: pyautogen[cosmosdb] (==0.
|
|
33
|
+
Requires-Dist: pyautogen[cosmosdb] (==0.6.0) ; extra == 'cosmosdb'
|
|
34
34
|
Provides-Extra: gemini
|
|
35
|
-
Requires-Dist: pyautogen[gemini] (==0.
|
|
35
|
+
Requires-Dist: pyautogen[gemini] (==0.6.0) ; extra == 'gemini'
|
|
36
36
|
Provides-Extra: graph
|
|
37
|
-
Requires-Dist: pyautogen[graph] (==0.
|
|
37
|
+
Requires-Dist: pyautogen[graph] (==0.6.0) ; extra == 'graph'
|
|
38
38
|
Provides-Extra: graph-rag-falkor-db
|
|
39
|
-
Requires-Dist: pyautogen[graph-rag-falkor-db] (==0.
|
|
39
|
+
Requires-Dist: pyautogen[graph-rag-falkor-db] (==0.6.0) ; extra == 'graph-rag-falkor-db'
|
|
40
40
|
Provides-Extra: groq
|
|
41
|
-
Requires-Dist: pyautogen[groq] (==0.
|
|
41
|
+
Requires-Dist: pyautogen[groq] (==0.6.0) ; extra == 'groq'
|
|
42
|
+
Provides-Extra: interop
|
|
43
|
+
Requires-Dist: pyautogen[interop] (==0.6.0) ; extra == 'interop'
|
|
44
|
+
Provides-Extra: interop-crewai
|
|
45
|
+
Requires-Dist: pyautogen[interop-crewai] (==0.6.0) ; extra == 'interop-crewai'
|
|
46
|
+
Provides-Extra: interop-langchain
|
|
47
|
+
Requires-Dist: pyautogen[interop-langchain] (==0.6.0) ; extra == 'interop-langchain'
|
|
48
|
+
Provides-Extra: interop-pydantic-ai
|
|
49
|
+
Requires-Dist: pyautogen[interop-pydantic-ai] (==0.6.0) ; extra == 'interop-pydantic-ai'
|
|
42
50
|
Provides-Extra: jupyter-executor
|
|
43
|
-
Requires-Dist: pyautogen[jupyter-executor] (==0.
|
|
51
|
+
Requires-Dist: pyautogen[jupyter-executor] (==0.6.0) ; extra == 'jupyter-executor'
|
|
44
52
|
Provides-Extra: lmm
|
|
45
|
-
Requires-Dist: pyautogen[lmm] (==0.
|
|
53
|
+
Requires-Dist: pyautogen[lmm] (==0.6.0) ; extra == 'lmm'
|
|
46
54
|
Provides-Extra: long-context
|
|
47
|
-
Requires-Dist: pyautogen[long-context] (==0.
|
|
55
|
+
Requires-Dist: pyautogen[long-context] (==0.6.0) ; extra == 'long-context'
|
|
48
56
|
Provides-Extra: mathchat
|
|
49
|
-
Requires-Dist: pyautogen[mathchat] (==0.
|
|
57
|
+
Requires-Dist: pyautogen[mathchat] (==0.6.0) ; extra == 'mathchat'
|
|
50
58
|
Provides-Extra: mistral
|
|
51
|
-
Requires-Dist: pyautogen[mistral] (==0.
|
|
59
|
+
Requires-Dist: pyautogen[mistral] (==0.6.0) ; extra == 'mistral'
|
|
52
60
|
Provides-Extra: neo4j
|
|
53
|
-
Requires-Dist: pyautogen[neo4j] (==0.
|
|
61
|
+
Requires-Dist: pyautogen[neo4j] (==0.6.0) ; extra == 'neo4j'
|
|
54
62
|
Provides-Extra: ollama
|
|
55
|
-
Requires-Dist: pyautogen[ollama] (==0.
|
|
63
|
+
Requires-Dist: pyautogen[ollama] (==0.6.0) ; extra == 'ollama'
|
|
56
64
|
Provides-Extra: redis
|
|
57
|
-
Requires-Dist: pyautogen[redis] (==0.
|
|
65
|
+
Requires-Dist: pyautogen[redis] (==0.6.0) ; extra == 'redis'
|
|
58
66
|
Provides-Extra: retrievechat
|
|
59
|
-
Requires-Dist: pyautogen[retrievechat] (==0.
|
|
67
|
+
Requires-Dist: pyautogen[retrievechat] (==0.6.0) ; extra == 'retrievechat'
|
|
60
68
|
Provides-Extra: retrievechat-mongodb
|
|
61
|
-
Requires-Dist: pyautogen[retrievechat-mongodb] (==0.
|
|
69
|
+
Requires-Dist: pyautogen[retrievechat-mongodb] (==0.6.0) ; extra == 'retrievechat-mongodb'
|
|
62
70
|
Provides-Extra: retrievechat-pgvector
|
|
63
|
-
Requires-Dist: pyautogen[retrievechat-pgvector] (==0.
|
|
71
|
+
Requires-Dist: pyautogen[retrievechat-pgvector] (==0.6.0) ; extra == 'retrievechat-pgvector'
|
|
64
72
|
Provides-Extra: retrievechat-qdrant
|
|
65
|
-
Requires-Dist: pyautogen[retrievechat-qdrant] (==0.
|
|
73
|
+
Requires-Dist: pyautogen[retrievechat-qdrant] (==0.6.0) ; extra == 'retrievechat-qdrant'
|
|
66
74
|
Provides-Extra: teachable
|
|
67
|
-
Requires-Dist: pyautogen[teachable] (==0.
|
|
75
|
+
Requires-Dist: pyautogen[teachable] (==0.6.0) ; extra == 'teachable'
|
|
68
76
|
Provides-Extra: test
|
|
69
|
-
Requires-Dist: pyautogen[test] (==0.
|
|
77
|
+
Requires-Dist: pyautogen[test] (==0.6.0) ; extra == 'test'
|
|
70
78
|
Provides-Extra: together
|
|
71
|
-
Requires-Dist: pyautogen[together] (==0.
|
|
79
|
+
Requires-Dist: pyautogen[together] (==0.6.0) ; extra == 'together'
|
|
80
|
+
Provides-Extra: twilio
|
|
81
|
+
Requires-Dist: pyautogen[twilio] (==0.6.0) ; extra == 'twilio'
|
|
72
82
|
Provides-Extra: types
|
|
73
|
-
Requires-Dist: pyautogen[types] (==0.
|
|
83
|
+
Requires-Dist: pyautogen[types] (==0.6.0) ; extra == 'types'
|
|
74
84
|
Provides-Extra: websockets
|
|
75
|
-
Requires-Dist: pyautogen[websockets] (==0.
|
|
85
|
+
Requires-Dist: pyautogen[websockets] (==0.6.0) ; extra == 'websockets'
|
|
76
86
|
Provides-Extra: websurfer
|
|
77
|
-
Requires-Dist: pyautogen[websurfer] (==0.
|
|
87
|
+
Requires-Dist: pyautogen[websurfer] (==0.6.0) ; extra == 'websurfer'
|
|
78
88
|
|
|
79
89
|
<a name="readme-top"></a>
|
|
80
90
|
|
|
81
91
|

|
|
82
92
|
[](https://badge.fury.io/py/autogen)
|
|
83
93
|
[](https://github.com/ag2ai/ag2/actions/workflows/python-package.yml)
|
|
84
|
-

|
|
85
95
|
[](https://discord.gg/pAbnFJrkgZ)
|
|
86
96
|
[](https://x.com/ag2ai)
|
|
87
97
|
|
|
@@ -125,7 +135,7 @@ We adopt the Apache 2.0 license from v0.3. This enhances our commitment to open-
|
|
|
125
135
|
|
|
126
136
|
:tada: Apr 17, 2024: Andrew Ng cited AutoGen in [The Batch newsletter](https://www.deeplearning.ai/the-batch/issue-245/) and [What's next for AI agentic workflows](https://youtu.be/sal78ACtGTc?si=JduUzN_1kDnMq0vF) at Sequoia Capital's AI Ascent (Mar 26).
|
|
127
137
|
|
|
128
|
-
:tada: Mar 3, 2024: What's new in AutoGen? 📰[Blog](https://
|
|
138
|
+
:tada: Mar 3, 2024: What's new in AutoGen? 📰[Blog](https://docs.ag2.ai/blog/2024-03-03-AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU).
|
|
129
139
|
|
|
130
140
|
<!-- :tada: Mar 1, 2024: the first AutoGen multi-agent experiment on the challenging [GAIA](https://huggingface.co/spaces/gaia-benchmark/leaderboard) benchmark achieved the No. 1 accuracy in all the three levels. -->
|
|
131
141
|
|
|
@@ -135,7 +145,7 @@ We adopt the Apache 2.0 license from v0.3. This enhances our commitment to open-
|
|
|
135
145
|
|
|
136
146
|
<!-- :fire: Nov 24: pyautogen [v0.2](https://github.com/ag2ai/ag2/releases/tag/v0.2.0) is released with many updates and new features compared to v0.1.1. It switches to using openai-python v1. Please read the [migration guide](https://ag2ai.github.io/ag2/docs/Installation#python). -->
|
|
137
147
|
|
|
138
|
-
<!-- :fire: Nov 11: OpenAI's Assistants are available in AutoGen and interoperatable with other AutoGen agents! Checkout our [blogpost](https://
|
|
148
|
+
<!-- :fire: Nov 11: OpenAI's Assistants are available in AutoGen and interoperatable with other AutoGen agents! Checkout our [blogpost](https://docs.ag2.ai/blog/2023-11-13-OAI-assistants) for details and examples. -->
|
|
139
149
|
|
|
140
150
|
:tada: Nov 8, 2023: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff from [FLAML](https://github.com/microsoft/FLAML).
|
|
141
151
|
|
|
@@ -203,7 +213,7 @@ Find detailed instructions for users [here](https://ag2ai.github.io/ag2/docs/ins
|
|
|
203
213
|
|
|
204
214
|
### Option 2. Install AG2 Locally
|
|
205
215
|
|
|
206
|
-
AG2 requires **Python version >= 3.
|
|
216
|
+
AG2 requires **Python version >= 3.9, < 3.14**. It can be installed from pip:
|
|
207
217
|
|
|
208
218
|
```bash
|
|
209
219
|
pip install ag2
|
|
@@ -312,7 +322,7 @@ You can find detailed documentation about AG2 [here](https://ag2ai.github.io/ag2
|
|
|
312
322
|
|
|
313
323
|
In addition, you can find:
|
|
314
324
|
|
|
315
|
-
- [Research](https://ag2ai.github.io/ag2/docs/Research), [blogposts](https://
|
|
325
|
+
- [Research](https://ag2ai.github.io/ag2/docs/Research), [blogposts](https://docs.ag2.ai/blog) around AG2, and [Transparency FAQs](https://github.com/ag2ai/ag2/blob/main/TRANSPARENCY_FAQS.md)
|
|
316
326
|
|
|
317
327
|
- [Discord](https://discord.gg/pAbnFJrkgZ)
|
|
318
328
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
ag2-0.6.0.dist-info/LICENSE,sha256=GEFQVNayAR-S_rQD5l8hPdgvgyktVdy4Bx5-v90IfRI,11384
|
|
2
|
+
ag2-0.6.0.dist-info/METADATA,sha256=Pwr7Q1jkV3-x7Qe7v4g5TJ-LmnH6G1I7xnanRLVchQM,22111
|
|
3
|
+
ag2-0.6.0.dist-info/NOTICE.md,sha256=ucvou1bE6i2s40qyuU9RL0TeIVG01VhXoQ59EngtEz4,1317
|
|
4
|
+
ag2-0.6.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
5
|
+
ag2-0.6.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
+
ag2-0.6.0.dist-info/RECORD,,
|
ag2-0.5.3b1.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
ag2-0.5.3b1.dist-info/LICENSE,sha256=GEFQVNayAR-S_rQD5l8hPdgvgyktVdy4Bx5-v90IfRI,11384
|
|
2
|
-
ag2-0.5.3b1.dist-info/METADATA,sha256=NfPD5ieUtt3U5iaMogi84Agf_dgrFuEGkcfwZIv-qXU,21682
|
|
3
|
-
ag2-0.5.3b1.dist-info/NOTICE.md,sha256=ucvou1bE6i2s40qyuU9RL0TeIVG01VhXoQ59EngtEz4,1317
|
|
4
|
-
ag2-0.5.3b1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
5
|
-
ag2-0.5.3b1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
-
ag2-0.5.3b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|