[package]
name = "ricecoder-agents"
description = "Multi-agent framework for specialized task execution"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository = "https://github.com/moabualruz/ricecoder"
homepage = "https://github.com/moabualruz/ricecoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
[dependencies]
async-trait.workspace = true
thiserror.workspace = true
tracing.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
futures.workspace = true
chrono.workspace = true
uuid.workspace = true
ricecoder-storage = { path = "../ricecoder-storage", version = "0" }
ricecoder-providers = { path = "../ricecoder-providers", version = "0" }
jsonschema.workspace = true
serde_yaml.workspace = true
[dev-dependencies]
proptest.workspace = true
tokio-test.workspace = true
tempfile.workspace = true