unique_toolkit 1.8.0__py3-none-any.whl → 1.8.1__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.
@@ -1,6 +1,6 @@
1
1
  from pathlib import Path
2
2
 
3
- from pydantic import BaseModel, Field
3
+ from pydantic import AliasChoices, BaseModel, Field
4
4
 
5
5
  from unique_toolkit._common.default_language_model import DEFAULT_GPT_4o
6
6
  from unique_toolkit._common.pydantic_helpers import get_configuration_dict
@@ -47,4 +47,9 @@ class SubAgentEvaluationConfig(BaseModel):
47
47
  include_evaluation: bool = Field(
48
48
  default=True,
49
49
  description="Whether to include the evaluation in the response.",
50
+ validation_alias=AliasChoices(
51
+ "includeEvaluation",
52
+ "displayEvalution", # typo in old config name
53
+ "display_evalution",
54
+ ),
50
55
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.8.0
3
+ Version: 1.8.1
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -118,6 +118,9 @@ All notable changes to this project will be documented in this file.
118
118
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
119
119
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
120
120
 
121
+ ## [1.8.1] - 2026-10-03
122
+ - Fix bug where sub agent evaluation config variable `include_evaluation` did not include aliases for previous names.
123
+
121
124
  ## [1.8.0] - 2026-10-03
122
125
  - Sub Agents now block when executing the same sub-agent multiple times with `reuse_chat` set to `True`.
123
126
  - Sub Agents tool, evaluation and post-processing refactored and tests added.
@@ -54,7 +54,7 @@ unique_toolkit/agentic/tools/a2a/__init__.py,sha256=QG1fq2mXq8VViG9cV6KbSd9sS0Xq
54
54
  unique_toolkit/agentic/tools/a2a/config.py,sha256=6diTTSiS2prY294LfYozB-db2wmJ6jv1hAr2leRY-xk,768
55
55
  unique_toolkit/agentic/tools/a2a/evaluation/__init__.py,sha256=_cR8uBwLbG7lyXoRskTpItzacgs4n23e2LeqClrytuc,354
56
56
  unique_toolkit/agentic/tools/a2a/evaluation/_utils.py,sha256=GtcPAMWkwGwJ--hBxn35ow9jN0VKYx8h2qMUXR8DCho,1877
57
- unique_toolkit/agentic/tools/a2a/evaluation/config.py,sha256=idOOFUOtxlgeJ3DjsNwvRHAKoB69Iu59z0X_DGfet0I,2159
57
+ unique_toolkit/agentic/tools/a2a/evaluation/config.py,sha256=faYYABL3Z-u7930MduTb5VO-W7VKYblQ5mS6mqjMJQA,2348
58
58
  unique_toolkit/agentic/tools/a2a/evaluation/evaluator.py,sha256=K4GkVOQwAUofjMF1-ofIGV3XPY1vOnOA8aw6CducRc0,7248
59
59
  unique_toolkit/agentic/tools/a2a/evaluation/summarization_user_message.j2,sha256=acP1YqD_sCy6DT0V2EIfhQTmaUKeqpeWNJ7RGgceo8I,271
60
60
  unique_toolkit/agentic/tools/a2a/manager.py,sha256=FkO9jY7o8Td0t-HBkkatmxwhJGSJXmYkFYKFhPdbpMo,1674
@@ -144,7 +144,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
144
144
  unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBuE9sI2o9Aajqjxg,8884
145
145
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
146
  unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
147
- unique_toolkit-1.8.0.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
148
- unique_toolkit-1.8.0.dist-info/METADATA,sha256=wNOLxR-tQP2MU3oZHQlLpH97-wq5x0hDTp8MPsPCo2o,34870
149
- unique_toolkit-1.8.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
150
- unique_toolkit-1.8.0.dist-info/RECORD,,
147
+ unique_toolkit-1.8.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
148
+ unique_toolkit-1.8.1.dist-info/METADATA,sha256=a-HKRebSMmdRJJIcrobwi1hcz9USNnUe8pPeVao9oTo,35013
149
+ unique_toolkit-1.8.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
150
+ unique_toolkit-1.8.1.dist-info/RECORD,,