aiqtoolkit 1.1.0a20250504__py3-none-any.whl → 1.1.0rc1__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/runtime/session.py CHANGED
@@ -123,7 +123,11 @@ class AIQSessionManager:
123
123
  def set_request_attributes(self, request: Request) -> None:
124
124
  """
125
125
  Extracts and sets request attributes from an HTTP request.
126
+ If request is None, no attributes are set.
126
127
  """
128
+ if request is None:
129
+ return
130
+
127
131
  self._context.metadata._request.method = request.method
128
132
  self._context.metadata._request.url_path = request.url.path
129
133
  self._context.metadata._request.url_port = request.url.port
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiqtoolkit
3
- Version: 1.1.0a20250504
3
+ Version: 1.1.0rc1
4
4
  Summary: Agent Intelligence Toolkit (AIQ Toolkit)
5
5
  Author: NVIDIA Corporation
6
6
  Maintainer: NVIDIA Corporation
@@ -254,6 +254,7 @@ Requires-Dist: aiqtoolkit-weave; extra == "weave"
254
254
  Provides-Extra: zep-cloud
255
255
  Requires-Dist: aiqtoolkit-zep-cloud; extra == "zep-cloud"
256
256
  Provides-Extra: examples
257
+ Requires-Dist: aiq_alert_triage_agent; extra == "examples"
257
258
  Requires-Dist: aiq_email_phishing_analyzer; extra == "examples"
258
259
  Requires-Dist: aiq_multi_frameworks; extra == "examples"
259
260
  Requires-Dist: aiq_plot_charts; extra == "examples"
@@ -263,6 +264,7 @@ Requires-Dist: aiq_simple; extra == "examples"
263
264
  Requires-Dist: aiq_swe_bench; extra == "examples"
264
265
  Requires-Dist: aiq_automated_description_generation; extra == "examples"
265
266
  Requires-Dist: aiq_agno_personal_finance; extra == "examples"
267
+ Requires-Dist: aiq_profiler_agent; extra == "examples"
266
268
  Provides-Extra: profiling
267
269
  Requires-Dist: matplotlib~=3.9; extra == "profiling"
268
270
  Requires-Dist: prefixspan~=0.5.2; extra == "profiling"
@@ -245,7 +245,7 @@ aiq/retriever/nemo_retriever/retriever.py,sha256=IvScUr9XuDLiMR__I3QsboLaM52N5D5
245
245
  aiq/runtime/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
246
246
  aiq/runtime/loader.py,sha256=jw_ZPM1vBJkyDtuXeyx42ACpu3EyXeimbo3Fb6k9-gM,6811
247
247
  aiq/runtime/runner.py,sha256=WUAiliqI5Se9OgRmimpeFdrl38d9gRTJQ8uf59lvk7U,5836
248
- aiq/runtime/session.py,sha256=ITKEJlRHzYUEzmqnXjy0fGQJlUE49-kjiEUfTJHAD4Y,4940
248
+ aiq/runtime/session.py,sha256=Hd92_MjYkPNdjbuoxQVV5EOJ0d_X2re449O6XHDlJZI,5039
249
249
  aiq/runtime/user_metadata.py,sha256=d7K5CFdOvaXpP2NCUIFBY2lHxB1FnjqV4yOlT4C7fuU,3697
250
250
  aiq/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
251
251
  aiq/settings/global_settings.py,sha256=Utm7GEiZTYTBZsxJt2TLp4bNWWMscU4b47MAEJehIrU,12036
@@ -305,10 +305,10 @@ aiq/utils/reactive/base/observer_base.py,sha256=UAlyAY_ky4q2t0P81RVFo2Bs_R7z5Nde
305
305
  aiq/utils/reactive/base/subject_base.py,sha256=Ed-AC6P7cT3qkW1EXjzbd5M9WpVoeN_9KCe3OM3FLU4,2521
306
306
  aiq/utils/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
307
307
  aiq/utils/settings/global_settings.py,sha256=U9TCLdoZsKq5qOVGjREipGVv9e-FlStzqy5zv82_VYk,7454
308
- aiqtoolkit-1.1.0a20250504.dist-info/licenses/LICENSE-3rd-party.txt,sha256=8o7aySJa9CBvFshPcsRdJbczzdNyDGJ8b0J67WRUQ2k,183936
309
- aiqtoolkit-1.1.0a20250504.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
310
- aiqtoolkit-1.1.0a20250504.dist-info/METADATA,sha256=qwmXwT0r1hZdWN0wSJIz-HdnOJvDUWV1JEQC-nJ1ERw,20024
311
- aiqtoolkit-1.1.0a20250504.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
312
- aiqtoolkit-1.1.0a20250504.dist-info/entry_points.txt,sha256=gRlPfR5g21t328WNEQ4CcEz80S1sJNS8A7rMDYnzl4A,452
313
- aiqtoolkit-1.1.0a20250504.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
314
- aiqtoolkit-1.1.0a20250504.dist-info/RECORD,,
308
+ aiqtoolkit-1.1.0rc1.dist-info/licenses/LICENSE-3rd-party.txt,sha256=8o7aySJa9CBvFshPcsRdJbczzdNyDGJ8b0J67WRUQ2k,183936
309
+ aiqtoolkit-1.1.0rc1.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
310
+ aiqtoolkit-1.1.0rc1.dist-info/METADATA,sha256=L6nqvLQoUMRV0jjfk_p4E5SExTm_ESY6RF_LqcCGKwg,20132
311
+ aiqtoolkit-1.1.0rc1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
312
+ aiqtoolkit-1.1.0rc1.dist-info/entry_points.txt,sha256=gRlPfR5g21t328WNEQ4CcEz80S1sJNS8A7rMDYnzl4A,452
313
+ aiqtoolkit-1.1.0rc1.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
314
+ aiqtoolkit-1.1.0rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5