Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Crate mimirs_ha

Crate mimirs_ha 

Source
Expand description

MimirsWell HA - High-availability replication

Implements Raft consensus, write-ahead log, and pluggable storage backends.

Re-exports§

pub use backend::StorageBackend;
pub use elder::CognitiveShift;
pub use elder::Elder;
pub use elder::ElderQuorum;
pub use elder::EvaluatorPersona;
pub use event_bus::EventBus;
pub use raft::ThingNode;
pub use signal::MemorySignal;
pub use wal::Saga;
pub use wal::ApplyChange;
pub use wal::SagaEntry;

Modules§

backend
Storage backends for high-availability replication.
elder
The Elder Interface — Persona-based Automated Governance. Implements Phase 10 [S5] Automated Evaluator Governance.
event_bus
Event Bus - Real-time broadcast messaging for agents.
raft
Thing - The Consensus Council (Raft).
signal
Memory Signal - Real-time notifications for agent coordination.
wal
Saga - The Write-Ahead Log (WAL) for HA replication.