sycommon-python-lib 0.2.3a9__py3-none-any.whl → 0.2.3a10__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.
- sycommon/agent/summarization_utils.py +1 -2
- {sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/METADATA +1 -1
- {sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/RECORD +6 -6
- {sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/WHEEL +0 -0
- {sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/entry_points.txt +0 -0
- {sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/top_level.txt +0 -0
|
@@ -49,7 +49,7 @@ def _patched_compute_summarization_defaults(model):
|
|
|
49
49
|
max_tokens = 72000
|
|
50
50
|
|
|
51
51
|
trigger = int(max_tokens * 0.70)
|
|
52
|
-
keep = int(max_tokens * 0.
|
|
52
|
+
keep = int(max_tokens * 0.30)
|
|
53
53
|
return {
|
|
54
54
|
"trigger": ("tokens", trigger),
|
|
55
55
|
"keep": ("tokens", keep),
|
|
@@ -139,7 +139,6 @@ def build_summarization_middleware(
|
|
|
139
139
|
truncate_args_settings={
|
|
140
140
|
"trigger": ("tokens", trigger_tokens),
|
|
141
141
|
"keep": ("tokens", keep_tokens),
|
|
142
|
-
"max_length": 2000,
|
|
143
142
|
},
|
|
144
143
|
)
|
|
145
144
|
|
|
@@ -131,7 +131,7 @@ sycommon/agent/agent_manager.py,sha256=UhhaekEumT7g4v_Z1UB4jTp13X0n8M8erYaQdkGGW
|
|
|
131
131
|
sycommon/agent/chat_events.py,sha256=bWAMWYIZ2L_yqUcn5jq9ius_lQxLHEv4zQLEqX6UaeM,13190
|
|
132
132
|
sycommon/agent/deep_agent.py,sha256=3RY4ijSxm7-I7NN4wlr-1PcIvdFShjFE39_qNfCVGb4,30500
|
|
133
133
|
sycommon/agent/multi_agent_team.py,sha256=6Ba4MbdEDVuXe6iBE_Q84kzr5zJYLo_djdpkkwJhShg,26558
|
|
134
|
-
sycommon/agent/summarization_utils.py,sha256=
|
|
134
|
+
sycommon/agent/summarization_utils.py,sha256=2VFH3zYjKSRR079qyU3xWCFD74Sci0DEkimcCvb1opk,5632
|
|
135
135
|
sycommon/agent/sandbox/__init__.py,sha256=jR7LlkD4J4Y6QYyRXQClkwmqDBCCPmycV_hQV9p9YHw,4621
|
|
136
136
|
sycommon/agent/sandbox/file_ops.py,sha256=6ymRMM0WchM7G_YmF1ckrLjf5s_JCh1wrAp2g_-sg8k,23162
|
|
137
137
|
sycommon/agent/sandbox/http_sandbox_backend.py,sha256=mjiTZnADvUq_rO05ewllo_eGDS4uTdD2e2GGYvBpF-Q,56150
|
|
@@ -258,8 +258,8 @@ sycommon/tools/syemail.py,sha256=BDFhgf7WDOQeTcjxJEQdu0dQhnHFPO_p3eI0-Ni3LhQ,561
|
|
|
258
258
|
sycommon/tools/timing.py,sha256=OiiE7P07lRoMzX9kzb8sZU9cDb0zNnqIlY5pWqHcnkY,2064
|
|
259
259
|
sycommon/xxljob/__init__.py,sha256=7eoBlQxv-B39IfRSCY2bkqdGYs1QRe1umAWd88VMEEM,86
|
|
260
260
|
sycommon/xxljob/xxljob_service.py,sha256=JIEJaGXhqrTLcyxlyynSrsHg9bBnDNzX-D4qIWLRPUE,6815
|
|
261
|
-
sycommon_python_lib-0.2.
|
|
262
|
-
sycommon_python_lib-0.2.
|
|
263
|
-
sycommon_python_lib-0.2.
|
|
264
|
-
sycommon_python_lib-0.2.
|
|
265
|
-
sycommon_python_lib-0.2.
|
|
261
|
+
sycommon_python_lib-0.2.3a10.dist-info/METADATA,sha256=jNvdx7fH12qAyqMkr-z0Mbs_V2srwY2ZR1cOvfvjLP8,7740
|
|
262
|
+
sycommon_python_lib-0.2.3a10.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
263
|
+
sycommon_python_lib-0.2.3a10.dist-info/entry_points.txt,sha256=gsR4SssKxDWjRU8ggidzNcdMXDPRSKRS7UaGyNP84Qg,92
|
|
264
|
+
sycommon_python_lib-0.2.3a10.dist-info/top_level.txt,sha256=RgphKrg7nJyZ7irJqbxFr-5H2LUYTvI7ivoWZH2hcD0,29
|
|
265
|
+
sycommon_python_lib-0.2.3a10.dist-info/RECORD,,
|
|
File without changes
|
{sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{sycommon_python_lib-0.2.3a9.dist-info → sycommon_python_lib-0.2.3a10.dist-info}/top_level.txt
RENAMED
|
File without changes
|