Tag: xstate-python

2 entries tagged "xstate-python" — 2 posts, 0 links.

Posts

Jun 20, 20268 min — Systems Notes

XState for Python Is a Shared Workflow Contract

A project note on JovaniPink/xstate-python: loading XState and Stately JSON in Python, executing with SCXML-style semantics, binding live Python handlers, and using actors without hiding workflow state in async glue.

Outcome: Reader understands what xstate-python is trying to make possible, where it fits against other Python state-machine libraries, and why SCXML run-to-completion semantics, actors, clocks, and context snapshots matter for production workflows.

Apr 23, 202611 min — Systems Notes

State Machines in Python: from xstate-python to LangGraph

Why an agent harness re-fired a half-finished tool after a worker restart, the four Python libraries that solve different parts of the problem, and a concrete contribution roadmap for xstate-python.

Outcome: Reader can map a Python workflow to the right state-machine library, distinguish statechart formalism from durable execution, and know where to start contributing to xstate-python with file paths and named missing features.

All tags