ag2 0.7.6b1__tar.gz → 0.8.0b1__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.7.6b1
3
+ Version: 0.8.0b1
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -133,7 +133,7 @@ For a step-by-step walk through of AG2 concepts and code, see [Basic Concepts](h
133
133
  AG2 requires **Python version >= 3.9, < 3.14**. AG2 is available via `ag2` (or its alias `pyautogen` or `autogen`) on PyPI.
134
134
 
135
135
  ```bash
136
- pip install ag2
136
+ pip install ag2[openai]
137
137
  ```
138
138
 
139
139
  Minimal dependencies are installed by default. You can install extra options based on the features you need.
@@ -68,7 +68,7 @@ For a step-by-step walk through of AG2 concepts and code, see [Basic Concepts](h
68
68
  AG2 requires **Python version >= 3.9, < 3.14**. AG2 is available via `ag2` (or its alias `pyautogen` or `autogen`) on PyPI.
69
69
 
70
70
  ```bash
71
- pip install ag2
71
+ pip install ag2[openai]
72
72
  ```
73
73
 
74
74
  Minimal dependencies are installed by default. You can install extra options based on the features you need.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.7.6b1
3
+ Version: 0.8.0b1
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -133,7 +133,7 @@ For a step-by-step walk through of AG2 concepts and code, see [Basic Concepts](h
133
133
  AG2 requires **Python version >= 3.9, < 3.14**. AG2 is available via `ag2` (or its alias `pyautogen` or `autogen`) on PyPI.
134
134
 
135
135
  ```bash
136
- pip install ag2
136
+ pip install ag2[openai]
137
137
  ```
138
138
 
139
139
  Minimal dependencies are installed by default. You can install extra options based on the features you need.
@@ -0,0 +1,145 @@
1
+ pyautogen==0.8.0b1
2
+
3
+ [anthropic]
4
+ pyautogen[anthropic]==0.8.0b1
5
+
6
+ [autobuild]
7
+ pyautogen[autobuild]==0.8.0b1
8
+
9
+ [bedrock]
10
+ pyautogen[bedrock]==0.8.0b1
11
+
12
+ [blendsearch]
13
+ pyautogen[blendsearch]==0.8.0b1
14
+
15
+ [browser-use]
16
+ pyautogen[browser-use]==0.8.0b1
17
+
18
+ [captainagent]
19
+ pyautogen[captainagent]==0.8.0b1
20
+
21
+ [cerebras]
22
+ pyautogen[cerebras]==0.8.0b1
23
+
24
+ [cohere]
25
+ pyautogen[cohere]==0.8.0b1
26
+
27
+ [commsagent-discord]
28
+ pyautogen[commsagent-discord]==0.8.0b1
29
+
30
+ [commsagent-slack]
31
+ pyautogen[commsagent-slack]==0.8.0b1
32
+
33
+ [commsagent-telegram]
34
+ pyautogen[commsagent-telegram]==0.8.0b1
35
+
36
+ [cosmosdb]
37
+ pyautogen[cosmosdb]==0.8.0b1
38
+
39
+ [crawl4ai]
40
+ pyautogen[crawl4ai]==0.8.0b1
41
+
42
+ [dev]
43
+ pyautogen[dev]==0.8.0b1
44
+
45
+ [docs]
46
+ pyautogen[docs]==0.8.0b1
47
+
48
+ [flaml]
49
+ pyautogen[flaml]==0.8.0b1
50
+
51
+ [gemini]
52
+ pyautogen[gemini]==0.8.0b1
53
+
54
+ [graph]
55
+ pyautogen[graph]==0.8.0b1
56
+
57
+ [graph-rag-falkor-db]
58
+ pyautogen[graph-rag-falkor-db]==0.8.0b1
59
+
60
+ [groq]
61
+ pyautogen[groq]==0.8.0b1
62
+
63
+ [interop]
64
+ pyautogen[interop]==0.8.0b1
65
+
66
+ [interop-crewai]
67
+ pyautogen[interop-crewai]==0.8.0b1
68
+
69
+ [interop-langchain]
70
+ pyautogen[interop-langchain]==0.8.0b1
71
+
72
+ [interop-pydantic-ai]
73
+ pyautogen[interop-pydantic-ai]==0.8.0b1
74
+
75
+ [jupyter-executor]
76
+ pyautogen[jupyter-executor]==0.8.0b1
77
+
78
+ [lint]
79
+ pyautogen[lint]==0.8.0b1
80
+
81
+ [lmm]
82
+ pyautogen[lmm]==0.8.0b1
83
+
84
+ [long-context]
85
+ pyautogen[long-context]==0.8.0b1
86
+
87
+ [mathchat]
88
+ pyautogen[mathchat]==0.8.0b1
89
+
90
+ [mistral]
91
+ pyautogen[mistral]==0.8.0b1
92
+
93
+ [neo4j]
94
+ pyautogen[neo4j]==0.8.0b1
95
+
96
+ [ollama]
97
+ pyautogen[ollama]==0.8.0b1
98
+
99
+ [openai]
100
+ pyautogen[openai]==0.8.0b1
101
+
102
+ [openai-realtime]
103
+ pyautogen[openai-realtime]==0.8.0b1
104
+
105
+ [rag]
106
+ pyautogen[rag]==0.8.0b1
107
+
108
+ [redis]
109
+ pyautogen[redis]==0.8.0b1
110
+
111
+ [retrievechat]
112
+ pyautogen[retrievechat]==0.8.0b1
113
+
114
+ [retrievechat-couchbase]
115
+ pyautogen[retrievechat-couchbase]==0.8.0b1
116
+
117
+ [retrievechat-mongodb]
118
+ pyautogen[retrievechat-mongodb]==0.8.0b1
119
+
120
+ [retrievechat-pgvector]
121
+ pyautogen[retrievechat-pgvector]==0.8.0b1
122
+
123
+ [retrievechat-qdrant]
124
+ pyautogen[retrievechat-qdrant]==0.8.0b1
125
+
126
+ [teachable]
127
+ pyautogen[teachable]==0.8.0b1
128
+
129
+ [test]
130
+ pyautogen[test]==0.8.0b1
131
+
132
+ [together]
133
+ pyautogen[together]==0.8.0b1
134
+
135
+ [twilio]
136
+ pyautogen[twilio]==0.8.0b1
137
+
138
+ [types]
139
+ pyautogen[types]==0.8.0b1
140
+
141
+ [websockets]
142
+ pyautogen[websockets]==0.8.0b1
143
+
144
+ [websurfer]
145
+ pyautogen[websurfer]==0.8.0b1
@@ -215,7 +215,7 @@ class TestRetrieveUtils:
215
215
  create_vector_db_from_dir(
216
216
  dir_path="./website/docs/home",
217
217
  client=client,
218
- collection_name="autogen-docs",
218
+ collection_name="ag2-docs",
219
219
  custom_text_types=["txt", "md", "rtf", "rst", "mdx"],
220
220
  get_or_create=True,
221
221
  )
@@ -225,7 +225,7 @@ class TestRetrieveUtils:
225
225
  ],
226
226
  n_results=4,
227
227
  client=client,
228
- collection_name="autogen-docs",
228
+ collection_name="ag2-docs",
229
229
  search_string="AutoGen",
230
230
  )
231
231
  print(results["ids"][0])
@@ -1,145 +0,0 @@
1
- pyautogen==0.7.6b1
2
-
3
- [anthropic]
4
- pyautogen[anthropic]==0.7.6b1
5
-
6
- [autobuild]
7
- pyautogen[autobuild]==0.7.6b1
8
-
9
- [bedrock]
10
- pyautogen[bedrock]==0.7.6b1
11
-
12
- [blendsearch]
13
- pyautogen[blendsearch]==0.7.6b1
14
-
15
- [browser-use]
16
- pyautogen[browser-use]==0.7.6b1
17
-
18
- [captainagent]
19
- pyautogen[captainagent]==0.7.6b1
20
-
21
- [cerebras]
22
- pyautogen[cerebras]==0.7.6b1
23
-
24
- [cohere]
25
- pyautogen[cohere]==0.7.6b1
26
-
27
- [commsagent-discord]
28
- pyautogen[commsagent-discord]==0.7.6b1
29
-
30
- [commsagent-slack]
31
- pyautogen[commsagent-slack]==0.7.6b1
32
-
33
- [commsagent-telegram]
34
- pyautogen[commsagent-telegram]==0.7.6b1
35
-
36
- [cosmosdb]
37
- pyautogen[cosmosdb]==0.7.6b1
38
-
39
- [crawl4ai]
40
- pyautogen[crawl4ai]==0.7.6b1
41
-
42
- [dev]
43
- pyautogen[dev]==0.7.6b1
44
-
45
- [docs]
46
- pyautogen[docs]==0.7.6b1
47
-
48
- [flaml]
49
- pyautogen[flaml]==0.7.6b1
50
-
51
- [gemini]
52
- pyautogen[gemini]==0.7.6b1
53
-
54
- [graph]
55
- pyautogen[graph]==0.7.6b1
56
-
57
- [graph-rag-falkor-db]
58
- pyautogen[graph-rag-falkor-db]==0.7.6b1
59
-
60
- [groq]
61
- pyautogen[groq]==0.7.6b1
62
-
63
- [interop]
64
- pyautogen[interop]==0.7.6b1
65
-
66
- [interop-crewai]
67
- pyautogen[interop-crewai]==0.7.6b1
68
-
69
- [interop-langchain]
70
- pyautogen[interop-langchain]==0.7.6b1
71
-
72
- [interop-pydantic-ai]
73
- pyautogen[interop-pydantic-ai]==0.7.6b1
74
-
75
- [jupyter-executor]
76
- pyautogen[jupyter-executor]==0.7.6b1
77
-
78
- [lint]
79
- pyautogen[lint]==0.7.6b1
80
-
81
- [lmm]
82
- pyautogen[lmm]==0.7.6b1
83
-
84
- [long-context]
85
- pyautogen[long-context]==0.7.6b1
86
-
87
- [mathchat]
88
- pyautogen[mathchat]==0.7.6b1
89
-
90
- [mistral]
91
- pyautogen[mistral]==0.7.6b1
92
-
93
- [neo4j]
94
- pyautogen[neo4j]==0.7.6b1
95
-
96
- [ollama]
97
- pyautogen[ollama]==0.7.6b1
98
-
99
- [openai]
100
- pyautogen[openai]==0.7.6b1
101
-
102
- [openai-realtime]
103
- pyautogen[openai-realtime]==0.7.6b1
104
-
105
- [rag]
106
- pyautogen[rag]==0.7.6b1
107
-
108
- [redis]
109
- pyautogen[redis]==0.7.6b1
110
-
111
- [retrievechat]
112
- pyautogen[retrievechat]==0.7.6b1
113
-
114
- [retrievechat-couchbase]
115
- pyautogen[retrievechat-couchbase]==0.7.6b1
116
-
117
- [retrievechat-mongodb]
118
- pyautogen[retrievechat-mongodb]==0.7.6b1
119
-
120
- [retrievechat-pgvector]
121
- pyautogen[retrievechat-pgvector]==0.7.6b1
122
-
123
- [retrievechat-qdrant]
124
- pyautogen[retrievechat-qdrant]==0.7.6b1
125
-
126
- [teachable]
127
- pyautogen[teachable]==0.7.6b1
128
-
129
- [test]
130
- pyautogen[test]==0.7.6b1
131
-
132
- [together]
133
- pyautogen[together]==0.7.6b1
134
-
135
- [twilio]
136
- pyautogen[twilio]==0.7.6b1
137
-
138
- [types]
139
- pyautogen[types]==0.7.6b1
140
-
141
- [websockets]
142
- pyautogen[websockets]==0.7.6b1
143
-
144
- [websurfer]
145
- pyautogen[websurfer]==0.7.6b1
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