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

@ariestools/actor-system

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/actor-system

Environment-neutral config-driven provider actor system launcher

Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
1.6K
176.8%
Maintainers
3
Weekly downloads
 
Created
Source

@ariestools/actor-system

Environment-neutral, config-driven launcher for provider-backed actor systems.

The launcher parses one system configuration, resolves one provider graph, provisions one locator, constructs every actor with its own actor config and the same resolved provider system, and returns one idempotently stoppable session. Runtime packages such as browser-kit and cli-kit supply lifecycle adapters and, when needed, a different supervision policy.

import {
  ActorSystemCatalog,
  createActorSystemProviderRegistry,
  launchActorSystem,
} from '@ariestools/actor-system'

const actorRegistry = new ActorSystemCatalog()
const providerRegistry = createActorSystemProviderRegistry()

const session = await launchActorSystem({
  actorRegistry,
  config,
  providerRegistry,
})

await session.stop()

Keywords

ariestools

FAQs

Package last updated on 10 Aug 2026

Related posts