unique_toolkit 1.1.0__py3-none-any.whl → 1.1.1__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/config.py +1 -0
- {unique_toolkit-1.1.0.dist-info → unique_toolkit-1.1.1.dist-info}/METADATA +4 -1
- {unique_toolkit-1.1.0.dist-info → unique_toolkit-1.1.1.dist-info}/RECORD +5 -5
- {unique_toolkit-1.1.0.dist-info → unique_toolkit-1.1.1.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.1.0.dist-info → unique_toolkit-1.1.1.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.1
|
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.1.1] - 2025-09-18
|
122
|
+
- Fixed bug on tool config added icon name
|
123
|
+
|
121
124
|
## [1.1.0] - 2025-09-18
|
122
125
|
- Enable chat event filtering in SSE event generator via env variables
|
123
126
|
|
@@ -52,7 +52,7 @@ unique_toolkit/agentic/tools/a2a/memory.py,sha256=4VFBzITCv5E_8YCc4iF4Y6FhzplS2C
|
|
52
52
|
unique_toolkit/agentic/tools/a2a/schema.py,sha256=T1l5z6trtPE5nhqPzt5tvfRNDhqL_ST1Wj7_lBWJ58g,304
|
53
53
|
unique_toolkit/agentic/tools/a2a/service.py,sha256=7n7BkJxTR-hpoQczfHLK8eS0rtATL7-YARH-4netbbI,5339
|
54
54
|
unique_toolkit/agentic/tools/agent_chunks_hanlder.py,sha256=x32Dp1Z8cVW5i-XzXbaMwX2KHPcNGmqEU-FB4AV9ZGo,1909
|
55
|
-
unique_toolkit/agentic/tools/config.py,sha256=
|
55
|
+
unique_toolkit/agentic/tools/config.py,sha256=1--Gq-MG2RorTKdBHHyx0EFC_d2uRynJ-L_K-fjOjvA,3899
|
56
56
|
unique_toolkit/agentic/tools/factory.py,sha256=Wt0IGSbLg8ZTq5PU9p_JTW0LtNATWLpc3336irJKXlM,1277
|
57
57
|
unique_toolkit/agentic/tools/mcp/__init__.py,sha256=RLF_p-LDRC7GhiB3fdCi4u3bh6V9PY_w26fg61BLyco,122
|
58
58
|
unique_toolkit/agentic/tools/mcp/manager.py,sha256=DPYwwDe6RSZyuPaxn-je49fP_qOOs0ZV46EM6GZcV4c,2748
|
@@ -124,7 +124,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
|
|
124
124
|
unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBuE9sI2o9Aajqjxg,8884
|
125
125
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
126
126
|
unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
|
127
|
-
unique_toolkit-1.1.
|
128
|
-
unique_toolkit-1.1.
|
129
|
-
unique_toolkit-1.1.
|
130
|
-
unique_toolkit-1.1.
|
127
|
+
unique_toolkit-1.1.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
128
|
+
unique_toolkit-1.1.1.dist-info/METADATA,sha256=0wdoz9sRWPzi0fGMAm6CBdeS3guaOCA6odrD1_uMKPM,32469
|
129
|
+
unique_toolkit-1.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
130
|
+
unique_toolkit-1.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|