[package]
edition = "2021"
name = "noether-isolation"
version = "0.7.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stage-execution sandbox policy + bubblewrap command builder. Extracted from noether-engine for consumers that want isolation without the full composition engine."
homepage = "https://github.com/alpibrusl/noether"
readme = false
keywords = [
"agent",
"llm",
"composition",
"pipeline",
"workflow",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/noether"
[lib]
name = "noether_isolation"
path = "src/lib.rs"
[dependencies.noether-core]
version = "0.7"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.serde_json]
version = "1"