bamboo-plugin 2026.7.17

Local plugin bundles (manifest, install provenance, installer skeleton) for the Bamboo agent framework
Documentation
[package]
name = "bamboo-plugin"
version.workspace = true
edition = "2021"
rust-version.workspace = true
description = "Local plugin bundles (manifest, install provenance, installer skeleton) for the Bamboo agent framework"
license = "MIT"

[dependencies]
bamboo-domain = { path = "../../core/bamboo-domain", version = "2026.7.17"}
bamboo-config = { path = "../../infra/bamboo-config", version = "2026.7.17"}
serde = { workspace = true }
serde_json = "1"
chrono = { workspace = true }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
thiserror = "2"
async-trait = "0.1"

[dev-dependencies]
tempfile = "3"