nvidia-nat-autogen 1.4.0a20260120__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.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: nvidia-nat-autogen
3
+ Version: 1.4.0a20260120
4
+ Summary: Subpackage for AutoGen integration in NeMo Agent toolkit
5
+ Project-URL: documentation, https://docs.nvidia.com/nemo/agent-toolkit/latest/
6
+ Project-URL: source, https://github.com/NVIDIA/NeMo-Agent-Toolkit
7
+ Keywords: ai,agents,autogen,multi-agent
8
+ Classifier: Programming Language :: Python
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Requires-Python: <3.14,>=3.11
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE-3rd-party.txt
15
+ License-File: LICENSE.md
16
+ Requires-Dist: autogen-agentchat~=0.7
17
+ Requires-Dist: autogen-core~=0.7
18
+ Requires-Dist: autogen-ext[anthropic]~=0.7
19
+ Requires-Dist: nvidia-nat==v1.4.0a20260120
20
+ Dynamic: license-file
21
+
22
+ <!--
23
+ SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
24
+ SPDX-License-Identifier: Apache-2.0
25
+
26
+ Licensed under the Apache License, Version 2.0 (the "License");
27
+ you may not use this file except in compliance with the License.
28
+ You may obtain a copy of the License at
29
+
30
+ http://www.apache.org/licenses/LICENSE-2.0
31
+
32
+ Unless required by applicable law or agreed to in writing, software
33
+ distributed under the License is distributed on an "AS IS" BASIS,
34
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
+ See the License for the specific language governing permissions and
36
+ limitations under the License.
37
+ -->
38
+
39
+ ![NVIDIA NeMo Agent Toolkit](https://media.githubusercontent.com/media/NVIDIA/NeMo-Agent-Toolkit/refs/heads/main/docs/source/_static/banner.png "NeMo Agent toolkit banner image")
40
+
41
+ # NVIDIA NeMo Agent Toolkit Subpackage
42
+ This is a subpackage for [`Microsoft AutoGen`](https://github.com/microsoft/autogen) integration in NeMo Agent toolkit.
43
+
44
+ For more information about the NVIDIA NeMo Agent toolkit, please visit the [NeMo Agent toolkit GitHub Repo](https://github.com/NVIDIA/NeMo-Agent-Toolkit).
@@ -0,0 +1,13 @@
1
+ nat/meta/pypi.md,sha256=MoXbNHTB99IivtC2Qvziz8Es45RiuPvN5Xei36ui3Cw,1165
2
+ nat/plugins/autogen/__init__.py,sha256=hiEJ2ajB5zhZuZOUHAyHfTA9w9UNhygij7hp4yfA6QE,685
3
+ nat/plugins/autogen/callback_handler.py,sha256=162bi0gCvNsqCxCCMYcA1HB2GQ08iog0fs7cWZhJBR4,26799
4
+ nat/plugins/autogen/llm.py,sha256=_hx617hp1Bs2DoQE-5SVpKUMgMbw89p__edDD9L7yG8,17897
5
+ nat/plugins/autogen/register.py,sha256=4BNW3FDNfI9Ti3DsA62l4L5xVJdamgjOx2sdduOklfk,850
6
+ nat/plugins/autogen/tool_wrapper.py,sha256=80lZcsB1jas8Ox0-LRj9QxIQ8__bbgmOw0FDU2w2218,7213
7
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
8
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/METADATA,sha256=85Sn0Ta6uNm786QzKpK2_lWUMn1tpJ0Y7XzNhnJ_ads,1994
10
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/entry_points.txt,sha256=sFYcO-OfAGW0qlJ9kTUOlGeB3FSZMOIpHGTf59ACrFY,60
12
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
+ nvidia_nat_autogen-1.4.0a20260120.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [nat.components]
2
+ nat_autogen = nat.plugins.autogen.register