ag2 0.9__py3-none-any.whl → 0.9a0__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.9.dist-info → ag2-0.9a0.dist-info}/METADATA +60 -58
- ag2-0.9a0.dist-info/RECORD +6 -0
- ag2-0.9.dist-info/RECORD +0 -6
- {ag2-0.9.dist-info → ag2-0.9a0.dist-info}/LICENSE +0 -0
- {ag2-0.9.dist-info → ag2-0.9a0.dist-info}/NOTICE.md +0 -0
- {ag2-0.9.dist-info → ag2-0.9a0.dist-info}/WHEEL +0 -0
- {ag2-0.9.dist-info → ag2-0.9a0.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.9a0
|
|
4
4
|
Summary: Alias package for pyautogen
|
|
5
5
|
Home-page: https://github.com/ag2ai/ag2
|
|
6
6
|
Author: Chi Wang & Qingyun Wu
|
|
@@ -14,117 +14,119 @@ 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.9alpha0
|
|
18
18
|
Provides-Extra: anthropic
|
|
19
|
-
Requires-Dist: pyautogen[anthropic]==0.
|
|
19
|
+
Requires-Dist: pyautogen[anthropic]==0.9alpha0; extra == "anthropic"
|
|
20
20
|
Provides-Extra: autobuild
|
|
21
|
-
Requires-Dist: pyautogen[autobuild]==0.
|
|
21
|
+
Requires-Dist: pyautogen[autobuild]==0.9alpha0; extra == "autobuild"
|
|
22
22
|
Provides-Extra: bedrock
|
|
23
|
-
Requires-Dist: pyautogen[bedrock]==0.
|
|
23
|
+
Requires-Dist: pyautogen[bedrock]==0.9alpha0; extra == "bedrock"
|
|
24
24
|
Provides-Extra: blendsearch
|
|
25
|
-
Requires-Dist: pyautogen[blendsearch]==0.
|
|
25
|
+
Requires-Dist: pyautogen[blendsearch]==0.9alpha0; extra == "blendsearch"
|
|
26
26
|
Provides-Extra: browser-use
|
|
27
|
-
Requires-Dist: pyautogen[browser-use]==0.
|
|
27
|
+
Requires-Dist: pyautogen[browser-use]==0.9alpha0; extra == "browser-use"
|
|
28
28
|
Provides-Extra: captainagent
|
|
29
|
-
Requires-Dist: pyautogen[captainagent]==0.
|
|
29
|
+
Requires-Dist: pyautogen[captainagent]==0.9alpha0; extra == "captainagent"
|
|
30
30
|
Provides-Extra: cerebras
|
|
31
|
-
Requires-Dist: pyautogen[cerebras]==0.
|
|
31
|
+
Requires-Dist: pyautogen[cerebras]==0.9alpha0; extra == "cerebras"
|
|
32
32
|
Provides-Extra: cohere
|
|
33
|
-
Requires-Dist: pyautogen[cohere]==0.
|
|
33
|
+
Requires-Dist: pyautogen[cohere]==0.9alpha0; extra == "cohere"
|
|
34
34
|
Provides-Extra: commsagent-discord
|
|
35
|
-
Requires-Dist: pyautogen[commsagent-discord]==0.
|
|
35
|
+
Requires-Dist: pyautogen[commsagent-discord]==0.9alpha0; extra == "commsagent-discord"
|
|
36
36
|
Provides-Extra: commsagent-slack
|
|
37
|
-
Requires-Dist: pyautogen[commsagent-slack]==0.
|
|
37
|
+
Requires-Dist: pyautogen[commsagent-slack]==0.9alpha0; extra == "commsagent-slack"
|
|
38
38
|
Provides-Extra: commsagent-telegram
|
|
39
|
-
Requires-Dist: pyautogen[commsagent-telegram]==0.
|
|
39
|
+
Requires-Dist: pyautogen[commsagent-telegram]==0.9alpha0; extra == "commsagent-telegram"
|
|
40
40
|
Provides-Extra: cosmosdb
|
|
41
|
-
Requires-Dist: pyautogen[cosmosdb]==0.
|
|
41
|
+
Requires-Dist: pyautogen[cosmosdb]==0.9alpha0; extra == "cosmosdb"
|
|
42
42
|
Provides-Extra: crawl4ai
|
|
43
|
-
Requires-Dist: pyautogen[crawl4ai]==0.
|
|
43
|
+
Requires-Dist: pyautogen[crawl4ai]==0.9alpha0; extra == "crawl4ai"
|
|
44
44
|
Provides-Extra: deepseek
|
|
45
|
-
Requires-Dist: pyautogen[deepseek]==0.
|
|
45
|
+
Requires-Dist: pyautogen[deepseek]==0.9alpha0; extra == "deepseek"
|
|
46
46
|
Provides-Extra: dev
|
|
47
|
-
Requires-Dist: pyautogen[dev]==0.
|
|
47
|
+
Requires-Dist: pyautogen[dev]==0.9alpha0; extra == "dev"
|
|
48
48
|
Provides-Extra: docs
|
|
49
|
-
Requires-Dist: pyautogen[docs]==0.
|
|
49
|
+
Requires-Dist: pyautogen[docs]==0.9alpha0; extra == "docs"
|
|
50
50
|
Provides-Extra: flaml
|
|
51
|
-
Requires-Dist: pyautogen[flaml]==0.
|
|
51
|
+
Requires-Dist: pyautogen[flaml]==0.9alpha0; extra == "flaml"
|
|
52
52
|
Provides-Extra: gemini
|
|
53
|
-
Requires-Dist: pyautogen[gemini]==0.
|
|
53
|
+
Requires-Dist: pyautogen[gemini]==0.9alpha0; extra == "gemini"
|
|
54
54
|
Provides-Extra: gemini-realtime
|
|
55
|
-
Requires-Dist: pyautogen[gemini-realtime]==0.
|
|
55
|
+
Requires-Dist: pyautogen[gemini-realtime]==0.9alpha0; extra == "gemini-realtime"
|
|
56
56
|
Provides-Extra: google-api
|
|
57
|
-
Requires-Dist: pyautogen[google-api]==0.
|
|
57
|
+
Requires-Dist: pyautogen[google-api]==0.9alpha0; extra == "google-api"
|
|
58
58
|
Provides-Extra: google-client
|
|
59
|
-
Requires-Dist: pyautogen[google-client]==0.
|
|
59
|
+
Requires-Dist: pyautogen[google-client]==0.9alpha0; extra == "google-client"
|
|
60
60
|
Provides-Extra: google-search
|
|
61
|
-
Requires-Dist: pyautogen[google-search]==0.
|
|
61
|
+
Requires-Dist: pyautogen[google-search]==0.9alpha0; extra == "google-search"
|
|
62
62
|
Provides-Extra: graph
|
|
63
|
-
Requires-Dist: pyautogen[graph]==0.
|
|
63
|
+
Requires-Dist: pyautogen[graph]==0.9alpha0; extra == "graph"
|
|
64
64
|
Provides-Extra: graph-rag-falkor-db
|
|
65
|
-
Requires-Dist: pyautogen[graph-rag-falkor-db]==0.
|
|
65
|
+
Requires-Dist: pyautogen[graph-rag-falkor-db]==0.9alpha0; extra == "graph-rag-falkor-db"
|
|
66
66
|
Provides-Extra: groq
|
|
67
|
-
Requires-Dist: pyautogen[groq]==0.
|
|
67
|
+
Requires-Dist: pyautogen[groq]==0.9alpha0; extra == "groq"
|
|
68
68
|
Provides-Extra: interop
|
|
69
|
-
Requires-Dist: pyautogen[interop]==0.
|
|
69
|
+
Requires-Dist: pyautogen[interop]==0.9alpha0; extra == "interop"
|
|
70
70
|
Provides-Extra: interop-crewai
|
|
71
|
-
Requires-Dist: pyautogen[interop-crewai]==0.
|
|
71
|
+
Requires-Dist: pyautogen[interop-crewai]==0.9alpha0; extra == "interop-crewai"
|
|
72
72
|
Provides-Extra: interop-langchain
|
|
73
|
-
Requires-Dist: pyautogen[interop-langchain]==0.
|
|
73
|
+
Requires-Dist: pyautogen[interop-langchain]==0.9alpha0; extra == "interop-langchain"
|
|
74
74
|
Provides-Extra: interop-pydantic-ai
|
|
75
|
-
Requires-Dist: pyautogen[interop-pydantic-ai]==0.
|
|
75
|
+
Requires-Dist: pyautogen[interop-pydantic-ai]==0.9alpha0; extra == "interop-pydantic-ai"
|
|
76
76
|
Provides-Extra: jupyter-executor
|
|
77
|
-
Requires-Dist: pyautogen[jupyter-executor]==0.
|
|
77
|
+
Requires-Dist: pyautogen[jupyter-executor]==0.9alpha0; extra == "jupyter-executor"
|
|
78
78
|
Provides-Extra: lint
|
|
79
|
-
Requires-Dist: pyautogen[lint]==0.
|
|
79
|
+
Requires-Dist: pyautogen[lint]==0.9alpha0; extra == "lint"
|
|
80
80
|
Provides-Extra: lmm
|
|
81
|
-
Requires-Dist: pyautogen[lmm]==0.
|
|
81
|
+
Requires-Dist: pyautogen[lmm]==0.9alpha0; extra == "lmm"
|
|
82
82
|
Provides-Extra: long-context
|
|
83
|
-
Requires-Dist: pyautogen[long-context]==0.
|
|
83
|
+
Requires-Dist: pyautogen[long-context]==0.9alpha0; extra == "long-context"
|
|
84
84
|
Provides-Extra: mathchat
|
|
85
|
-
Requires-Dist: pyautogen[mathchat]==0.
|
|
85
|
+
Requires-Dist: pyautogen[mathchat]==0.9alpha0; extra == "mathchat"
|
|
86
86
|
Provides-Extra: mcp
|
|
87
|
-
Requires-Dist: pyautogen[mcp]==0.
|
|
87
|
+
Requires-Dist: pyautogen[mcp]==0.9alpha0; extra == "mcp"
|
|
88
|
+
Provides-Extra: mcp-proxy-gen
|
|
89
|
+
Requires-Dist: pyautogen[mcp-proxy-gen]==0.9alpha0; extra == "mcp-proxy-gen"
|
|
88
90
|
Provides-Extra: mistral
|
|
89
|
-
Requires-Dist: pyautogen[mistral]==0.
|
|
91
|
+
Requires-Dist: pyautogen[mistral]==0.9alpha0; extra == "mistral"
|
|
90
92
|
Provides-Extra: neo4j
|
|
91
|
-
Requires-Dist: pyautogen[neo4j]==0.
|
|
93
|
+
Requires-Dist: pyautogen[neo4j]==0.9alpha0; extra == "neo4j"
|
|
92
94
|
Provides-Extra: ollama
|
|
93
|
-
Requires-Dist: pyautogen[ollama]==0.
|
|
95
|
+
Requires-Dist: pyautogen[ollama]==0.9alpha0; extra == "ollama"
|
|
94
96
|
Provides-Extra: openai
|
|
95
|
-
Requires-Dist: pyautogen[openai]==0.
|
|
97
|
+
Requires-Dist: pyautogen[openai]==0.9alpha0; extra == "openai"
|
|
96
98
|
Provides-Extra: openai-realtime
|
|
97
|
-
Requires-Dist: pyautogen[openai-realtime]==0.
|
|
99
|
+
Requires-Dist: pyautogen[openai-realtime]==0.9alpha0; extra == "openai-realtime"
|
|
98
100
|
Provides-Extra: rag
|
|
99
|
-
Requires-Dist: pyautogen[rag]==0.
|
|
101
|
+
Requires-Dist: pyautogen[rag]==0.9alpha0; extra == "rag"
|
|
100
102
|
Provides-Extra: redis
|
|
101
|
-
Requires-Dist: pyautogen[redis]==0.
|
|
103
|
+
Requires-Dist: pyautogen[redis]==0.9alpha0; extra == "redis"
|
|
102
104
|
Provides-Extra: retrievechat
|
|
103
|
-
Requires-Dist: pyautogen[retrievechat]==0.
|
|
105
|
+
Requires-Dist: pyautogen[retrievechat]==0.9alpha0; extra == "retrievechat"
|
|
104
106
|
Provides-Extra: retrievechat-couchbase
|
|
105
|
-
Requires-Dist: pyautogen[retrievechat-couchbase]==0.
|
|
107
|
+
Requires-Dist: pyautogen[retrievechat-couchbase]==0.9alpha0; extra == "retrievechat-couchbase"
|
|
106
108
|
Provides-Extra: retrievechat-mongodb
|
|
107
|
-
Requires-Dist: pyautogen[retrievechat-mongodb]==0.
|
|
109
|
+
Requires-Dist: pyautogen[retrievechat-mongodb]==0.9alpha0; extra == "retrievechat-mongodb"
|
|
108
110
|
Provides-Extra: retrievechat-pgvector
|
|
109
|
-
Requires-Dist: pyautogen[retrievechat-pgvector]==0.
|
|
111
|
+
Requires-Dist: pyautogen[retrievechat-pgvector]==0.9alpha0; extra == "retrievechat-pgvector"
|
|
110
112
|
Provides-Extra: retrievechat-qdrant
|
|
111
|
-
Requires-Dist: pyautogen[retrievechat-qdrant]==0.
|
|
113
|
+
Requires-Dist: pyautogen[retrievechat-qdrant]==0.9alpha0; extra == "retrievechat-qdrant"
|
|
112
114
|
Provides-Extra: teachable
|
|
113
|
-
Requires-Dist: pyautogen[teachable]==0.
|
|
115
|
+
Requires-Dist: pyautogen[teachable]==0.9alpha0; extra == "teachable"
|
|
114
116
|
Provides-Extra: test
|
|
115
|
-
Requires-Dist: pyautogen[test]==0.
|
|
117
|
+
Requires-Dist: pyautogen[test]==0.9alpha0; extra == "test"
|
|
116
118
|
Provides-Extra: together
|
|
117
|
-
Requires-Dist: pyautogen[together]==0.
|
|
119
|
+
Requires-Dist: pyautogen[together]==0.9alpha0; extra == "together"
|
|
118
120
|
Provides-Extra: twilio
|
|
119
|
-
Requires-Dist: pyautogen[twilio]==0.
|
|
121
|
+
Requires-Dist: pyautogen[twilio]==0.9alpha0; extra == "twilio"
|
|
120
122
|
Provides-Extra: types
|
|
121
|
-
Requires-Dist: pyautogen[types]==0.
|
|
123
|
+
Requires-Dist: pyautogen[types]==0.9alpha0; extra == "types"
|
|
122
124
|
Provides-Extra: websockets
|
|
123
|
-
Requires-Dist: pyautogen[websockets]==0.
|
|
125
|
+
Requires-Dist: pyautogen[websockets]==0.9alpha0; extra == "websockets"
|
|
124
126
|
Provides-Extra: websurfer
|
|
125
|
-
Requires-Dist: pyautogen[websurfer]==0.
|
|
127
|
+
Requires-Dist: pyautogen[websurfer]==0.9alpha0; extra == "websurfer"
|
|
126
128
|
Provides-Extra: wikipedia
|
|
127
|
-
Requires-Dist: pyautogen[wikipedia]==0.
|
|
129
|
+
Requires-Dist: pyautogen[wikipedia]==0.9alpha0; extra == "wikipedia"
|
|
128
130
|
|
|
129
131
|
<a name="readme-top"></a>
|
|
130
132
|
|
|
@@ -478,7 +480,7 @@ print(chat_result.chat_history[-1]["content"])
|
|
|
478
480
|
AG2 supports more advanced concepts to help you build your AI agent workflows. You can find more information in the documentation.
|
|
479
481
|
|
|
480
482
|
- [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/structured-outputs)
|
|
481
|
-
- [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/
|
|
483
|
+
- [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/ending-a-chat/)
|
|
482
484
|
- [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
|
|
483
485
|
- [Code Execution](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/code-execution)
|
|
484
486
|
- [Tools with Secrets](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/introducing-tools/tools-with-secrets)
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
ag2-0.9a0.dist-info/LICENSE,sha256=GEFQVNayAR-S_rQD5l8hPdgvgyktVdy4Bx5-v90IfRI,11384
|
|
2
|
+
ag2-0.9a0.dist-info/METADATA,sha256=_ygkxxPktSPOmORW3iEJ4T9uzSphUsJ3GwE7C7pZJlg,24820
|
|
3
|
+
ag2-0.9a0.dist-info/NOTICE.md,sha256=07iCPQGbth4pQrgkSgZinJGT5nXddkZ6_MGYcBd2oiY,1134
|
|
4
|
+
ag2-0.9a0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
5
|
+
ag2-0.9a0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
+
ag2-0.9a0.dist-info/RECORD,,
|
ag2-0.9.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
ag2-0.9.dist-info/LICENSE,sha256=GEFQVNayAR-S_rQD5l8hPdgvgyktVdy4Bx5-v90IfRI,11384
|
|
2
|
-
ag2-0.9.dist-info/METADATA,sha256=EGcXkzQCWFGNk23smMEsyId5BEKiC3F7-y-OK-sDL2c,24372
|
|
3
|
-
ag2-0.9.dist-info/NOTICE.md,sha256=07iCPQGbth4pQrgkSgZinJGT5nXddkZ6_MGYcBd2oiY,1134
|
|
4
|
-
ag2-0.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
5
|
-
ag2-0.9.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
-
ag2-0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|