@ariestools/actor-cli
v1.1.1
Published
cli-kit bridge for the Aries actor system: a CLI command is running actors
Readme
@ariestools/actor-cli
The cli-kit bridge for the Aries actor system: a CLI command is running actors.
runActorsService(host, options)— build/collect actors, supervise them ('sequential'via cli-kitActorSupervisor,'parallel'via actor-kitOrchestrator), wait for readiness, then block until the process interrupt or a terminal Actor failure and drain to a clean stop (RuntimeSession)runActorOnce(host, actor, options?)— invoke an Actor'srunOnce()and map success/failure to process exit codes; an application mapper can preserve domain-specific exit codes
The legacy runActorOnce(host, fn) callback form remains accepted while
existing one-shot jobs migrate to Actor instances.
