[package]
name = "terraphim_spawner"
version = "1.16.34"
edition = "2021"
authors = ["Terraphim Team"]
description = "Agent spawner for Terraphim with health checking and output capture"
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
[dependencies]
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
tokio = { workspace = true, features = ["full"] }
thiserror = { workspace = true }
tracing = { workspace = true }
regex = "1.10"
nix = { version = "0.27", features = ["process", "signal", "resource"] }
[dev-dependencies]
proptest = "1.4"
tokio-test = "0.4"
tempfile = { workspace = true }