[package] name = "commands" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [lints] workspace = true [dependencies] agents = { path = "../agents" } plugins = { path = "../plugins" } runtime = { path = "../runtime" } serde_json.workspace = true