sycommon-python-lib 0.2.7a17__py3-none-any.whl → 0.2.7a18__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/middleware/skill_write_guard.py +3 -2
- {sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/METADATA +1 -1
- {sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/RECORD +6 -6
- {sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/WHEEL +0 -0
- {sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/entry_points.txt +0 -0
- {sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/top_level.txt +0 -0
|
@@ -21,8 +21,9 @@ _WRITE_VERB_RE = re.compile(
|
|
|
21
21
|
_REDIRECT_RE = re.compile(r'>>?')
|
|
22
22
|
|
|
23
23
|
_WRITE_TOOLS = {"write_file", "edit_file"}
|
|
24
|
-
_DENIED_MSG = ("Error: 系统技能 /skills/system
|
|
25
|
-
"
|
|
24
|
+
_DENIED_MSG = ("Error: 系统技能 /skills/system 为只读,禁止写入/修改/删除。"
|
|
25
|
+
"读取(read_file)和执行脚本(python ...)不受限,直接用即可,不要把脚本复制到工作目录再跑。"
|
|
26
|
+
"如需修改脚本本身,复制到 /skills/user/ 后编辑。")
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
def _is_protected_path(p: str) -> bool:
|
|
@@ -152,7 +152,7 @@ sycommon/agent/middleware/sensitive_guard.py,sha256=ApmC094ogG4jIwEWRaUawTpQSDs7
|
|
|
152
152
|
sycommon/agent/middleware/sitecustomize.py,sha256=Bt7XFnWV_LJo89l858AGp5VUkXwefpLGmjkCtLe-CMw,4800
|
|
153
153
|
sycommon/agent/middleware/skill_api_whitelist.py,sha256=e15aJekXegPp64owSCEdUE5y0SmwCQVQCF4jnhReZNU,10958
|
|
154
154
|
sycommon/agent/middleware/skill_wl_check.py,sha256=rCJ9F6aWPh8tVQBIPmcq2lKDsfwiJQduwSUku_8kXfs,3952
|
|
155
|
-
sycommon/agent/middleware/skill_write_guard.py,sha256=
|
|
155
|
+
sycommon/agent/middleware/skill_write_guard.py,sha256=ZbeRysGBqn0knjmDWRgPu7c8Pr5lGnjFgeEpAukSSWQ,2702
|
|
156
156
|
sycommon/agent/sandbox/__init__.py,sha256=jR7LlkD4J4Y6QYyRXQClkwmqDBCCPmycV_hQV9p9YHw,4621
|
|
157
157
|
sycommon/agent/sandbox/consistent_hash.py,sha256=8Jgk-W4NAD2-u5_vKRVlPmql_e0Vy4aNORiXOuzvIrs,7277
|
|
158
158
|
sycommon/agent/sandbox/file_ops.py,sha256=XDqqNFlPh-VN28prkR0BSqDvebrQ_fjUDyNwqKOo-is,33805
|
|
@@ -308,8 +308,8 @@ sycommon/tools/syemail.py,sha256=BDFhgf7WDOQeTcjxJEQdu0dQhnHFPO_p3eI0-Ni3LhQ,561
|
|
|
308
308
|
sycommon/tools/timing.py,sha256=OiiE7P07lRoMzX9kzb8sZU9cDb0zNnqIlY5pWqHcnkY,2064
|
|
309
309
|
sycommon/xxljob/__init__.py,sha256=7eoBlQxv-B39IfRSCY2bkqdGYs1QRe1umAWd88VMEEM,86
|
|
310
310
|
sycommon/xxljob/xxljob_service.py,sha256=1yifwIBNGsCIxLnQjHKiBlbsigc_zvPH-dMTZcNxe-Q,7649
|
|
311
|
-
sycommon_python_lib-0.2.
|
|
312
|
-
sycommon_python_lib-0.2.
|
|
313
|
-
sycommon_python_lib-0.2.
|
|
314
|
-
sycommon_python_lib-0.2.
|
|
315
|
-
sycommon_python_lib-0.2.
|
|
311
|
+
sycommon_python_lib-0.2.7a18.dist-info/METADATA,sha256=0Iys_6TLKMMZiXPUH9U6t6PkG_NWDMZGB1irFsuy_rE,7962
|
|
312
|
+
sycommon_python_lib-0.2.7a18.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
313
|
+
sycommon_python_lib-0.2.7a18.dist-info/entry_points.txt,sha256=gsR4SssKxDWjRU8ggidzNcdMXDPRSKRS7UaGyNP84Qg,92
|
|
314
|
+
sycommon_python_lib-0.2.7a18.dist-info/top_level.txt,sha256=RgphKrg7nJyZ7irJqbxFr-5H2LUYTvI7ivoWZH2hcD0,29
|
|
315
|
+
sycommon_python_lib-0.2.7a18.dist-info/RECORD,,
|
|
File without changes
|
{sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{sycommon_python_lib-0.2.7a17.dist-info → sycommon_python_lib-0.2.7a18.dist-info}/top_level.txt
RENAMED
|
File without changes
|