ag2 0.8.6b0__tar.gz → 0.8.7__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.8.6b0
3
+ Version: 0.8.7
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -421,8 +421,8 @@ print(chat_result.chat_history[-1]["content"])
421
421
 
422
422
  AG2 supports more advanced concepts to help you build your AI agent workflows. You can find more information in the documentation.
423
423
 
424
- - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/llm-configuration/structured-outputs)
425
- - [Ending a conversation](https://docs.ag2.ai/docs/user-guide/basic-concepts/ending-a-chat)
424
+ - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/structured-outputs)
425
+ - [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/orchestration/ending-a-chat/)
426
426
  - [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
427
427
  - [Code Execution](https://docs.ag2.ai/docs/user-guide/advanced-concepts/code-execution)
428
428
  - [Tools with Secrets](https://docs.ag2.ai/docs/user-guide/basic-concepts/tools/tools-with-secrets)
@@ -349,8 +349,8 @@ print(chat_result.chat_history[-1]["content"])
349
349
 
350
350
  AG2 supports more advanced concepts to help you build your AI agent workflows. You can find more information in the documentation.
351
351
 
352
- - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/llm-configuration/structured-outputs)
353
- - [Ending a conversation](https://docs.ag2.ai/docs/user-guide/basic-concepts/ending-a-chat)
352
+ - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/structured-outputs)
353
+ - [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/orchestration/ending-a-chat/)
354
354
  - [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
355
355
  - [Code Execution](https://docs.ag2.ai/docs/user-guide/advanced-concepts/code-execution)
356
356
  - [Tools with Secrets](https://docs.ag2.ai/docs/user-guide/basic-concepts/tools/tools-with-secrets)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.8.6b0
3
+ Version: 0.8.7
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -421,8 +421,8 @@ print(chat_result.chat_history[-1]["content"])
421
421
 
422
422
  AG2 supports more advanced concepts to help you build your AI agent workflows. You can find more information in the documentation.
423
423
 
424
- - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/llm-configuration/structured-outputs)
425
- - [Ending a conversation](https://docs.ag2.ai/docs/user-guide/basic-concepts/ending-a-chat)
424
+ - [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/llm-configuration/structured-outputs)
425
+ - [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/orchestration/ending-a-chat/)
426
426
  - [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
427
427
  - [Code Execution](https://docs.ag2.ai/docs/user-guide/advanced-concepts/code-execution)
428
428
  - [Tools with Secrets](https://docs.ag2.ai/docs/user-guide/basic-concepts/tools/tools-with-secrets)
@@ -0,0 +1,166 @@
1
+ pyautogen==0.8.7
2
+
3
+ [anthropic]
4
+ pyautogen[anthropic]==0.8.7
5
+
6
+ [autobuild]
7
+ pyautogen[autobuild]==0.8.7
8
+
9
+ [bedrock]
10
+ pyautogen[bedrock]==0.8.7
11
+
12
+ [blendsearch]
13
+ pyautogen[blendsearch]==0.8.7
14
+
15
+ [browser-use]
16
+ pyautogen[browser-use]==0.8.7
17
+
18
+ [captainagent]
19
+ pyautogen[captainagent]==0.8.7
20
+
21
+ [cerebras]
22
+ pyautogen[cerebras]==0.8.7
23
+
24
+ [cohere]
25
+ pyautogen[cohere]==0.8.7
26
+
27
+ [commsagent-discord]
28
+ pyautogen[commsagent-discord]==0.8.7
29
+
30
+ [commsagent-slack]
31
+ pyautogen[commsagent-slack]==0.8.7
32
+
33
+ [commsagent-telegram]
34
+ pyautogen[commsagent-telegram]==0.8.7
35
+
36
+ [cosmosdb]
37
+ pyautogen[cosmosdb]==0.8.7
38
+
39
+ [crawl4ai]
40
+ pyautogen[crawl4ai]==0.8.7
41
+
42
+ [deepseek]
43
+ pyautogen[deepseek]==0.8.7
44
+
45
+ [dev]
46
+ pyautogen[dev]==0.8.7
47
+
48
+ [docs]
49
+ pyautogen[docs]==0.8.7
50
+
51
+ [flaml]
52
+ pyautogen[flaml]==0.8.7
53
+
54
+ [gemini]
55
+ pyautogen[gemini]==0.8.7
56
+
57
+ [gemini-realtime]
58
+ pyautogen[gemini-realtime]==0.8.7
59
+
60
+ [google-api]
61
+ pyautogen[google-api]==0.8.7
62
+
63
+ [google-client]
64
+ pyautogen[google-client]==0.8.7
65
+
66
+ [google-search]
67
+ pyautogen[google-search]==0.8.7
68
+
69
+ [graph]
70
+ pyautogen[graph]==0.8.7
71
+
72
+ [graph-rag-falkor-db]
73
+ pyautogen[graph-rag-falkor-db]==0.8.7
74
+
75
+ [groq]
76
+ pyautogen[groq]==0.8.7
77
+
78
+ [interop]
79
+ pyautogen[interop]==0.8.7
80
+
81
+ [interop-crewai]
82
+ pyautogen[interop-crewai]==0.8.7
83
+
84
+ [interop-langchain]
85
+ pyautogen[interop-langchain]==0.8.7
86
+
87
+ [interop-pydantic-ai]
88
+ pyautogen[interop-pydantic-ai]==0.8.7
89
+
90
+ [jupyter-executor]
91
+ pyautogen[jupyter-executor]==0.8.7
92
+
93
+ [lint]
94
+ pyautogen[lint]==0.8.7
95
+
96
+ [lmm]
97
+ pyautogen[lmm]==0.8.7
98
+
99
+ [long-context]
100
+ pyautogen[long-context]==0.8.7
101
+
102
+ [mathchat]
103
+ pyautogen[mathchat]==0.8.7
104
+
105
+ [mcp]
106
+ pyautogen[mcp]==0.8.7
107
+
108
+ [mistral]
109
+ pyautogen[mistral]==0.8.7
110
+
111
+ [neo4j]
112
+ pyautogen[neo4j]==0.8.7
113
+
114
+ [ollama]
115
+ pyautogen[ollama]==0.8.7
116
+
117
+ [openai]
118
+ pyautogen[openai]==0.8.7
119
+
120
+ [openai-realtime]
121
+ pyautogen[openai-realtime]==0.8.7
122
+
123
+ [rag]
124
+ pyautogen[rag]==0.8.7
125
+
126
+ [redis]
127
+ pyautogen[redis]==0.8.7
128
+
129
+ [retrievechat]
130
+ pyautogen[retrievechat]==0.8.7
131
+
132
+ [retrievechat-couchbase]
133
+ pyautogen[retrievechat-couchbase]==0.8.7
134
+
135
+ [retrievechat-mongodb]
136
+ pyautogen[retrievechat-mongodb]==0.8.7
137
+
138
+ [retrievechat-pgvector]
139
+ pyautogen[retrievechat-pgvector]==0.8.7
140
+
141
+ [retrievechat-qdrant]
142
+ pyautogen[retrievechat-qdrant]==0.8.7
143
+
144
+ [teachable]
145
+ pyautogen[teachable]==0.8.7
146
+
147
+ [test]
148
+ pyautogen[test]==0.8.7
149
+
150
+ [together]
151
+ pyautogen[together]==0.8.7
152
+
153
+ [twilio]
154
+ pyautogen[twilio]==0.8.7
155
+
156
+ [types]
157
+ pyautogen[types]==0.8.7
158
+
159
+ [websockets]
160
+ pyautogen[websockets]==0.8.7
161
+
162
+ [websurfer]
163
+ pyautogen[websurfer]==0.8.7
164
+
165
+ [wikipedia]
166
+ pyautogen[wikipedia]==0.8.7
@@ -1,166 +0,0 @@
1
- pyautogen==0.8.6beta0
2
-
3
- [anthropic]
4
- pyautogen[anthropic]==0.8.6beta0
5
-
6
- [autobuild]
7
- pyautogen[autobuild]==0.8.6beta0
8
-
9
- [bedrock]
10
- pyautogen[bedrock]==0.8.6beta0
11
-
12
- [blendsearch]
13
- pyautogen[blendsearch]==0.8.6beta0
14
-
15
- [browser-use]
16
- pyautogen[browser-use]==0.8.6beta0
17
-
18
- [captainagent]
19
- pyautogen[captainagent]==0.8.6beta0
20
-
21
- [cerebras]
22
- pyautogen[cerebras]==0.8.6beta0
23
-
24
- [cohere]
25
- pyautogen[cohere]==0.8.6beta0
26
-
27
- [commsagent-discord]
28
- pyautogen[commsagent-discord]==0.8.6beta0
29
-
30
- [commsagent-slack]
31
- pyautogen[commsagent-slack]==0.8.6beta0
32
-
33
- [commsagent-telegram]
34
- pyautogen[commsagent-telegram]==0.8.6beta0
35
-
36
- [cosmosdb]
37
- pyautogen[cosmosdb]==0.8.6beta0
38
-
39
- [crawl4ai]
40
- pyautogen[crawl4ai]==0.8.6beta0
41
-
42
- [deepseek]
43
- pyautogen[deepseek]==0.8.6beta0
44
-
45
- [dev]
46
- pyautogen[dev]==0.8.6beta0
47
-
48
- [docs]
49
- pyautogen[docs]==0.8.6beta0
50
-
51
- [flaml]
52
- pyautogen[flaml]==0.8.6beta0
53
-
54
- [gemini]
55
- pyautogen[gemini]==0.8.6beta0
56
-
57
- [gemini-realtime]
58
- pyautogen[gemini-realtime]==0.8.6beta0
59
-
60
- [google-api]
61
- pyautogen[google-api]==0.8.6beta0
62
-
63
- [google-client]
64
- pyautogen[google-client]==0.8.6beta0
65
-
66
- [google-search]
67
- pyautogen[google-search]==0.8.6beta0
68
-
69
- [graph]
70
- pyautogen[graph]==0.8.6beta0
71
-
72
- [graph-rag-falkor-db]
73
- pyautogen[graph-rag-falkor-db]==0.8.6beta0
74
-
75
- [groq]
76
- pyautogen[groq]==0.8.6beta0
77
-
78
- [interop]
79
- pyautogen[interop]==0.8.6beta0
80
-
81
- [interop-crewai]
82
- pyautogen[interop-crewai]==0.8.6beta0
83
-
84
- [interop-langchain]
85
- pyautogen[interop-langchain]==0.8.6beta0
86
-
87
- [interop-pydantic-ai]
88
- pyautogen[interop-pydantic-ai]==0.8.6beta0
89
-
90
- [jupyter-executor]
91
- pyautogen[jupyter-executor]==0.8.6beta0
92
-
93
- [lint]
94
- pyautogen[lint]==0.8.6beta0
95
-
96
- [lmm]
97
- pyautogen[lmm]==0.8.6beta0
98
-
99
- [long-context]
100
- pyautogen[long-context]==0.8.6beta0
101
-
102
- [mathchat]
103
- pyautogen[mathchat]==0.8.6beta0
104
-
105
- [mcp]
106
- pyautogen[mcp]==0.8.6beta0
107
-
108
- [mistral]
109
- pyautogen[mistral]==0.8.6beta0
110
-
111
- [neo4j]
112
- pyautogen[neo4j]==0.8.6beta0
113
-
114
- [ollama]
115
- pyautogen[ollama]==0.8.6beta0
116
-
117
- [openai]
118
- pyautogen[openai]==0.8.6beta0
119
-
120
- [openai-realtime]
121
- pyautogen[openai-realtime]==0.8.6beta0
122
-
123
- [rag]
124
- pyautogen[rag]==0.8.6beta0
125
-
126
- [redis]
127
- pyautogen[redis]==0.8.6beta0
128
-
129
- [retrievechat]
130
- pyautogen[retrievechat]==0.8.6beta0
131
-
132
- [retrievechat-couchbase]
133
- pyautogen[retrievechat-couchbase]==0.8.6beta0
134
-
135
- [retrievechat-mongodb]
136
- pyautogen[retrievechat-mongodb]==0.8.6beta0
137
-
138
- [retrievechat-pgvector]
139
- pyautogen[retrievechat-pgvector]==0.8.6beta0
140
-
141
- [retrievechat-qdrant]
142
- pyautogen[retrievechat-qdrant]==0.8.6beta0
143
-
144
- [teachable]
145
- pyautogen[teachable]==0.8.6beta0
146
-
147
- [test]
148
- pyautogen[test]==0.8.6beta0
149
-
150
- [together]
151
- pyautogen[together]==0.8.6beta0
152
-
153
- [twilio]
154
- pyautogen[twilio]==0.8.6beta0
155
-
156
- [types]
157
- pyautogen[types]==0.8.6beta0
158
-
159
- [websockets]
160
- pyautogen[websockets]==0.8.6beta0
161
-
162
- [websurfer]
163
- pyautogen[websurfer]==0.8.6beta0
164
-
165
- [wikipedia]
166
- pyautogen[wikipedia]==0.8.6beta0
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