meerkat-mob 0.5.2

Multi-agent orchestration runtime for Meerkat
Documentation
1
2
3
4
5
6
//! Integration-level orchestrator tests now live in the authority module's
//! unit tests (`mob_orchestrator_authority.rs`). The `full_lifecycle_creating_to_destroyed`
//! test covers the equivalent flow.
//!
//! This file is intentionally empty — the old `MobOrchestratorKernel` has been
//! replaced by `MobOrchestratorAuthority` (RMAT compliance).