New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@ariestools/actor-model

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/actor-model

Pure contracts for the Aries actor system: readiness, context, locator seam, params

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
888
135.54%
Maintainers
3
Weekly downloads
 
Created
Source

@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's ManagedActor readiness surface)
  • ActorReadyReporter — readiness reporting seam
  • ActorContext — the four context fields the Actor base reads
  • ActorLocator / RawInstanceLocator / InstanceLocator / RegistrableLocator / OwnedLocator — the two-tier locator/DI seam
  • ActorParams, ActorInstance — actor construction and supervision surfaces, including pre-lock cooperative cancellation and status-independent shutdown
  • ActorDependencyDeclaration — alias of the shared provider dependency declaration; selected actors provide the roots of one provider graph
  • TimeoutHandle — environment-agnostic timer handle type

Keywords

ariestools

FAQs

Package last updated on 10 Aug 2026

Related posts