Skip to main content

compute

TypeScript AI Agent
  • Compute providers: where an agent’s tools run.
  • praisonai-ts had none, so toolsRunOn had nothing to select. Two real providers ship here — local and Docker — and the registry is open, so a remote provider (E2B, Modal, Daytona) can be added without touching callers.
  • Python parity: praisonai_sandbox.compute.

Import

Functions

registerComputeProvider()

Function definition.

listComputeProviders()

Function definition.

resolveComputeProvider()

Function definition.