feat(stardomain): 实现完整的沙箱执行引擎(local + Docker 双模式)
local 模式通过 tokio::process 真实执行命令,Docker 模式通过 bollard 创建容器运行, 两种模式均支持超时强杀、输出捕获和策略过滤。同时提供同步和异步 Python 接口。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Generated
+1
@@ -1081,6 +1081,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"bollard",
|
||||
"clap",
|
||||
"futures-util",
|
||||
"pyo3",
|
||||
"pyo3-async-runtimes",
|
||||
"regex",
|
||||
|
||||
Reference in New Issue
Block a user