car-runtime 0.15.0

Umbrella entry point for external Rust consumers of Common Agent Runtime
Documentation
[package]
name = "car-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Umbrella entry point for external Rust consumers of Common Agent Runtime"
repository.workspace = true
readme = "README.md"

# Pure-re-export crate: no source of its own beyond `pub use`
# lines that surface the engine super-set + perception cluster as
# namespaced modules. See Parslee-ai/car#205 for the rationale.
#
# Sibling published crates intentionally NOT folded here because
# each is a distinct subsystem consumed independently:
#   - car-memgine    (graph memory + skill distillation)
#   - car-inference  (model gateway)
#   - car-multi      (multi-agent coordination)
#   - car-server-core (daemon protocol types)

[dependencies]
car-engine = { path = "../car-engine", version = "0.15.0" }
car-sandbox = { path = "../car-sandbox", version = "0.15.0" }
car-active-planner = { path = "../car-active-planner", version = "0.15.0" }
car-browser = { path = "../car-browser", version = "0.15.0" }
car-desktop = { path = "../car-desktop", version = "0.15.0" }
car-ast = { path = "../car-ast", version = "0.15.0" }
car-voice = { path = "../car-voice", version = "0.15.0" }