unique_toolkit 1.14.10__py3-none-any.whl → 1.14.11__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.
@@ -34,7 +34,7 @@ class ToolSelectionPolicy(StrEnum):
34
34
  BY_USER = "ByUser"
35
35
 
36
36
 
37
- def handle_undefinded_icon(value: Any) -> ToolIcon:
37
+ def handle_undefined_icon(value: Any) -> ToolIcon:
38
38
  try:
39
39
  if isinstance(value, str):
40
40
  return ToolIcon(value)
@@ -51,7 +51,7 @@ class ToolBuildConfig(BaseModel):
51
51
  name: str
52
52
  configuration: BaseToolConfig
53
53
  display_name: str = ""
54
- icon: Annotated[ToolIcon, BeforeValidator(handle_undefinded_icon)] = Field(
54
+ icon: Annotated[ToolIcon, BeforeValidator(handle_undefined_icon)] = Field(
55
55
  default=ToolIcon.BOOK,
56
56
  description="The icon name that will be used to display the tool in the user interface.",
57
57
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.14.10
3
+ Version: 1.14.11
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -118,6 +118,10 @@ 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.14.11] - 2025-10-13
122
+ - Introduce testing guidelines for AI
123
+ - Add AI tests to `tool_config` and `tool_factory.py`
124
+
121
125
  ## [1.14.10] - 2025-10-13
122
126
  - Fix token counter if images in history
123
127
 
@@ -74,7 +74,7 @@ unique_toolkit/agentic/tools/a2a/tool/_schema.py,sha256=wMwyunViTnxaURvenkATEvyf
74
74
  unique_toolkit/agentic/tools/a2a/tool/config.py,sha256=07W8cZFc32yRvIeUFEQXi8R1cSGqlXL4pZb7UlB3Rvs,2490
75
75
  unique_toolkit/agentic/tools/a2a/tool/service.py,sha256=6Eru-jqlt13lIBVC26LhH0Oxb3qVdDQIUWRoChf8ysw,10525
76
76
  unique_toolkit/agentic/tools/agent_chunks_hanlder.py,sha256=x32Dp1Z8cVW5i-XzXbaMwX2KHPcNGmqEU-FB4AV9ZGo,1909
77
- unique_toolkit/agentic/tools/config.py,sha256=gVqstCMkeBGT4U6D87Rvsesm8q3hHYaTVWw1-33OQtw,5389
77
+ unique_toolkit/agentic/tools/config.py,sha256=QD83iy2xAJFyoPggYyLWq-MaSGSq00yS9iI31My1NBc,5387
78
78
  unique_toolkit/agentic/tools/factory.py,sha256=Wt0IGSbLg8ZTq5PU9p_JTW0LtNATWLpc3336irJKXlM,1277
79
79
  unique_toolkit/agentic/tools/mcp/__init__.py,sha256=RLF_p-LDRC7GhiB3fdCi4u3bh6V9PY_w26fg61BLyco,122
80
80
  unique_toolkit/agentic/tools/mcp/manager.py,sha256=DPYwwDe6RSZyuPaxn-je49fP_qOOs0ZV46EM6GZcV4c,2748
@@ -152,7 +152,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
152
152
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
153
  unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
154
154
  unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
155
- unique_toolkit-1.14.10.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
156
- unique_toolkit-1.14.10.dist-info/METADATA,sha256=ZlADlKRP2Wi9SJ6ElhiIiKP85J_pWSgZxWE9ZgFb5yo,37106
157
- unique_toolkit-1.14.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
158
- unique_toolkit-1.14.10.dist-info/RECORD,,
155
+ unique_toolkit-1.14.11.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
156
+ unique_toolkit-1.14.11.dist-info/METADATA,sha256=0Vy2yKAM4d6rUAmlhOQT4Jx4Ssk3QLCxbdEnkiR-Hz8,37225
157
+ unique_toolkit-1.14.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
158
+ unique_toolkit-1.14.11.dist-info/RECORD,,