Hi HN — I just open-sourced Hibana and hibana-agent.
Hibana is an Affine MPST runtime for Rust:
- global choreography -> compile-time projection -> role-local execution
- core is no_std / no_alloc-oriented
- deterministic route/offer/recv/decode model
Repo: https://github.com/hibanaworks/hibana
Demo (AI control with session-typed branching): https://github.com/hibanaworks/hibana-agent
Thanks for sharing, this looks cool.