unique_toolkit 1.14.5__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.
- unique_toolkit/agentic/tools/utils/source_handling/schema.py +1 -1
- unique_toolkit/language_model/infos.py +5 -4
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.7.dist-info}/METADATA +7 -1
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.7.dist-info}/RECORD +6 -6
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.7.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.7.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
# default schema follows logic in node-ingestion-worker: https://github.com/Unique-AG/monorepo/blob/76b4923611199a80abf9304639b3aa0538ec41ed/node/apps/node-ingestion-worker/src/ingestors/lib/text-manipulations.ts#L181C17-L181C28
|
2
2
|
from pydantic import BaseModel
|
3
3
|
|
4
|
-
from unique_toolkit.
|
4
|
+
from unique_toolkit._common.pydantic_helpers import get_configuration_dict
|
5
5
|
|
6
6
|
SOURCE_TEMPLATE = "<source${index}>${document}${info}${text}</source${index}>"
|
7
7
|
SECTIONS = {
|
@@ -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=
|
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=
|
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=
|
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
|
-
|
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.
|
3
|
+
Version: 1.14.7
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Cedric Klinkert
|
@@ -119,6 +119,12 @@ 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.7] - 2025-10-13
|
123
|
+
- Update of token_limit parameters for Claude models
|
124
|
+
|
125
|
+
## [1.14.6] - 2025-10-10
|
126
|
+
- Fix circular import appearing in orchestrator
|
127
|
+
|
122
128
|
## [1.14.5] - 2025-10-09
|
123
129
|
- Move `DEFAULT_GPT_4o` constant from `_common/default_language_model.py` to `language_model/constants.py` and deprecate old import path
|
124
130
|
|
@@ -90,7 +90,7 @@ unique_toolkit/agentic/tools/utils/__init__.py,sha256=iD1YYzf9LcJFv95Z8BqCAFSewN
|
|
90
90
|
unique_toolkit/agentic/tools/utils/execution/__init__.py,sha256=OHiKpqBnfhBiEQagKVWJsZlHv8smPp5OI4dFIexzibw,37
|
91
91
|
unique_toolkit/agentic/tools/utils/execution/execution.py,sha256=vjG2Y6awsGNtlvyQAGCTthQ5thWHYnn-vzZXaYLb3QE,7922
|
92
92
|
unique_toolkit/agentic/tools/utils/source_handling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
|
-
unique_toolkit/agentic/tools/utils/source_handling/schema.py,sha256=
|
93
|
+
unique_toolkit/agentic/tools/utils/source_handling/schema.py,sha256=iHBKuks6tUy8tvian4Pd0B6_-8__SehVVNcxIUAUjEA,882
|
94
94
|
unique_toolkit/agentic/tools/utils/source_handling/source_formatting.py,sha256=uZ0QXqrPWgId3ZA67dvjHQ6xrW491LK1xxx_sVJmFHg,9160
|
95
95
|
unique_toolkit/agentic/tools/utils/source_handling/tests/test_source_formatting.py,sha256=EA8iVvb3L91OFk2XMbGcFuhe2etqm3Sx9QCYDGiOSOM,6995
|
96
96
|
unique_toolkit/app/__init__.py,sha256=ETxYDpEizg_PKmi4JPX_P76ySq-us-xypfAIdKQ1QZU,1284
|
@@ -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=
|
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.
|
156
|
-
unique_toolkit-1.14.
|
157
|
-
unique_toolkit-1.14.
|
158
|
-
unique_toolkit-1.14.
|
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,,
|
File without changes
|
File without changes
|