unique_orchestrator 1.4.1__py3-none-any.whl → 1.4.2__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 unique_orchestrator might be problematic. Click here for more details.

@@ -373,7 +373,9 @@ class UniqueAI:
373
373
  # then extract referenceable chunks and debug info
374
374
  self._history_manager.add_tool_call_results(tool_call_responses)
375
375
  self._reference_manager.extract_referenceable_chunks(tool_call_responses)
376
- self._debug_info_manager.extract_tool_debug_info(tool_call_responses)
376
+ self._debug_info_manager.extract_tool_debug_info(
377
+ tool_call_responses, self.current_iteration_index
378
+ )
377
379
 
378
380
  self._tool_took_control = self._tool_manager.does_a_tool_take_control(
379
381
  tool_calls
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_orchestrator
3
- Version: 1.4.1
3
+ Version: 1.4.2
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Andreas Hauri
@@ -19,7 +19,7 @@ Requires-Dist: unique-follow-up-questions (>=1.1.2,<2.0.0)
19
19
  Requires-Dist: unique-internal-search (>=1.0.1,<2.0.0)
20
20
  Requires-Dist: unique-sdk (>=0.10.24,<0.11.0)
21
21
  Requires-Dist: unique-stock-ticker (>=1.0.2,<2.0.0)
22
- Requires-Dist: unique-toolkit (>=1.16.0,<2.0.0)
22
+ Requires-Dist: unique-toolkit (>=1.16.1,<2.0.0)
23
23
  Requires-Dist: unique-web-search (>=1.3.1,<2.0.0)
24
24
  Description-Content-Type: text/markdown
25
25
 
@@ -33,6 +33,9 @@ All notable changes to this project will be documented in this file.
33
33
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
34
34
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
35
35
 
36
+ ## [1.4.2] - 2025-10-16
37
+ - Update debug info for better tool call tracking
38
+
36
39
  ## [1.4.1] - 2025-10-16
37
40
  - Temporarily make open ai env vars configurable
38
41
 
@@ -3,9 +3,9 @@ unique_orchestrator/prompts/generic_reference_prompt.jinja2,sha256=fYPaiE-N1gSoO
3
3
  unique_orchestrator/prompts/system_prompt.jinja2,sha256=YXFdx3PG2p4TKfjEpz7guIw2GaKoY-4zRMEzXaKhHXE,7213
4
4
  unique_orchestrator/prompts/user_message_prompt.jinja2,sha256=BQokpBh3H2J-rFk8i-PRph3jy4T1gAJPPb1mxxRWNuM,878
5
5
  unique_orchestrator/tests/test_unique_ai_reference_order.py,sha256=8mZeVP1k8neH4qrFW3oa3zwIdaq2c7R1VvurC7kjBU8,4445
6
- unique_orchestrator/unique_ai.py,sha256=7jnFkWbjm4musN7LTK03Ewwny9de_HrQ1kpcXzLeFfo,18793
6
+ unique_orchestrator/unique_ai.py,sha256=PqeDaXtr2krqQ_xqhr1Kb9j0A3rPaCT0BqIvnJlFVbU,18845
7
7
  unique_orchestrator/unique_ai_builder.py,sha256=dMAGa2BlEfQpkW9DCIp981IEKBsURBG1iF19A2n_hQo,15974
8
- unique_orchestrator-1.4.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
9
- unique_orchestrator-1.4.1.dist-info/METADATA,sha256=36H5Xslzv6dm9N-7QpcB8vcW26K68y7m3zG_n3ApRu4,2703
10
- unique_orchestrator-1.4.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
- unique_orchestrator-1.4.1.dist-info/RECORD,,
8
+ unique_orchestrator-1.4.2.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
9
+ unique_orchestrator-1.4.2.dist-info/METADATA,sha256=mKva7R_P8jBH3EFxQjYIYAuXpGBQi7pfD1T_rYcawaU,2778
10
+ unique_orchestrator-1.4.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
+ unique_orchestrator-1.4.2.dist-info/RECORD,,