docs.rs failed to build meerkat-mob-0.8.21
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
meerkat-mob-0.8.17
Meerkat Mob - Multi-agent orchestration runtime.
This crate provides the runtime for orchestrating multiple agents as a collaborative mob. It handles member spawning, wiring, lifecycle management, and shared task coordination.
Architecture
meerkat-mob is a plugin crate with a one-way dependency on the Meerkat
platform. No core Meerkat crate depends on this crate.
Key types:
- [
MobDefinition] - Describes mob structure (profiles, wiring, skills) - [
MobEvent] / [MobEventKind] - Structural state changes - [
MobEventStore] - Persistence trait for mob events - [
MobStorage] - Storage bundle for a mob