[package]
name = "crtx-runtime"
description = "Child agent execution, tool/process wrapper, and run capture."
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "../../README.md"
documentation = "https://docs.rs/crtx-runtime"
keywords.workspace = true
categories = ["data-structures"]
[lib]
name = "cortex_runtime"
[dependencies]
chrono = { workspace = true }
cortex-core = { workspace = true }
cortex-context = { workspace = true }
cortex-llm = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
async-trait = { workspace = true }
tokio = { workspace = true }