32bdbe77ff
提供统一沙箱运行时,支持 local/sandbox 两种模式切换。Rust 层负责命令和代码的策略过滤, Docker 层负责实际的进程隔离。包含三种预设策略:agent_exec / tool_run / untrusted。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
15 lines
371 B
TOML
15 lines
371 B
TOML
[build-system]
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "stardomain"
|
|
version = "0.1.0"
|
|
description = "Sandbox runtime for KiloStar — Docker-based isolation with Rust filtering layer."
|
|
requires-python = ">=3.11"
|
|
license = { text = "Apache-2.0" }
|
|
authors = [{ name = "zhaoxi826" }]
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"]
|