unique_toolkit 0.8.53__py3-none-any.whl → 0.8.54__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.
@@ -479,7 +479,7 @@ class LoopTokenReducer:
479
479
  ]
480
480
 
481
481
  return LanguageModelToolMessage(
482
- content=str(sources),
482
+ content=json.dumps(sources),
483
483
  tool_call_id=message.tool_call_id,
484
484
  name=message.name,
485
485
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.8.53
3
+ Version: 0.8.54
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -117,6 +117,10 @@ All notable changes to this project will be documented in this file.
117
117
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
118
118
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
119
119
 
120
+ ## [0.8.54] - 2025-09-10
121
+ - HistoryManager: compute source numbering offset from prior serialized tool messages using `load_sources_from_string`
122
+ - LoopTokenReducer: serialize reduced tool messages as JSON arrays to keep offsets parsable
123
+
120
124
  ## [0.8.53] - 2025-09-09
121
125
  - Add support for skip ingestion for only excel files.
122
126
 
@@ -71,7 +71,7 @@ unique_toolkit/framework_utilities/openai/message_builder.py,sha256=VU6mJm_upLca
71
71
  unique_toolkit/framework_utilities/utils.py,sha256=JK7g2yMfEx3eMprug26769xqNpS5WJcizf8n2zWMBng,789
72
72
  unique_toolkit/history_manager/history_construction_with_contents.py,sha256=c8Zy3erSbHGT8AdICRRlSK91T_FN6tNpTznvUzpLbWk,9023
73
73
  unique_toolkit/history_manager/history_manager.py,sha256=7mdT8li4Oo-t0d1q0pCwJksdal-Y0wLzZj-YnIlJ6xQ,8350
74
- unique_toolkit/history_manager/loop_token_reducer.py,sha256=YOWgEnodXlBeQMU3rA_wc6_qFHC_1ianuAvXN5ZZez4,18451
74
+ unique_toolkit/history_manager/loop_token_reducer.py,sha256=PJlC2PQnKPMkyazN_wBsCjO3Bl0I-HJoJ_YRUCeolv0,18458
75
75
  unique_toolkit/history_manager/utils.py,sha256=iu4LsYOElx8HlZjcx3ZC75I-TmEYBiEP9q2J93Q63Mg,5606
76
76
  unique_toolkit/language_model/__init__.py,sha256=lRQyLlbwHbNFf4-0foBU13UGb09lwEeodbVsfsSgaCk,1971
77
77
  unique_toolkit/language_model/builder.py,sha256=4OKfwJfj3TrgO1ezc_ewIue6W7BCQ2ZYQXUckWVPPTA,3369
@@ -118,7 +118,7 @@ unique_toolkit/tools/utils/execution/execution.py,sha256=vjG2Y6awsGNtlvyQAGCTthQ
118
118
  unique_toolkit/tools/utils/source_handling/schema.py,sha256=vzAyf6ZWNexjMO0OrnB8y2glGkvAilmGGQXd6zcDaKw,870
119
119
  unique_toolkit/tools/utils/source_handling/source_formatting.py,sha256=C7uayNbdkNVJdEARA5CENnHtNY1SU6etlaqbgHNyxaQ,9152
120
120
  unique_toolkit/tools/utils/source_handling/tests/test_source_formatting.py,sha256=oM5ZxEgzROrnX1229KViCAFjRxl9wCTzWZoinYSHleM,6979
121
- unique_toolkit-0.8.53.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
122
- unique_toolkit-0.8.53.dist-info/METADATA,sha256=6_NNkoYJDy7415yDc09ZUc9g4mc9kdW7VffYDGYBtWk,31401
123
- unique_toolkit-0.8.53.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
124
- unique_toolkit-0.8.53.dist-info/RECORD,,
121
+ unique_toolkit-0.8.54.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
122
+ unique_toolkit-0.8.54.dist-info/METADATA,sha256=8GIXo3YgAtLsWAF_h-ItBP1OgAsWDcBa1zhUuoUp7Xw,31638
123
+ unique_toolkit-0.8.54.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
124
+ unique_toolkit-0.8.54.dist-info/RECORD,,