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

@ariestools/actor-cli

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-cli

cli-kit bridge for the Aries actor system: a CLI command is running actors

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
1.1K
107.85%
Maintainers
3
Weekly downloads
 
Created
Source

@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-kit ActorSupervisor, 'parallel' via actor-kit Orchestrator), 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's runOnce() 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.

Keywords

ariestools

FAQs

Package last updated on 10 Aug 2026

Related posts