Local mesh implementation for the Ceylon agent framework.
Provides LocalMesh for managing agents in a single-process environment.
LocalMesh
use ceylon_local::LocalMesh; use ceylon_core::Mesh; let mesh = LocalMesh::new("my-mesh"); mesh.start().await?;