unique_toolkit 1.14.6__py3-none-any.whl → 1.14.7__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.
@@ -620,7 +620,7 @@ class LanguageModelInfo(BaseModel):
620
620
  token_limits=LanguageModelTokenLimits(
621
621
  # Input limit is 200_000, we leave 20_000 tokens as buffer due to tokenizer mismatch
622
622
  token_limit_input=180_000,
623
- token_limit_output=128_000,
623
+ token_limit_output=64_000,
624
624
  ),
625
625
  info_cutoff_at=date(2024, 10, 31),
626
626
  published_at=date(2025, 2, 24),
@@ -640,7 +640,7 @@ class LanguageModelInfo(BaseModel):
640
640
  token_limits=LanguageModelTokenLimits(
641
641
  # Input limit is 200_000, we leave 20_000 tokens as buffer due to tokenizer mismatch
642
642
  token_limit_input=180_000,
643
- token_limit_output=128_000,
643
+ token_limit_output=64_000,
644
644
  ),
645
645
  info_cutoff_at=date(2024, 10, 31),
646
646
  published_at=date(2025, 2, 24),
@@ -679,7 +679,7 @@ class LanguageModelInfo(BaseModel):
679
679
  encoder_name=EncoderName.O200K_BASE, # TODO: Update encoder with litellm
680
680
  token_limits=LanguageModelTokenLimits(
681
681
  # Input limit is 200_000, we leave 20_000 tokens as buffer due to tokenizer mismatch
682
- token_limit_input=200_000,
682
+ token_limit_input=180_000,
683
683
  token_limit_output=64_000,
684
684
  ),
685
685
  info_cutoff_at=date(2025, 7, 1),
@@ -718,7 +718,8 @@ class LanguageModelInfo(BaseModel):
718
718
  version="claude-opus-4",
719
719
  encoder_name=EncoderName.O200K_BASE, # TODO: Update encoder with litellm
720
720
  token_limits=LanguageModelTokenLimits(
721
- token_limit_input=200_000,
721
+ # Input limit is 200_000, we leave 20_000 tokens as buffer due to tokenizer mismatch
722
+ token_limit_input=180_000,
722
723
  token_limit_output=32_000,
723
724
  ),
724
725
  info_cutoff_at=date(2025, 3, 1),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.14.6
3
+ Version: 1.14.7
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -119,7 +119,10 @@ 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
121
 
122
- ## [1.14.5] - 2025-10-10
122
+ ## [1.14.7] - 2025-10-13
123
+ - Update of token_limit parameters for Claude models
124
+
125
+ ## [1.14.6] - 2025-10-10
123
126
  - Fix circular import appearing in orchestrator
124
127
 
125
128
  ## [1.14.5] - 2025-10-09
@@ -135,7 +135,7 @@ unique_toolkit/language_model/builder.py,sha256=4OKfwJfj3TrgO1ezc_ewIue6W7BCQ2ZY
135
135
  unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
136
136
  unique_toolkit/language_model/default_language_model.py,sha256=-_DBsJhLCsFdaU4ynAkyW0jYIl2lhrPybZm1K-GgVJs,125
137
137
  unique_toolkit/language_model/functions.py,sha256=PNCmbYovhgMSkY89p7-3DunG6jIekaZPvhh3iplG1Vg,16720
138
- unique_toolkit/language_model/infos.py,sha256=jc53AfqUyhgDRSK-nIK2S8d1RsedTNyyE_QQgGG_RFk,59256
138
+ unique_toolkit/language_model/infos.py,sha256=pGd4I7fAuy8D8iqEgKC7-grQZe4AIMebonkBBv1k37Q,59363
139
139
  unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
140
140
  unique_toolkit/language_model/reference.py,sha256=nkX2VFz-IrUz8yqyc3G5jUMNwrNpxITBrMEKkbqqYoI,8583
141
141
  unique_toolkit/language_model/schemas.py,sha256=w23zH2OAYkTsS-wAqelUdhO9TCgis0TbFa8PszmhZYY,16501
@@ -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.6.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
156
- unique_toolkit-1.14.6.dist-info/METADATA,sha256=vpD08ExW5r1ZoB39ZV6fWGdd9WUnx8Oultx2Ayw-WkQ,36837
157
- unique_toolkit-1.14.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
158
- unique_toolkit-1.14.6.dist-info/RECORD,,
155
+ unique_toolkit-1.14.7.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
156
+ unique_toolkit-1.14.7.dist-info/METADATA,sha256=Fceuecqokg-Z1Ytm31KKSKZWBHnG1iHgrw02UgNanzE,36916
157
+ unique_toolkit-1.14.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
158
+ unique_toolkit-1.14.7.dist-info/RECORD,,