pub async fn run_agent(args: RunArgs, version: &'static str) -> Result<()>Expand description
Run the broker daemon behind basil agent.
version is the shipped binary’s version (basil-bin’s
CARGO_PKG_VERSION), threaded through so status/health report the
basil binary’s version rather than this library crate’s.