unique_toolkit 1.16.4__py3-none-any.whl → 1.16.5__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_toolkit might be problematic. Click here for more details.

@@ -36,6 +36,7 @@ class LanguageModelName(StrEnum):
36
36
  ANTHROPIC_CLAUDE_3_7_SONNET_THINKING = (
37
37
  "litellm:anthropic-claude-3-7-sonnet-thinking"
38
38
  )
39
+ ANTHROPIC_CLAUDE_HAIKU_4_5 = "litellm:anthropic-claude-haiku-4-5"
39
40
  ANTHROPIC_CLAUDE_SONNET_4 = "litellm:anthropic-claude-sonnet-4"
40
41
  ANTHROPIC_CLAUDE_SONNET_4_5 = "litellm:anthropic-claude-sonnet-4-5"
41
42
  ANTHROPIC_CLAUDE_OPUS_4 = "litellm:anthropic-claude-opus-4"
@@ -645,6 +646,26 @@ class LanguageModelInfo(BaseModel):
645
646
  info_cutoff_at=date(2024, 10, 31),
646
647
  published_at=date(2025, 2, 24),
647
648
  )
649
+ case LanguageModelName.ANTHROPIC_CLAUDE_HAIKU_4_5:
650
+ return cls(
651
+ name=model_name,
652
+ capabilities=[
653
+ ModelCapabilities.FUNCTION_CALLING,
654
+ ModelCapabilities.STREAMING,
655
+ ModelCapabilities.VISION,
656
+ ModelCapabilities.REASONING,
657
+ ],
658
+ provider=LanguageModelProvider.LITELLM,
659
+ version="claude-haiku-4-5",
660
+ encoder_name=EncoderName.O200K_BASE, # TODO: Update encoder with litellm
661
+ token_limits=LanguageModelTokenLimits(
662
+ # Input limit is 200_000, we leave 20_000 tokens as buffer due to tokenizer mismatch
663
+ token_limit_input=180_000,
664
+ token_limit_output=64_000,
665
+ ),
666
+ info_cutoff_at=date(2025, 2, 1),
667
+ published_at=date(2025, 10, 1),
668
+ )
648
669
  case LanguageModelName.ANTHROPIC_CLAUDE_SONNET_4:
649
670
  return cls(
650
671
  name=model_name,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.16.4
3
+ Version: 1.16.5
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.16.5] - 2025-10-16
122
+ - Adding litellm models `litellm:anthropic-claude-haiku-4-5`
123
+
121
124
  ## [1.16.4] - 2025-10-18
122
125
  - Fix bug with MCP tool parameters schema
123
126
 
@@ -147,7 +147,7 @@ unique_toolkit/language_model/builder.py,sha256=4OKfwJfj3TrgO1ezc_ewIue6W7BCQ2ZY
147
147
  unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
148
148
  unique_toolkit/language_model/default_language_model.py,sha256=-_DBsJhLCsFdaU4ynAkyW0jYIl2lhrPybZm1K-GgVJs,125
149
149
  unique_toolkit/language_model/functions.py,sha256=LGX3rR-XjkB-R520jp4w_Azgqf7BsIAo7E_VWoqA5xY,17260
150
- unique_toolkit/language_model/infos.py,sha256=pGd4I7fAuy8D8iqEgKC7-grQZe4AIMebonkBBv1k37Q,59363
150
+ unique_toolkit/language_model/infos.py,sha256=9HS1NUuW9KwO1bfZCH_s2ibL8wgeQjHQIqAe1YI9NwM,60453
151
151
  unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
152
152
  unique_toolkit/language_model/reference.py,sha256=nkX2VFz-IrUz8yqyc3G5jUMNwrNpxITBrMEKkbqqYoI,8583
153
153
  unique_toolkit/language_model/schemas.py,sha256=oHcJgmNSGpGW6ygjWvEB9iYaHgx250-Mtm-olSSJ-Ek,23760
@@ -165,7 +165,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
165
165
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
166
  unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
167
167
  unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
168
- unique_toolkit-1.16.4.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
169
- unique_toolkit-1.16.4.dist-info/METADATA,sha256=56XB6tgGoHWkl0ycXsqQ3owRbEmk5uvg3eu7ogZLF88,37755
170
- unique_toolkit-1.16.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
171
- unique_toolkit-1.16.4.dist-info/RECORD,,
168
+ unique_toolkit-1.16.5.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
169
+ unique_toolkit-1.16.5.dist-info/METADATA,sha256=YpDpVGlxWA8tYVi3U0-CQPoaNpnNw02AicVsVzQ_Kow,37842
170
+ unique_toolkit-1.16.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
171
+ unique_toolkit-1.16.5.dist-info/RECORD,,