machi-workflow 1.0.0

Journaled Rhai workflow engine for Machi (no LLM dependency)
Documentation

Deterministic workflow orchestration engine.

Scripts never call LLMs. They issue [WorkflowHostRequest] values over a channel; a product host executes nested agents and replies. Results are recorded in a [Journal] for resume.

Dependency firewall: this crate must not depend on machi-llm or HTTP provider stacks.

Maturity: core.