terraphim_spawner 1.16.34

Agent spawner for Terraphim with health checking and output capture
Documentation
[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 internal crates
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }

# Core dependencies
tokio = { workspace = true, features = ["full"] }

thiserror = { workspace = true }

tracing = { workspace = true }

regex = "1.10"

# Process management
nix = { version = "0.27", features = ["process", "signal", "resource"] }

[dev-dependencies]
proptest = "1.4"
tokio-test = "0.4"
tempfile = { workspace = true }