wm-dispatch 9.2.3

Tool dispatch and capability routing for the WhiteMagic agent runtime.
Documentation
[package]
name = "wm-dispatch"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "Tool dispatch and capability routing for the WhiteMagic agent runtime."
repository.workspace = true
homepage.workspace = true
keywords = ["mcp", "memory", "ai-agents", "local-first"]


[lints]
workspace = true

[dependencies]
wm-core = { workspace = true }
wm-memory = { workspace = true }
wm-governance = { workspace = true }
chrono = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
ahash = { workspace = true }
tracing = { workspace = true }
regex = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
smallvec = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }
tempfile = "3"
criterion = { workspace = true }
uuid = { workspace = true }

[[bench]]
name = "pipeline_bench"
harness = false