@ariestools/actor-model
v1.3.0
Published
Pure contracts for the Aries actor system: readiness, context, locator seam, params
Readme
@ariestools/actor-model
Pure contracts for the Aries actor system. Type-only runtime payload; compiles neutral (browser + node + any JS runtime).
ReadyState,ReadinessSignal,ReadinessRunnable— the readiness contract (structurally identical to@ariestools/cli-kit'sManagedActorreadiness surface)ActorReadyReporter— readiness reporting seamActorContext— the four context fields theActorbase readsActorLocator/RawInstanceLocator/InstanceLocator/RegistrableLocator/OwnedLocator— the two-tier locator/DI seamActorParams,ActorInstance— actor construction and supervision surfaces, including pre-lock cooperative cancellation and status-independent shutdownActorDependencyDeclaration— alias of the shared provider dependency declaration; selected actors provide the roots of one provider graphTimeoutHandle— environment-agnostic timer handle type
