ag2 0.8.5__tar.gz → 0.8.5a0__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.8.5/ag2.egg-info → ag2-0.8.5a0}/PKG-INFO +2 -1
- {ag2-0.8.5 → ag2-0.8.5a0/ag2.egg-info}/PKG-INFO +2 -1
- ag2-0.8.5a0/ag2.egg-info/requires.txt +169 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/pyproject.toml +29 -13
- {ag2-0.8.5 → ag2-0.8.5a0}/setup_ag2.py +1 -0
- ag2-0.8.5/ag2.egg-info/requires.txt +0 -166
- {ag2-0.8.5 → ag2-0.8.5a0}/LICENSE +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/NOTICE.md +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/README.md +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/ag2.egg-info/SOURCES.txt +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/ag2.egg-info/dependency_links.txt +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/ag2.egg-info/top_level.txt +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/setup.cfg +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_browser_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_code_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_conftest.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_graph_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_import.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_import_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_json_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_llm_config.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_logging.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_notebook.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_retrieve_utils.py +0 -0
- {ag2-0.8.5 → ag2-0.8.5a0}/test/test_token_count.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.5a0
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -32,6 +32,7 @@ Provides-Extra: wikipedia
|
|
|
32
32
|
Provides-Extra: neo4j
|
|
33
33
|
Provides-Extra: twilio
|
|
34
34
|
Provides-Extra: mcp
|
|
35
|
+
Provides-Extra: mcp-proxy-gen
|
|
35
36
|
Provides-Extra: interop-crewai
|
|
36
37
|
Provides-Extra: interop-langchain
|
|
37
38
|
Provides-Extra: interop-pydantic-ai
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.5a0
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -32,6 +32,7 @@ Provides-Extra: wikipedia
|
|
|
32
32
|
Provides-Extra: neo4j
|
|
33
33
|
Provides-Extra: twilio
|
|
34
34
|
Provides-Extra: mcp
|
|
35
|
+
Provides-Extra: mcp-proxy-gen
|
|
35
36
|
Provides-Extra: interop-crewai
|
|
36
37
|
Provides-Extra: interop-langchain
|
|
37
38
|
Provides-Extra: interop-pydantic-ai
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
pyautogen==0.8.5alpha
|
|
2
|
+
|
|
3
|
+
[anthropic]
|
|
4
|
+
pyautogen[anthropic]==0.8.5alpha
|
|
5
|
+
|
|
6
|
+
[autobuild]
|
|
7
|
+
pyautogen[autobuild]==0.8.5alpha
|
|
8
|
+
|
|
9
|
+
[bedrock]
|
|
10
|
+
pyautogen[bedrock]==0.8.5alpha
|
|
11
|
+
|
|
12
|
+
[blendsearch]
|
|
13
|
+
pyautogen[blendsearch]==0.8.5alpha
|
|
14
|
+
|
|
15
|
+
[browser-use]
|
|
16
|
+
pyautogen[browser-use]==0.8.5alpha
|
|
17
|
+
|
|
18
|
+
[captainagent]
|
|
19
|
+
pyautogen[captainagent]==0.8.5alpha
|
|
20
|
+
|
|
21
|
+
[cerebras]
|
|
22
|
+
pyautogen[cerebras]==0.8.5alpha
|
|
23
|
+
|
|
24
|
+
[cohere]
|
|
25
|
+
pyautogen[cohere]==0.8.5alpha
|
|
26
|
+
|
|
27
|
+
[commsagent-discord]
|
|
28
|
+
pyautogen[commsagent-discord]==0.8.5alpha
|
|
29
|
+
|
|
30
|
+
[commsagent-slack]
|
|
31
|
+
pyautogen[commsagent-slack]==0.8.5alpha
|
|
32
|
+
|
|
33
|
+
[commsagent-telegram]
|
|
34
|
+
pyautogen[commsagent-telegram]==0.8.5alpha
|
|
35
|
+
|
|
36
|
+
[cosmosdb]
|
|
37
|
+
pyautogen[cosmosdb]==0.8.5alpha
|
|
38
|
+
|
|
39
|
+
[crawl4ai]
|
|
40
|
+
pyautogen[crawl4ai]==0.8.5alpha
|
|
41
|
+
|
|
42
|
+
[deepseek]
|
|
43
|
+
pyautogen[deepseek]==0.8.5alpha
|
|
44
|
+
|
|
45
|
+
[dev]
|
|
46
|
+
pyautogen[dev]==0.8.5alpha
|
|
47
|
+
|
|
48
|
+
[docs]
|
|
49
|
+
pyautogen[docs]==0.8.5alpha
|
|
50
|
+
|
|
51
|
+
[flaml]
|
|
52
|
+
pyautogen[flaml]==0.8.5alpha
|
|
53
|
+
|
|
54
|
+
[gemini]
|
|
55
|
+
pyautogen[gemini]==0.8.5alpha
|
|
56
|
+
|
|
57
|
+
[gemini-realtime]
|
|
58
|
+
pyautogen[gemini-realtime]==0.8.5alpha
|
|
59
|
+
|
|
60
|
+
[google-api]
|
|
61
|
+
pyautogen[google-api]==0.8.5alpha
|
|
62
|
+
|
|
63
|
+
[google-client]
|
|
64
|
+
pyautogen[google-client]==0.8.5alpha
|
|
65
|
+
|
|
66
|
+
[google-search]
|
|
67
|
+
pyautogen[google-search]==0.8.5alpha
|
|
68
|
+
|
|
69
|
+
[graph]
|
|
70
|
+
pyautogen[graph]==0.8.5alpha
|
|
71
|
+
|
|
72
|
+
[graph-rag-falkor-db]
|
|
73
|
+
pyautogen[graph-rag-falkor-db]==0.8.5alpha
|
|
74
|
+
|
|
75
|
+
[groq]
|
|
76
|
+
pyautogen[groq]==0.8.5alpha
|
|
77
|
+
|
|
78
|
+
[interop]
|
|
79
|
+
pyautogen[interop]==0.8.5alpha
|
|
80
|
+
|
|
81
|
+
[interop-crewai]
|
|
82
|
+
pyautogen[interop-crewai]==0.8.5alpha
|
|
83
|
+
|
|
84
|
+
[interop-langchain]
|
|
85
|
+
pyautogen[interop-langchain]==0.8.5alpha
|
|
86
|
+
|
|
87
|
+
[interop-pydantic-ai]
|
|
88
|
+
pyautogen[interop-pydantic-ai]==0.8.5alpha
|
|
89
|
+
|
|
90
|
+
[jupyter-executor]
|
|
91
|
+
pyautogen[jupyter-executor]==0.8.5alpha
|
|
92
|
+
|
|
93
|
+
[lint]
|
|
94
|
+
pyautogen[lint]==0.8.5alpha
|
|
95
|
+
|
|
96
|
+
[lmm]
|
|
97
|
+
pyautogen[lmm]==0.8.5alpha
|
|
98
|
+
|
|
99
|
+
[long-context]
|
|
100
|
+
pyautogen[long-context]==0.8.5alpha
|
|
101
|
+
|
|
102
|
+
[mathchat]
|
|
103
|
+
pyautogen[mathchat]==0.8.5alpha
|
|
104
|
+
|
|
105
|
+
[mcp]
|
|
106
|
+
pyautogen[mcp]==0.8.5alpha
|
|
107
|
+
|
|
108
|
+
[mcp-proxy-gen]
|
|
109
|
+
pyautogen[mcp-proxy-gen]==0.8.5alpha
|
|
110
|
+
|
|
111
|
+
[mistral]
|
|
112
|
+
pyautogen[mistral]==0.8.5alpha
|
|
113
|
+
|
|
114
|
+
[neo4j]
|
|
115
|
+
pyautogen[neo4j]==0.8.5alpha
|
|
116
|
+
|
|
117
|
+
[ollama]
|
|
118
|
+
pyautogen[ollama]==0.8.5alpha
|
|
119
|
+
|
|
120
|
+
[openai]
|
|
121
|
+
pyautogen[openai]==0.8.5alpha
|
|
122
|
+
|
|
123
|
+
[openai-realtime]
|
|
124
|
+
pyautogen[openai-realtime]==0.8.5alpha
|
|
125
|
+
|
|
126
|
+
[rag]
|
|
127
|
+
pyautogen[rag]==0.8.5alpha
|
|
128
|
+
|
|
129
|
+
[redis]
|
|
130
|
+
pyautogen[redis]==0.8.5alpha
|
|
131
|
+
|
|
132
|
+
[retrievechat]
|
|
133
|
+
pyautogen[retrievechat]==0.8.5alpha
|
|
134
|
+
|
|
135
|
+
[retrievechat-couchbase]
|
|
136
|
+
pyautogen[retrievechat-couchbase]==0.8.5alpha
|
|
137
|
+
|
|
138
|
+
[retrievechat-mongodb]
|
|
139
|
+
pyautogen[retrievechat-mongodb]==0.8.5alpha
|
|
140
|
+
|
|
141
|
+
[retrievechat-pgvector]
|
|
142
|
+
pyautogen[retrievechat-pgvector]==0.8.5alpha
|
|
143
|
+
|
|
144
|
+
[retrievechat-qdrant]
|
|
145
|
+
pyautogen[retrievechat-qdrant]==0.8.5alpha
|
|
146
|
+
|
|
147
|
+
[teachable]
|
|
148
|
+
pyautogen[teachable]==0.8.5alpha
|
|
149
|
+
|
|
150
|
+
[test]
|
|
151
|
+
pyautogen[test]==0.8.5alpha
|
|
152
|
+
|
|
153
|
+
[together]
|
|
154
|
+
pyautogen[together]==0.8.5alpha
|
|
155
|
+
|
|
156
|
+
[twilio]
|
|
157
|
+
pyautogen[twilio]==0.8.5alpha
|
|
158
|
+
|
|
159
|
+
[types]
|
|
160
|
+
pyautogen[types]==0.8.5alpha
|
|
161
|
+
|
|
162
|
+
[websockets]
|
|
163
|
+
pyautogen[websockets]==0.8.5alpha
|
|
164
|
+
|
|
165
|
+
[websurfer]
|
|
166
|
+
pyautogen[websurfer]==0.8.5alpha
|
|
167
|
+
|
|
168
|
+
[wikipedia]
|
|
169
|
+
pyautogen[wikipedia]==0.8.5alpha
|
|
@@ -129,7 +129,7 @@ retrievechat-couchbase = [
|
|
|
129
129
|
]
|
|
130
130
|
|
|
131
131
|
graph-rag-falkor-db = [
|
|
132
|
-
"graphrag_sdk==0.
|
|
132
|
+
"graphrag_sdk==0.7.1",
|
|
133
133
|
"falkordb>=1.0.10",
|
|
134
134
|
]
|
|
135
135
|
|
|
@@ -142,7 +142,7 @@ rag = [
|
|
|
142
142
|
"llama-index-vector-stores-chroma==0.4.1",
|
|
143
143
|
"llama-index-vector-stores-mongodb==0.6.0",
|
|
144
144
|
"llama-index-embeddings-huggingface==0.5.2",
|
|
145
|
-
"llama-index-llms-langchain==0.6.
|
|
145
|
+
"llama-index-llms-langchain==0.6.1",
|
|
146
146
|
"requests>=2.32.3,<3",
|
|
147
147
|
]
|
|
148
148
|
|
|
@@ -176,10 +176,10 @@ wikipedia = [
|
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
neo4j = [
|
|
179
|
-
"docx2txt==0.
|
|
179
|
+
"docx2txt==0.9",
|
|
180
180
|
"llama-index>=0.12,<1",
|
|
181
181
|
"llama-index-graph-stores-neo4j==0.4.6",
|
|
182
|
-
"llama-index-readers-web==0.3.
|
|
182
|
+
"llama-index-readers-web==0.3.8",
|
|
183
183
|
]
|
|
184
184
|
|
|
185
185
|
# used for agentchat_realtime_swarm notebook and realtime agent twilio demo
|
|
@@ -195,6 +195,13 @@ mcp = [
|
|
|
195
195
|
"mcp>=1.4.0,<1.6; python_version>='3.10'"
|
|
196
196
|
]
|
|
197
197
|
|
|
198
|
+
mcp-proxy-gen = [
|
|
199
|
+
"fastapi-code-generator==0.5.2",
|
|
200
|
+
"fastapi>=0.112,<1",
|
|
201
|
+
"requests", # do not pin it
|
|
202
|
+
"typer",
|
|
203
|
+
]
|
|
204
|
+
|
|
198
205
|
interop-crewai = [
|
|
199
206
|
"crewai[tools]>=0.76,<1; python_version>='3.10' and python_version<'3.13'",
|
|
200
207
|
"weaviate-client>=4,<5; python_version>='3.10' and python_version<'3.13'",
|
|
@@ -254,18 +261,18 @@ test = [
|
|
|
254
261
|
"nbconvert==7.16.6",
|
|
255
262
|
"nbformat==5.10.4",
|
|
256
263
|
"pytest-cov==6.0.0",
|
|
257
|
-
"pytest-asyncio==0.
|
|
264
|
+
"pytest-asyncio==0.26.0",
|
|
258
265
|
"pytest==8.3.5",
|
|
259
266
|
"mock==5.2.0",
|
|
260
267
|
"pandas==2.2.3",
|
|
261
|
-
"fastapi==0.115.
|
|
268
|
+
"fastapi==0.115.12",
|
|
262
269
|
"dirty-equals==0.9.0",
|
|
263
270
|
]
|
|
264
271
|
|
|
265
272
|
docs = [
|
|
266
|
-
"mkdocs-material==9.6.
|
|
273
|
+
"mkdocs-material==9.6.10",
|
|
267
274
|
"mkdocstrings[python]==0.29.0",
|
|
268
|
-
"mkdocs-literate-nav==0.6.
|
|
275
|
+
"mkdocs-literate-nav==0.6.2",
|
|
269
276
|
"mdx-include==1.4.2",
|
|
270
277
|
# currently problematic and cannot be upgraded
|
|
271
278
|
"mkdocs-git-revision-date-localized-plugin==1.3.0",
|
|
@@ -276,7 +283,7 @@ docs = [
|
|
|
276
283
|
"mkdocs-glightbox==0.4.0", # img zoom
|
|
277
284
|
"pillow", # required for mkdocs-glightbo
|
|
278
285
|
"cairosvg", # required for mkdocs-glightbo
|
|
279
|
-
"pdoc3==0.11.
|
|
286
|
+
"pdoc3==0.11.6",
|
|
280
287
|
"jinja2==3.1.6",
|
|
281
288
|
"pyyaml==6.0.2",
|
|
282
289
|
"termcolor==2.5.0",
|
|
@@ -289,7 +296,7 @@ types = [
|
|
|
289
296
|
]
|
|
290
297
|
|
|
291
298
|
lint = [
|
|
292
|
-
"ruff==0.
|
|
299
|
+
"ruff==0.11.2",
|
|
293
300
|
"codespell==2.4.1",
|
|
294
301
|
"pyupgrade-directories==0.3.0",
|
|
295
302
|
]
|
|
@@ -297,9 +304,9 @@ lint = [
|
|
|
297
304
|
dev = [
|
|
298
305
|
"toml==0.10.2",
|
|
299
306
|
"pyautogen[lint,test,types,docs]",
|
|
300
|
-
"pre-commit==4.
|
|
307
|
+
"pre-commit==4.2.0",
|
|
301
308
|
"detect-secrets==1.5.0",
|
|
302
|
-
"uv==0.6.
|
|
309
|
+
"uv==0.6.11",
|
|
303
310
|
]
|
|
304
311
|
|
|
305
312
|
|
|
@@ -310,6 +317,9 @@ Tracker = "https://github.com/ag2ai/ag2/issues"
|
|
|
310
317
|
Source = "https://github.com/ag2ai/ag2"
|
|
311
318
|
Discord = "https://discord.gg/pAbnFJrkgZ"
|
|
312
319
|
|
|
320
|
+
[project.scripts]
|
|
321
|
+
mcp_proxy = "autogen.mcp.__main__:app"
|
|
322
|
+
|
|
313
323
|
[tool.hatch.version]
|
|
314
324
|
path = "autogen/version.py"
|
|
315
325
|
|
|
@@ -319,7 +329,13 @@ exclude = ["/test", "/notebook"]
|
|
|
319
329
|
|
|
320
330
|
[tool.hatch.build.targets.wheel]
|
|
321
331
|
packages = ["autogen"]
|
|
322
|
-
only-include = [
|
|
332
|
+
only-include = [
|
|
333
|
+
"autogen",
|
|
334
|
+
# not sure about this, probably is not needed
|
|
335
|
+
"autogen/agentchat/contrib/captainagent/tools",
|
|
336
|
+
# need for generation of MCP Servers from OpenAPI specification
|
|
337
|
+
"templates",
|
|
338
|
+
]
|
|
323
339
|
|
|
324
340
|
[tool.hatch.build.targets.sdist]
|
|
325
341
|
exclude = ["test", "notebook"]
|
|
@@ -48,6 +48,7 @@ setuptools.setup(
|
|
|
48
48
|
"neo4j": ["pyautogen[neo4j]==" + __version__],
|
|
49
49
|
"twilio": ["pyautogen[twilio]==" + __version__],
|
|
50
50
|
"mcp": ["pyautogen[mcp]==" + __version__],
|
|
51
|
+
"mcp-proxy-gen": ["pyautogen[mcp-proxy-gen]==" + __version__],
|
|
51
52
|
"interop-crewai": ["pyautogen[interop-crewai]==" + __version__],
|
|
52
53
|
"interop-langchain": ["pyautogen[interop-langchain]==" + __version__],
|
|
53
54
|
"interop-pydantic-ai": ["pyautogen[interop-pydantic-ai]==" + __version__],
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
pyautogen==0.8.5
|
|
2
|
-
|
|
3
|
-
[anthropic]
|
|
4
|
-
pyautogen[anthropic]==0.8.5
|
|
5
|
-
|
|
6
|
-
[autobuild]
|
|
7
|
-
pyautogen[autobuild]==0.8.5
|
|
8
|
-
|
|
9
|
-
[bedrock]
|
|
10
|
-
pyautogen[bedrock]==0.8.5
|
|
11
|
-
|
|
12
|
-
[blendsearch]
|
|
13
|
-
pyautogen[blendsearch]==0.8.5
|
|
14
|
-
|
|
15
|
-
[browser-use]
|
|
16
|
-
pyautogen[browser-use]==0.8.5
|
|
17
|
-
|
|
18
|
-
[captainagent]
|
|
19
|
-
pyautogen[captainagent]==0.8.5
|
|
20
|
-
|
|
21
|
-
[cerebras]
|
|
22
|
-
pyautogen[cerebras]==0.8.5
|
|
23
|
-
|
|
24
|
-
[cohere]
|
|
25
|
-
pyautogen[cohere]==0.8.5
|
|
26
|
-
|
|
27
|
-
[commsagent-discord]
|
|
28
|
-
pyautogen[commsagent-discord]==0.8.5
|
|
29
|
-
|
|
30
|
-
[commsagent-slack]
|
|
31
|
-
pyautogen[commsagent-slack]==0.8.5
|
|
32
|
-
|
|
33
|
-
[commsagent-telegram]
|
|
34
|
-
pyautogen[commsagent-telegram]==0.8.5
|
|
35
|
-
|
|
36
|
-
[cosmosdb]
|
|
37
|
-
pyautogen[cosmosdb]==0.8.5
|
|
38
|
-
|
|
39
|
-
[crawl4ai]
|
|
40
|
-
pyautogen[crawl4ai]==0.8.5
|
|
41
|
-
|
|
42
|
-
[deepseek]
|
|
43
|
-
pyautogen[deepseek]==0.8.5
|
|
44
|
-
|
|
45
|
-
[dev]
|
|
46
|
-
pyautogen[dev]==0.8.5
|
|
47
|
-
|
|
48
|
-
[docs]
|
|
49
|
-
pyautogen[docs]==0.8.5
|
|
50
|
-
|
|
51
|
-
[flaml]
|
|
52
|
-
pyautogen[flaml]==0.8.5
|
|
53
|
-
|
|
54
|
-
[gemini]
|
|
55
|
-
pyautogen[gemini]==0.8.5
|
|
56
|
-
|
|
57
|
-
[gemini-realtime]
|
|
58
|
-
pyautogen[gemini-realtime]==0.8.5
|
|
59
|
-
|
|
60
|
-
[google-api]
|
|
61
|
-
pyautogen[google-api]==0.8.5
|
|
62
|
-
|
|
63
|
-
[google-client]
|
|
64
|
-
pyautogen[google-client]==0.8.5
|
|
65
|
-
|
|
66
|
-
[google-search]
|
|
67
|
-
pyautogen[google-search]==0.8.5
|
|
68
|
-
|
|
69
|
-
[graph]
|
|
70
|
-
pyautogen[graph]==0.8.5
|
|
71
|
-
|
|
72
|
-
[graph-rag-falkor-db]
|
|
73
|
-
pyautogen[graph-rag-falkor-db]==0.8.5
|
|
74
|
-
|
|
75
|
-
[groq]
|
|
76
|
-
pyautogen[groq]==0.8.5
|
|
77
|
-
|
|
78
|
-
[interop]
|
|
79
|
-
pyautogen[interop]==0.8.5
|
|
80
|
-
|
|
81
|
-
[interop-crewai]
|
|
82
|
-
pyautogen[interop-crewai]==0.8.5
|
|
83
|
-
|
|
84
|
-
[interop-langchain]
|
|
85
|
-
pyautogen[interop-langchain]==0.8.5
|
|
86
|
-
|
|
87
|
-
[interop-pydantic-ai]
|
|
88
|
-
pyautogen[interop-pydantic-ai]==0.8.5
|
|
89
|
-
|
|
90
|
-
[jupyter-executor]
|
|
91
|
-
pyautogen[jupyter-executor]==0.8.5
|
|
92
|
-
|
|
93
|
-
[lint]
|
|
94
|
-
pyautogen[lint]==0.8.5
|
|
95
|
-
|
|
96
|
-
[lmm]
|
|
97
|
-
pyautogen[lmm]==0.8.5
|
|
98
|
-
|
|
99
|
-
[long-context]
|
|
100
|
-
pyautogen[long-context]==0.8.5
|
|
101
|
-
|
|
102
|
-
[mathchat]
|
|
103
|
-
pyautogen[mathchat]==0.8.5
|
|
104
|
-
|
|
105
|
-
[mcp]
|
|
106
|
-
pyautogen[mcp]==0.8.5
|
|
107
|
-
|
|
108
|
-
[mistral]
|
|
109
|
-
pyautogen[mistral]==0.8.5
|
|
110
|
-
|
|
111
|
-
[neo4j]
|
|
112
|
-
pyautogen[neo4j]==0.8.5
|
|
113
|
-
|
|
114
|
-
[ollama]
|
|
115
|
-
pyautogen[ollama]==0.8.5
|
|
116
|
-
|
|
117
|
-
[openai]
|
|
118
|
-
pyautogen[openai]==0.8.5
|
|
119
|
-
|
|
120
|
-
[openai-realtime]
|
|
121
|
-
pyautogen[openai-realtime]==0.8.5
|
|
122
|
-
|
|
123
|
-
[rag]
|
|
124
|
-
pyautogen[rag]==0.8.5
|
|
125
|
-
|
|
126
|
-
[redis]
|
|
127
|
-
pyautogen[redis]==0.8.5
|
|
128
|
-
|
|
129
|
-
[retrievechat]
|
|
130
|
-
pyautogen[retrievechat]==0.8.5
|
|
131
|
-
|
|
132
|
-
[retrievechat-couchbase]
|
|
133
|
-
pyautogen[retrievechat-couchbase]==0.8.5
|
|
134
|
-
|
|
135
|
-
[retrievechat-mongodb]
|
|
136
|
-
pyautogen[retrievechat-mongodb]==0.8.5
|
|
137
|
-
|
|
138
|
-
[retrievechat-pgvector]
|
|
139
|
-
pyautogen[retrievechat-pgvector]==0.8.5
|
|
140
|
-
|
|
141
|
-
[retrievechat-qdrant]
|
|
142
|
-
pyautogen[retrievechat-qdrant]==0.8.5
|
|
143
|
-
|
|
144
|
-
[teachable]
|
|
145
|
-
pyautogen[teachable]==0.8.5
|
|
146
|
-
|
|
147
|
-
[test]
|
|
148
|
-
pyautogen[test]==0.8.5
|
|
149
|
-
|
|
150
|
-
[together]
|
|
151
|
-
pyautogen[together]==0.8.5
|
|
152
|
-
|
|
153
|
-
[twilio]
|
|
154
|
-
pyautogen[twilio]==0.8.5
|
|
155
|
-
|
|
156
|
-
[types]
|
|
157
|
-
pyautogen[types]==0.8.5
|
|
158
|
-
|
|
159
|
-
[websockets]
|
|
160
|
-
pyautogen[websockets]==0.8.5
|
|
161
|
-
|
|
162
|
-
[websurfer]
|
|
163
|
-
pyautogen[websurfer]==0.8.5
|
|
164
|
-
|
|
165
|
-
[wikipedia]
|
|
166
|
-
pyautogen[wikipedia]==0.8.5
|
|
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
|
|
File without changes
|
|
File without changes
|