@invariant-tech/runtime
v0.1.0-beta.1
Published
Dispatcher, worker loop, session manager, and agent context projector for Invariant framework.
Downloads
51
Maintainers
Readme
@invariant-tech/runtime
Durable execution runtime, worker loop, step dispatcher, and agent session manager for Invariant.
Installation
npm install @invariant-tech/runtime@betaOverview
@invariant-tech/runtime exposes lower-level dispatcher, Session manager, and context-projection utilities used by framework hosts. Durable stores expose OCC, leases, and runnable-run discovery, but this Beta package does not ship a portable pending-command claim loop or cross-process execution attachment API.
Most applications should start with @invariant-tech/sdk; use this package when implementing a custom host around the documented runtime contracts.
Documentation
Comprehensive execution model guides: https://docs.invarianttechnology.com/runtime/execution
