Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
Distributed keyed instance management and storage for multi-node Jido runtimes
Experimental support. Open exploration with no stability guarantee.
View package metadata source →Jido Cluster provides a distributed runtime layer for keyed Jido agent instances across multiple BEAM nodes. It adds ownership, routing, and recovery patterns on top of Jido instance management for multi-node deployments.
Jido Cluster is the distributed runtime package for teams running Jido agents beyond a single node.
Jido.Cluster.InstanceManager coordinates keyed ownership and lifecycle operations for instances across connected nodes.
Uses deterministic owner resolution and cross-node call/cast APIs to route operations to the correct runtime node.
Includes conservative periodic migration controls so ownership can adapt without aggressive movement.
Provides cluster-friendly storage adapter options for shared persistence in distributed runtime topologies.