aiqtoolkit 1.2.0a20250519__py3-none-any.whl → 1.2.0a20250521__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 aiqtoolkit might be problematic. Click here for more details.
- aiq/meta/pypi.md +9 -9
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/METADATA +12 -10
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/RECORD +8 -8
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/WHEEL +1 -1
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/entry_points.txt +0 -0
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/licenses/LICENSE.md +0 -0
- {aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/top_level.txt +0 -0
aiq/meta/pypi.md
CHANGED
|
@@ -23,19 +23,19 @@ AIQ toolkit is a flexible library designed to seamlessly integrate your enterpri
|
|
|
23
23
|
|
|
24
24
|
## Key Features
|
|
25
25
|
|
|
26
|
-
- [**Framework Agnostic:**](https://docs.nvidia.com/aiqtoolkit/
|
|
27
|
-
- [**Reusability:**](https://docs.nvidia.com/aiqtoolkit/
|
|
28
|
-
- [**Rapid Development:**](https://docs.nvidia.com/aiqtoolkit/
|
|
29
|
-
- [**Profiling:**](https://docs.nvidia.com/aiqtoolkit/
|
|
30
|
-
- [**Observability:**](https://docs.nvidia.com/aiqtoolkit/
|
|
31
|
-
- [**Evaluation System:**](https://docs.nvidia.com/aiqtoolkit/
|
|
32
|
-
- [**User Interface:**](https://docs.nvidia.com/aiqtoolkit/
|
|
33
|
-
- [**MCP Compatibility**](https://docs.nvidia.com/aiqtoolkit/
|
|
26
|
+
- [**Framework Agnostic:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/extend/plugins.html) Works with any agentic framework, so you can use your current technology stack without replatforming.
|
|
27
|
+
- [**Reusability:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/extend/sharing-components.html) Every agent, tool, or workflow can be combined and repurposed, allowing developers to leverage existing work in new scenarios.
|
|
28
|
+
- [**Rapid Development:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/tutorials/index.html) Start with a pre-built agent, tool, or workflow, and customize it to your needs.
|
|
29
|
+
- [**Profiling:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/profiler.html) Profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks.
|
|
30
|
+
- [**Observability:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-phoenix.html) Monitor and debug your workflows with any OpenTelemetry-compatible observability tool, with examples using [Phoenix](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-phoenix.html) and [W&B Weave](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-weave.html).
|
|
31
|
+
- [**Evaluation System:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/evaluate.html) Validate and maintain accuracy of agentic workflows with built-in evaluation tools.
|
|
32
|
+
- [**User Interface:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/quick-start/launching-ui.html) Use the AIQ toolkit UI chat interface to interact with your agents, visualize output, and debug workflows.
|
|
33
|
+
- [**MCP Compatibility**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/mcp/mcp-client.html) Compatible with Model Context Protocol (MCP), allowing tools served by MCP Servers to be used as AIQ toolkit functions.
|
|
34
34
|
|
|
35
35
|
With AIQ toolkit, you can move quickly, experiment freely, and ensure reliability across all your agent-driven projects.
|
|
36
36
|
|
|
37
37
|
## Links
|
|
38
|
-
* [Documentation](https://docs.nvidia.com/aiqtoolkit/
|
|
38
|
+
* [Documentation](https://docs.nvidia.com/aiqtoolkit/1.1.0/index.html): Explore the full documentation for AIQ toolkit.
|
|
39
39
|
|
|
40
40
|
## First time user?
|
|
41
41
|
If this is your first time using AIQ toolkit, it is recommended to install the latest version from the [source repository](https://github.com/NVIDIA/AIQToolkit?tab=readme-ov-file#quick-start) on GitHub. This package is intended for users who are familiar with AIQ toolkit applications and need to add AIQ toolkit as a dependency to their project.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiqtoolkit
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0a20250521
|
|
4
4
|
Summary: NVIDIA Agent Intelligence toolkit
|
|
5
5
|
Author: NVIDIA Corporation
|
|
6
6
|
Maintainer: NVIDIA Corporation
|
|
@@ -237,6 +237,8 @@ Provides-Extra: agno
|
|
|
237
237
|
Requires-Dist: aiqtoolkit-agno; extra == "agno"
|
|
238
238
|
Provides-Extra: crewai
|
|
239
239
|
Requires-Dist: aiqtoolkit-crewai; extra == "crewai"
|
|
240
|
+
Provides-Extra: ingestion
|
|
241
|
+
Requires-Dist: lxml~=5.4; extra == "ingestion"
|
|
240
242
|
Provides-Extra: langchain
|
|
241
243
|
Requires-Dist: aiqtoolkit-langchain; extra == "langchain"
|
|
242
244
|
Provides-Extra: llama-index
|
|
@@ -296,19 +298,19 @@ AIQ toolkit is a flexible library designed to seamlessly integrate your enterpri
|
|
|
296
298
|
|
|
297
299
|
## Key Features
|
|
298
300
|
|
|
299
|
-
- [**Framework Agnostic:**](https://docs.nvidia.com/aiqtoolkit/
|
|
300
|
-
- [**Reusability:**](https://docs.nvidia.com/aiqtoolkit/
|
|
301
|
-
- [**Rapid Development:**](https://docs.nvidia.com/aiqtoolkit/
|
|
302
|
-
- [**Profiling:**](https://docs.nvidia.com/aiqtoolkit/
|
|
303
|
-
- [**Observability:**](https://docs.nvidia.com/aiqtoolkit/
|
|
304
|
-
- [**Evaluation System:**](https://docs.nvidia.com/aiqtoolkit/
|
|
305
|
-
- [**User Interface:**](https://docs.nvidia.com/aiqtoolkit/
|
|
306
|
-
- [**MCP Compatibility**](https://docs.nvidia.com/aiqtoolkit/
|
|
301
|
+
- [**Framework Agnostic:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/extend/plugins.html) Works with any agentic framework, so you can use your current technology stack without replatforming.
|
|
302
|
+
- [**Reusability:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/extend/sharing-components.html) Every agent, tool, or workflow can be combined and repurposed, allowing developers to leverage existing work in new scenarios.
|
|
303
|
+
- [**Rapid Development:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/tutorials/index.html) Start with a pre-built agent, tool, or workflow, and customize it to your needs.
|
|
304
|
+
- [**Profiling:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/profiler.html) Profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks.
|
|
305
|
+
- [**Observability:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-phoenix.html) Monitor and debug your workflows with any OpenTelemetry-compatible observability tool, with examples using [Phoenix](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-phoenix.html) and [W&B Weave](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/observe/observe-workflow-with-weave.html).
|
|
306
|
+
- [**Evaluation System:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/evaluate.html) Validate and maintain accuracy of agentic workflows with built-in evaluation tools.
|
|
307
|
+
- [**User Interface:**](https://docs.nvidia.com/aiqtoolkit/1.1.0/quick-start/launching-ui.html) Use the AIQ toolkit UI chat interface to interact with your agents, visualize output, and debug workflows.
|
|
308
|
+
- [**MCP Compatibility**](https://docs.nvidia.com/aiqtoolkit/1.1.0/workflows/mcp/mcp-client.html) Compatible with Model Context Protocol (MCP), allowing tools served by MCP Servers to be used as AIQ toolkit functions.
|
|
307
309
|
|
|
308
310
|
With AIQ toolkit, you can move quickly, experiment freely, and ensure reliability across all your agent-driven projects.
|
|
309
311
|
|
|
310
312
|
## Links
|
|
311
|
-
* [Documentation](https://docs.nvidia.com/aiqtoolkit/
|
|
313
|
+
* [Documentation](https://docs.nvidia.com/aiqtoolkit/1.1.0/index.html): Explore the full documentation for AIQ toolkit.
|
|
312
314
|
|
|
313
315
|
## First time user?
|
|
314
316
|
If this is your first time using AIQ toolkit, it is recommended to install the latest version from the [source repository](https://github.com/NVIDIA/AIQToolkit?tab=readme-ov-file#quick-start) on GitHub. This package is intended for users who are familiar with AIQ toolkit applications and need to add AIQ toolkit as a dependency to their project.
|
|
@@ -171,7 +171,7 @@ aiq/memory/__init__.py,sha256=sNqiLatqyTNSBUKKgmInOvCmebkuDHRTErZaeOaE8C8,844
|
|
|
171
171
|
aiq/memory/interfaces.py,sha256=lyj1TGr3Fhibul8Y64Emj-BUEqDotmmFoVCEMqTujUA,5531
|
|
172
172
|
aiq/memory/models.py,sha256=c5dA7nKHQ4AS1_ptQZcfC_oXO495-ehocnf_qXTE6c8,4319
|
|
173
173
|
aiq/meta/module_to_distro.json,sha256=1XV7edobFrdDKvsSoynfodXg_hczUWpDrQzGkW9qqEs,28
|
|
174
|
-
aiq/meta/pypi.md,sha256=
|
|
174
|
+
aiq/meta/pypi.md,sha256=00xg08HaKfYmjanz9FyVPizKyvdiOCMxEFCt7iMOcqE,4362
|
|
175
175
|
aiq/observability/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
176
176
|
aiq/observability/async_otel_listener.py,sha256=oyDO_8XNzQqyiFe-8iJhZr3z9kWsEJEuKEoOPf7L-Bk,17667
|
|
177
177
|
aiq/observability/register.py,sha256=ZDQOaSuy9igc7nAKG7XWP2u6JanC2T8yufMWItNpPJI,4245
|
|
@@ -307,10 +307,10 @@ aiq/utils/reactive/base/observer_base.py,sha256=UAlyAY_ky4q2t0P81RVFo2Bs_R7z5Nde
|
|
|
307
307
|
aiq/utils/reactive/base/subject_base.py,sha256=Ed-AC6P7cT3qkW1EXjzbd5M9WpVoeN_9KCe3OM3FLU4,2521
|
|
308
308
|
aiq/utils/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
aiq/utils/settings/global_settings.py,sha256=U9TCLdoZsKq5qOVGjREipGVv9e-FlStzqy5zv82_VYk,7454
|
|
310
|
-
aiqtoolkit-1.2.
|
|
311
|
-
aiqtoolkit-1.2.
|
|
312
|
-
aiqtoolkit-1.2.
|
|
313
|
-
aiqtoolkit-1.2.
|
|
314
|
-
aiqtoolkit-1.2.
|
|
315
|
-
aiqtoolkit-1.2.
|
|
316
|
-
aiqtoolkit-1.2.
|
|
310
|
+
aiqtoolkit-1.2.0a20250521.dist-info/licenses/LICENSE-3rd-party.txt,sha256=8o7aySJa9CBvFshPcsRdJbczzdNyDGJ8b0J67WRUQ2k,183936
|
|
311
|
+
aiqtoolkit-1.2.0a20250521.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
312
|
+
aiqtoolkit-1.2.0a20250521.dist-info/METADATA,sha256=pg5VNGJMpgwmX_ZwqMSmeb2YOKtwjHnyVrrxSW3NTiU,20174
|
|
313
|
+
aiqtoolkit-1.2.0a20250521.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
314
|
+
aiqtoolkit-1.2.0a20250521.dist-info/entry_points.txt,sha256=gRlPfR5g21t328WNEQ4CcEz80S1sJNS8A7rMDYnzl4A,452
|
|
315
|
+
aiqtoolkit-1.2.0a20250521.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
|
|
316
|
+
aiqtoolkit-1.2.0a20250521.dist-info/RECORD,,
|
{aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{aiqtoolkit-1.2.0a20250519.dist-info → aiqtoolkit-1.2.0a20250521.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|