terraphim_spawner 1.20.2

Agent spawner for Terraphim with health checking and output capture
Documentation
[package]
name = "terraphim_spawner"
version = "1.20.2"
edition = "2021"
authors = ["Terraphim Team <team@terraphim.ai>"]
description = "Agent spawner for Terraphim with health checking and output capture"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["ai", "agents", "spawner", "process-management", "health-check"]
license = "Apache-2.0"
readme = "../../README.md"

[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 }