#actor-model #ai-agents #coordination

wasmind

Core actor-based coordination runtime for AI agent workflows

1 unstable release

Uses new Rust 2024

0.1.0 Sep 6, 2025

#902 in WebAssembly


Used in wasmind_cli

MIT license

215KB
4.5K SLoC

Wasmind Core Library

The main orchestration library for Wasmind's actor-based system. This crate provides the runtime and coordination primitives for loading and managing WebAssembly actor components.

docs.rs

What This Crate Does

The Wasmind core library handles:

  • Actor Loading: Dynamically loads WASM actor components and manages their lifecycle
  • Message Orchestration: Routes messages between actors using broadcast channels
  • Scope Management: Organizes actors into hierarchical scopes for coordination
  • System Coordination: Manages actor readiness, spawning, and shutdown across the entire system

This is a library crate for building applications - for conceptual understanding of actors, scopes, and message passing, see the Wasmind Book.

Dependencies

~55–76MB
~1.5M SLoC