organism-runtime 0.1.0

Curated embedded runtime for Organism — registry, readiness, and pipeline wiring
Documentation

Organism Runtime

This crate is the curated in-process execution API for Organism. Consumers model planning semantics in organism-pack, then use organism-runtime to resolve packs, check readiness, and wire the planning loop to Converge.

Converge integration: organism crates use converge-pack, converge-kernel, and converge-model directly. The Rust type system enforces the axioms — no wrapper layer needed. For remote deployment, use converge-client directly.