Environments
An environment is the governed execution container for ECP (Execution Control Protocol) workflows. Workflows stay portable; environments hold host bindings.Create and bind
Node host (CLI and server apps):
Import extension packages for side-effect catalog registration before binding by string id.
Init and operational APIs
Ecp returned by init().
Browser hosts
@executioncontrolprotocol/browser provides a slim host (executor, registry, session). Apps bind providers and harnesses. The browser demo is one such app; see Demo providers and configuration.