wasmind

Crates.iowasmind
lib.rswasmind
version0.1.0
created_at2025-09-06 23:58:23.243067+00
updated_at2025-09-06 23:58:23.243067+00
descriptionCore actor-based coordination runtime for AI agent workflows
homepagehttps://github.com/SilasMarvin/wasmind
repositoryhttps://github.com/SilasMarvin/wasmind
max_upload_size
id1827720
size187,501
Silas Marvin (SilasMarvin)

documentation

https://docs.rs/wasmind

README

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.

Links

Commit count: 326

cargo fmt