ag2 0.9.0a3__tar.gz → 0.9.1a1__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.9.0a3/ag2.egg-info → ag2-0.9.1a1}/PKG-INFO +1 -2
- {ag2-0.9.0a3 → ag2-0.9.1a1/ag2.egg-info}/PKG-INFO +1 -2
- ag2-0.9.1a1/ag2.egg-info/requires.txt +166 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/pyproject.toml +5 -16
- {ag2-0.9.0a3 → ag2-0.9.1a1}/setup_ag2.py +0 -1
- ag2-0.9.0a3/ag2.egg-info/requires.txt +0 -169
- {ag2-0.9.0a3 → ag2-0.9.1a1}/LICENSE +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/NOTICE.md +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/README.md +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/ag2.egg-info/SOURCES.txt +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/ag2.egg-info/dependency_links.txt +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/ag2.egg-info/top_level.txt +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/setup.cfg +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_browser_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_code_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_conftest.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_graph_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_import.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_import_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_json_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_llm_config.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_logging.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_notebook.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_retrieve_utils.py +0 -0
- {ag2-0.9.0a3 → ag2-0.9.1a1}/test/test_token_count.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1a1
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -32,7 +32,6 @@ Provides-Extra: wikipedia
|
|
|
32
32
|
Provides-Extra: neo4j
|
|
33
33
|
Provides-Extra: twilio
|
|
34
34
|
Provides-Extra: mcp
|
|
35
|
-
Provides-Extra: mcp-proxy-gen
|
|
36
35
|
Provides-Extra: interop-crewai
|
|
37
36
|
Provides-Extra: interop-langchain
|
|
38
37
|
Provides-Extra: interop-pydantic-ai
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1a1
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -32,7 +32,6 @@ Provides-Extra: wikipedia
|
|
|
32
32
|
Provides-Extra: neo4j
|
|
33
33
|
Provides-Extra: twilio
|
|
34
34
|
Provides-Extra: mcp
|
|
35
|
-
Provides-Extra: mcp-proxy-gen
|
|
36
35
|
Provides-Extra: interop-crewai
|
|
37
36
|
Provides-Extra: interop-langchain
|
|
38
37
|
Provides-Extra: interop-pydantic-ai
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
pyautogen==0.9.1a1
|
|
2
|
+
|
|
3
|
+
[anthropic]
|
|
4
|
+
pyautogen[anthropic]==0.9.1a1
|
|
5
|
+
|
|
6
|
+
[autobuild]
|
|
7
|
+
pyautogen[autobuild]==0.9.1a1
|
|
8
|
+
|
|
9
|
+
[bedrock]
|
|
10
|
+
pyautogen[bedrock]==0.9.1a1
|
|
11
|
+
|
|
12
|
+
[blendsearch]
|
|
13
|
+
pyautogen[blendsearch]==0.9.1a1
|
|
14
|
+
|
|
15
|
+
[browser-use]
|
|
16
|
+
pyautogen[browser-use]==0.9.1a1
|
|
17
|
+
|
|
18
|
+
[captainagent]
|
|
19
|
+
pyautogen[captainagent]==0.9.1a1
|
|
20
|
+
|
|
21
|
+
[cerebras]
|
|
22
|
+
pyautogen[cerebras]==0.9.1a1
|
|
23
|
+
|
|
24
|
+
[cohere]
|
|
25
|
+
pyautogen[cohere]==0.9.1a1
|
|
26
|
+
|
|
27
|
+
[commsagent-discord]
|
|
28
|
+
pyautogen[commsagent-discord]==0.9.1a1
|
|
29
|
+
|
|
30
|
+
[commsagent-slack]
|
|
31
|
+
pyautogen[commsagent-slack]==0.9.1a1
|
|
32
|
+
|
|
33
|
+
[commsagent-telegram]
|
|
34
|
+
pyautogen[commsagent-telegram]==0.9.1a1
|
|
35
|
+
|
|
36
|
+
[cosmosdb]
|
|
37
|
+
pyautogen[cosmosdb]==0.9.1a1
|
|
38
|
+
|
|
39
|
+
[crawl4ai]
|
|
40
|
+
pyautogen[crawl4ai]==0.9.1a1
|
|
41
|
+
|
|
42
|
+
[deepseek]
|
|
43
|
+
pyautogen[deepseek]==0.9.1a1
|
|
44
|
+
|
|
45
|
+
[dev]
|
|
46
|
+
pyautogen[dev]==0.9.1a1
|
|
47
|
+
|
|
48
|
+
[docs]
|
|
49
|
+
pyautogen[docs]==0.9.1a1
|
|
50
|
+
|
|
51
|
+
[flaml]
|
|
52
|
+
pyautogen[flaml]==0.9.1a1
|
|
53
|
+
|
|
54
|
+
[gemini]
|
|
55
|
+
pyautogen[gemini]==0.9.1a1
|
|
56
|
+
|
|
57
|
+
[gemini-realtime]
|
|
58
|
+
pyautogen[gemini-realtime]==0.9.1a1
|
|
59
|
+
|
|
60
|
+
[google-api]
|
|
61
|
+
pyautogen[google-api]==0.9.1a1
|
|
62
|
+
|
|
63
|
+
[google-client]
|
|
64
|
+
pyautogen[google-client]==0.9.1a1
|
|
65
|
+
|
|
66
|
+
[google-search]
|
|
67
|
+
pyautogen[google-search]==0.9.1a1
|
|
68
|
+
|
|
69
|
+
[graph]
|
|
70
|
+
pyautogen[graph]==0.9.1a1
|
|
71
|
+
|
|
72
|
+
[graph-rag-falkor-db]
|
|
73
|
+
pyautogen[graph-rag-falkor-db]==0.9.1a1
|
|
74
|
+
|
|
75
|
+
[groq]
|
|
76
|
+
pyautogen[groq]==0.9.1a1
|
|
77
|
+
|
|
78
|
+
[interop]
|
|
79
|
+
pyautogen[interop]==0.9.1a1
|
|
80
|
+
|
|
81
|
+
[interop-crewai]
|
|
82
|
+
pyautogen[interop-crewai]==0.9.1a1
|
|
83
|
+
|
|
84
|
+
[interop-langchain]
|
|
85
|
+
pyautogen[interop-langchain]==0.9.1a1
|
|
86
|
+
|
|
87
|
+
[interop-pydantic-ai]
|
|
88
|
+
pyautogen[interop-pydantic-ai]==0.9.1a1
|
|
89
|
+
|
|
90
|
+
[jupyter-executor]
|
|
91
|
+
pyautogen[jupyter-executor]==0.9.1a1
|
|
92
|
+
|
|
93
|
+
[lint]
|
|
94
|
+
pyautogen[lint]==0.9.1a1
|
|
95
|
+
|
|
96
|
+
[lmm]
|
|
97
|
+
pyautogen[lmm]==0.9.1a1
|
|
98
|
+
|
|
99
|
+
[long-context]
|
|
100
|
+
pyautogen[long-context]==0.9.1a1
|
|
101
|
+
|
|
102
|
+
[mathchat]
|
|
103
|
+
pyautogen[mathchat]==0.9.1a1
|
|
104
|
+
|
|
105
|
+
[mcp]
|
|
106
|
+
pyautogen[mcp]==0.9.1a1
|
|
107
|
+
|
|
108
|
+
[mistral]
|
|
109
|
+
pyautogen[mistral]==0.9.1a1
|
|
110
|
+
|
|
111
|
+
[neo4j]
|
|
112
|
+
pyautogen[neo4j]==0.9.1a1
|
|
113
|
+
|
|
114
|
+
[ollama]
|
|
115
|
+
pyautogen[ollama]==0.9.1a1
|
|
116
|
+
|
|
117
|
+
[openai]
|
|
118
|
+
pyautogen[openai]==0.9.1a1
|
|
119
|
+
|
|
120
|
+
[openai-realtime]
|
|
121
|
+
pyautogen[openai-realtime]==0.9.1a1
|
|
122
|
+
|
|
123
|
+
[rag]
|
|
124
|
+
pyautogen[rag]==0.9.1a1
|
|
125
|
+
|
|
126
|
+
[redis]
|
|
127
|
+
pyautogen[redis]==0.9.1a1
|
|
128
|
+
|
|
129
|
+
[retrievechat]
|
|
130
|
+
pyautogen[retrievechat]==0.9.1a1
|
|
131
|
+
|
|
132
|
+
[retrievechat-couchbase]
|
|
133
|
+
pyautogen[retrievechat-couchbase]==0.9.1a1
|
|
134
|
+
|
|
135
|
+
[retrievechat-mongodb]
|
|
136
|
+
pyautogen[retrievechat-mongodb]==0.9.1a1
|
|
137
|
+
|
|
138
|
+
[retrievechat-pgvector]
|
|
139
|
+
pyautogen[retrievechat-pgvector]==0.9.1a1
|
|
140
|
+
|
|
141
|
+
[retrievechat-qdrant]
|
|
142
|
+
pyautogen[retrievechat-qdrant]==0.9.1a1
|
|
143
|
+
|
|
144
|
+
[teachable]
|
|
145
|
+
pyautogen[teachable]==0.9.1a1
|
|
146
|
+
|
|
147
|
+
[test]
|
|
148
|
+
pyautogen[test]==0.9.1a1
|
|
149
|
+
|
|
150
|
+
[together]
|
|
151
|
+
pyautogen[together]==0.9.1a1
|
|
152
|
+
|
|
153
|
+
[twilio]
|
|
154
|
+
pyautogen[twilio]==0.9.1a1
|
|
155
|
+
|
|
156
|
+
[types]
|
|
157
|
+
pyautogen[types]==0.9.1a1
|
|
158
|
+
|
|
159
|
+
[websockets]
|
|
160
|
+
pyautogen[websockets]==0.9.1a1
|
|
161
|
+
|
|
162
|
+
[websurfer]
|
|
163
|
+
pyautogen[websurfer]==0.9.1a1
|
|
164
|
+
|
|
165
|
+
[wikipedia]
|
|
166
|
+
pyautogen[wikipedia]==0.9.1a1
|
|
@@ -195,15 +195,11 @@ 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.4",
|
|
200
|
-
"fastapi>=0.112,<1",
|
|
201
|
-
"requests", # do not pin it
|
|
202
|
-
"typer",
|
|
203
|
-
]
|
|
204
|
-
|
|
205
198
|
interop-crewai = [
|
|
206
199
|
"crewai[tools]>=0.76,<1; python_version>='3.10' and python_version<'3.13'",
|
|
200
|
+
# TODO: crewai needs litellm and litellm version above 1.67.1 has problem in windows.
|
|
201
|
+
# TODO: Remove the below line once the problem is fixed
|
|
202
|
+
"litellm<=1.67.1",
|
|
207
203
|
"weaviate-client>=4,<5; python_version>='3.10' and python_version<'3.13'",
|
|
208
204
|
]
|
|
209
205
|
interop-langchain = ["langchain-community>=0.3.12,<1"]
|
|
@@ -322,7 +318,6 @@ Tracker = "https://github.com/ag2ai/ag2/issues"
|
|
|
322
318
|
Source = "https://github.com/ag2ai/ag2"
|
|
323
319
|
Discord = "https://discord.gg/pAbnFJrkgZ"
|
|
324
320
|
|
|
325
|
-
|
|
326
321
|
[tool.hatch.version]
|
|
327
322
|
path = "autogen/version.py"
|
|
328
323
|
|
|
@@ -332,13 +327,7 @@ exclude = ["/test", "/notebook"]
|
|
|
332
327
|
|
|
333
328
|
[tool.hatch.build.targets.wheel]
|
|
334
329
|
packages = ["autogen"]
|
|
335
|
-
only-include = [
|
|
336
|
-
"autogen",
|
|
337
|
-
# not sure about this, probably is not needed
|
|
338
|
-
"autogen/agentchat/contrib/captainagent/tools",
|
|
339
|
-
# need for generation of MCP Servers from OpenAPI specification
|
|
340
|
-
"templates",
|
|
341
|
-
]
|
|
330
|
+
only-include = ["autogen", "autogen/agentchat/contrib/captainagent/tools"]
|
|
342
331
|
|
|
343
332
|
[tool.hatch.build.targets.sdist]
|
|
344
333
|
exclude = ["test", "notebook"]
|
|
@@ -553,4 +542,4 @@ disallow_any_unimported = true
|
|
|
553
542
|
[tool.codespell]
|
|
554
543
|
skip = "*.js,*.map,*.pdf,*.po,*.ts,*.json,*.svg,./website/node_modules,.notebook/agentchat_microsoft_fabric.ipynb,./notebook/agentchat_swarm_graphrag_telemetry_trip_planner.ipynb,./notebook/agentchat_graph_rag_neo4j.ipynb"
|
|
555
544
|
quiet-level = 3
|
|
556
|
-
ignore-words-list = "ans,linar,nam,tread,ot,assertIn,dependin,socio-economic,ege,leapYear,fO,bu,te,ROUGE,ser,doubleClick,CNa,wOh,Hart,Empress,Chage,mane,digitalize"
|
|
545
|
+
ignore-words-list = "ans,linar,nam,tread,ot,assertIn,dependin,socio-economic,ege,leapYear,fO,bu,te,ROUGE,ser,doubleClick,CNa,wOh,Hart,Empress,Chage,mane,digitalize,brunch"
|
|
@@ -48,7 +48,6 @@ 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__],
|
|
52
51
|
"interop-crewai": ["pyautogen[interop-crewai]==" + __version__],
|
|
53
52
|
"interop-langchain": ["pyautogen[interop-langchain]==" + __version__],
|
|
54
53
|
"interop-pydantic-ai": ["pyautogen[interop-pydantic-ai]==" + __version__],
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
pyautogen==0.9.0alpha3
|
|
2
|
-
|
|
3
|
-
[anthropic]
|
|
4
|
-
pyautogen[anthropic]==0.9.0alpha3
|
|
5
|
-
|
|
6
|
-
[autobuild]
|
|
7
|
-
pyautogen[autobuild]==0.9.0alpha3
|
|
8
|
-
|
|
9
|
-
[bedrock]
|
|
10
|
-
pyautogen[bedrock]==0.9.0alpha3
|
|
11
|
-
|
|
12
|
-
[blendsearch]
|
|
13
|
-
pyautogen[blendsearch]==0.9.0alpha3
|
|
14
|
-
|
|
15
|
-
[browser-use]
|
|
16
|
-
pyautogen[browser-use]==0.9.0alpha3
|
|
17
|
-
|
|
18
|
-
[captainagent]
|
|
19
|
-
pyautogen[captainagent]==0.9.0alpha3
|
|
20
|
-
|
|
21
|
-
[cerebras]
|
|
22
|
-
pyautogen[cerebras]==0.9.0alpha3
|
|
23
|
-
|
|
24
|
-
[cohere]
|
|
25
|
-
pyautogen[cohere]==0.9.0alpha3
|
|
26
|
-
|
|
27
|
-
[commsagent-discord]
|
|
28
|
-
pyautogen[commsagent-discord]==0.9.0alpha3
|
|
29
|
-
|
|
30
|
-
[commsagent-slack]
|
|
31
|
-
pyautogen[commsagent-slack]==0.9.0alpha3
|
|
32
|
-
|
|
33
|
-
[commsagent-telegram]
|
|
34
|
-
pyautogen[commsagent-telegram]==0.9.0alpha3
|
|
35
|
-
|
|
36
|
-
[cosmosdb]
|
|
37
|
-
pyautogen[cosmosdb]==0.9.0alpha3
|
|
38
|
-
|
|
39
|
-
[crawl4ai]
|
|
40
|
-
pyautogen[crawl4ai]==0.9.0alpha3
|
|
41
|
-
|
|
42
|
-
[deepseek]
|
|
43
|
-
pyautogen[deepseek]==0.9.0alpha3
|
|
44
|
-
|
|
45
|
-
[dev]
|
|
46
|
-
pyautogen[dev]==0.9.0alpha3
|
|
47
|
-
|
|
48
|
-
[docs]
|
|
49
|
-
pyautogen[docs]==0.9.0alpha3
|
|
50
|
-
|
|
51
|
-
[flaml]
|
|
52
|
-
pyautogen[flaml]==0.9.0alpha3
|
|
53
|
-
|
|
54
|
-
[gemini]
|
|
55
|
-
pyautogen[gemini]==0.9.0alpha3
|
|
56
|
-
|
|
57
|
-
[gemini-realtime]
|
|
58
|
-
pyautogen[gemini-realtime]==0.9.0alpha3
|
|
59
|
-
|
|
60
|
-
[google-api]
|
|
61
|
-
pyautogen[google-api]==0.9.0alpha3
|
|
62
|
-
|
|
63
|
-
[google-client]
|
|
64
|
-
pyautogen[google-client]==0.9.0alpha3
|
|
65
|
-
|
|
66
|
-
[google-search]
|
|
67
|
-
pyautogen[google-search]==0.9.0alpha3
|
|
68
|
-
|
|
69
|
-
[graph]
|
|
70
|
-
pyautogen[graph]==0.9.0alpha3
|
|
71
|
-
|
|
72
|
-
[graph-rag-falkor-db]
|
|
73
|
-
pyautogen[graph-rag-falkor-db]==0.9.0alpha3
|
|
74
|
-
|
|
75
|
-
[groq]
|
|
76
|
-
pyautogen[groq]==0.9.0alpha3
|
|
77
|
-
|
|
78
|
-
[interop]
|
|
79
|
-
pyautogen[interop]==0.9.0alpha3
|
|
80
|
-
|
|
81
|
-
[interop-crewai]
|
|
82
|
-
pyautogen[interop-crewai]==0.9.0alpha3
|
|
83
|
-
|
|
84
|
-
[interop-langchain]
|
|
85
|
-
pyautogen[interop-langchain]==0.9.0alpha3
|
|
86
|
-
|
|
87
|
-
[interop-pydantic-ai]
|
|
88
|
-
pyautogen[interop-pydantic-ai]==0.9.0alpha3
|
|
89
|
-
|
|
90
|
-
[jupyter-executor]
|
|
91
|
-
pyautogen[jupyter-executor]==0.9.0alpha3
|
|
92
|
-
|
|
93
|
-
[lint]
|
|
94
|
-
pyautogen[lint]==0.9.0alpha3
|
|
95
|
-
|
|
96
|
-
[lmm]
|
|
97
|
-
pyautogen[lmm]==0.9.0alpha3
|
|
98
|
-
|
|
99
|
-
[long-context]
|
|
100
|
-
pyautogen[long-context]==0.9.0alpha3
|
|
101
|
-
|
|
102
|
-
[mathchat]
|
|
103
|
-
pyautogen[mathchat]==0.9.0alpha3
|
|
104
|
-
|
|
105
|
-
[mcp]
|
|
106
|
-
pyautogen[mcp]==0.9.0alpha3
|
|
107
|
-
|
|
108
|
-
[mcp-proxy-gen]
|
|
109
|
-
pyautogen[mcp-proxy-gen]==0.9.0alpha3
|
|
110
|
-
|
|
111
|
-
[mistral]
|
|
112
|
-
pyautogen[mistral]==0.9.0alpha3
|
|
113
|
-
|
|
114
|
-
[neo4j]
|
|
115
|
-
pyautogen[neo4j]==0.9.0alpha3
|
|
116
|
-
|
|
117
|
-
[ollama]
|
|
118
|
-
pyautogen[ollama]==0.9.0alpha3
|
|
119
|
-
|
|
120
|
-
[openai]
|
|
121
|
-
pyautogen[openai]==0.9.0alpha3
|
|
122
|
-
|
|
123
|
-
[openai-realtime]
|
|
124
|
-
pyautogen[openai-realtime]==0.9.0alpha3
|
|
125
|
-
|
|
126
|
-
[rag]
|
|
127
|
-
pyautogen[rag]==0.9.0alpha3
|
|
128
|
-
|
|
129
|
-
[redis]
|
|
130
|
-
pyautogen[redis]==0.9.0alpha3
|
|
131
|
-
|
|
132
|
-
[retrievechat]
|
|
133
|
-
pyautogen[retrievechat]==0.9.0alpha3
|
|
134
|
-
|
|
135
|
-
[retrievechat-couchbase]
|
|
136
|
-
pyautogen[retrievechat-couchbase]==0.9.0alpha3
|
|
137
|
-
|
|
138
|
-
[retrievechat-mongodb]
|
|
139
|
-
pyautogen[retrievechat-mongodb]==0.9.0alpha3
|
|
140
|
-
|
|
141
|
-
[retrievechat-pgvector]
|
|
142
|
-
pyautogen[retrievechat-pgvector]==0.9.0alpha3
|
|
143
|
-
|
|
144
|
-
[retrievechat-qdrant]
|
|
145
|
-
pyautogen[retrievechat-qdrant]==0.9.0alpha3
|
|
146
|
-
|
|
147
|
-
[teachable]
|
|
148
|
-
pyautogen[teachable]==0.9.0alpha3
|
|
149
|
-
|
|
150
|
-
[test]
|
|
151
|
-
pyautogen[test]==0.9.0alpha3
|
|
152
|
-
|
|
153
|
-
[together]
|
|
154
|
-
pyautogen[together]==0.9.0alpha3
|
|
155
|
-
|
|
156
|
-
[twilio]
|
|
157
|
-
pyautogen[twilio]==0.9.0alpha3
|
|
158
|
-
|
|
159
|
-
[types]
|
|
160
|
-
pyautogen[types]==0.9.0alpha3
|
|
161
|
-
|
|
162
|
-
[websockets]
|
|
163
|
-
pyautogen[websockets]==0.9.0alpha3
|
|
164
|
-
|
|
165
|
-
[websurfer]
|
|
166
|
-
pyautogen[websurfer]==0.9.0alpha3
|
|
167
|
-
|
|
168
|
-
[wikipedia]
|
|
169
|
-
pyautogen[wikipedia]==0.9.0alpha3
|
|
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
|