unique_orchestrator 1.6.0__py3-none-any.whl → 1.6.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.
Potentially problematic release.
This version of unique_orchestrator might be problematic. Click here for more details.
- unique_orchestrator/unique_ai_builder.py +1 -3
- {unique_orchestrator-1.6.0.dist-info → unique_orchestrator-1.6.1.dist-info}/METADATA +4 -1
- {unique_orchestrator-1.6.0.dist-info → unique_orchestrator-1.6.1.dist-info}/RECORD +5 -5
- {unique_orchestrator-1.6.0.dist-info → unique_orchestrator-1.6.1.dist-info}/LICENSE +0 -0
- {unique_orchestrator-1.6.0.dist-info → unique_orchestrator-1.6.1.dist-info}/WHEEL +0 -0
|
@@ -141,9 +141,7 @@ def _build_common(
|
|
|
141
141
|
reference_manager = ReferenceManager()
|
|
142
142
|
|
|
143
143
|
history_manager_config = HistoryManagerConfig(
|
|
144
|
-
experimental_features=history_manager_module.ExperimentalFeatures(
|
|
145
|
-
full_sources_serialize_dump=False,
|
|
146
|
-
),
|
|
144
|
+
experimental_features=history_manager_module.ExperimentalFeatures(),
|
|
147
145
|
percent_of_max_tokens_for_history=config.agent.input_token_distribution.percent_for_history,
|
|
148
146
|
language_model=config.space.language_model,
|
|
149
147
|
uploaded_content_config=config.agent.services.uploaded_content_config,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unique_orchestrator
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.1
|
|
4
4
|
Summary:
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: Andreas Hauri
|
|
@@ -33,6 +33,9 @@ All notable changes to this project will be documented in this file.
|
|
|
33
33
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
34
34
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
35
35
|
|
|
36
|
+
## [1.6.1] - 2025-10-28
|
|
37
|
+
- Removing unused experimental config `full_sources_serialize_dump` in `history_manager`
|
|
38
|
+
|
|
36
39
|
## [1.6.0] - 2025-10-27
|
|
37
40
|
- Add temporary config option `sleep_time_before_update` to avoid rendering issues with sub agent responses`
|
|
38
41
|
|
|
@@ -4,8 +4,8 @@ unique_orchestrator/prompts/system_prompt.jinja2,sha256=YXFdx3PG2p4TKfjEpz7guIw2
|
|
|
4
4
|
unique_orchestrator/prompts/user_message_prompt.jinja2,sha256=BQokpBh3H2J-rFk8i-PRph3jy4T1gAJPPb1mxxRWNuM,878
|
|
5
5
|
unique_orchestrator/tests/test_unique_ai_reference_order.py,sha256=8mZeVP1k8neH4qrFW3oa3zwIdaq2c7R1VvurC7kjBU8,4445
|
|
6
6
|
unique_orchestrator/unique_ai.py,sha256=OO-85-Qvw5tf5A227_ur34p3qn8RKnU4EPJ21x7jdQE,19324
|
|
7
|
-
unique_orchestrator/unique_ai_builder.py,sha256=
|
|
8
|
-
unique_orchestrator-1.6.
|
|
9
|
-
unique_orchestrator-1.6.
|
|
10
|
-
unique_orchestrator-1.6.
|
|
11
|
-
unique_orchestrator-1.6.
|
|
7
|
+
unique_orchestrator/unique_ai_builder.py,sha256=Zz3QWZjuKRr68tfXp8mNQBuDCp9t1arYQzRqMEgdUdI,17937
|
|
8
|
+
unique_orchestrator-1.6.1.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
|
9
|
+
unique_orchestrator-1.6.1.dist-info/METADATA,sha256=onN-02gNqSqUYs_bziJiKeG61m1Sil7u6qoB6Yj6FgY,3484
|
|
10
|
+
unique_orchestrator-1.6.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
11
|
+
unique_orchestrator-1.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|