cabal 0.1.0

Hierarchical agent orchestration system - the scheming group
[package]
name = "cabal"
description = "Hierarchical agent orchestration system - the scheming group"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["orchestrator", "agent", "ai", "llm", "hierarchy"]
categories = ["development-tools", "asynchronous"]

[dependencies]
warhorn = { version = "0.1", path = "../warhorn" }
trinkets = { version = "0.1", path = "../trinkets" }
wardstone = { version = "0.1", path = "../wardstone" }

tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
async-trait = "0.1"
uuid = { version = "1", features = ["v4", "serde"] }
parking_lot = "0.12"

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