unique_toolkit 1.14.5__py3-none-any.whl → 1.14.6__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-1.14.5.dist-info → unique_toolkit-1.14.6.dist-info}/METADATA +4 -1
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.6.dist-info}/RECORD +5 -5
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.6.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.14.5.dist-info → unique_toolkit-1.14.6.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 = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 1.14.
|
3
|
+
Version: 1.14.6
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Cedric Klinkert
|
@@ -119,6 +119,9 @@ 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
|
123
|
+
- Fix circular import appearing in orchestrator
|
124
|
+
|
122
125
|
## [1.14.5] - 2025-10-09
|
123
126
|
- Move `DEFAULT_GPT_4o` constant from `_common/default_language_model.py` to `language_model/constants.py` and deprecate old import path
|
124
127
|
|
@@ -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
|
@@ -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.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,,
|
File without changes
|
File without changes
|