JSPM

@blacklake-systems/depth-cli

0.2.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q8737F
  • License MIT

BlackLake Depth — durable workflow runtime for AI agent workflows. Runs under Surface governance.

Package Exports

  • @blacklake-systems/depth-cli
  • @blacklake-systems/depth-cli/package.json
  • @blacklake-systems/depth-cli/run

Readme

@blacklake-systems/depth-cli

⚠️ Deprecated. This package is now part of the unified blacklake npm package. Install blacklake and use npx blacklake run workflow.ts for the same durable workflow runtime. See the migration doc for sed-style search-and-replace examples. This package will continue to ship as a thin re-export through the next two minor versions.

Durable workflow CLI for BlackLake — runs TypeScript workflows with step-level checkpointing and crash recovery.

BlackLake is AI control infrastructure and analytics. Long-running workflows can run under the same control layer as every other AI action — same policy, cost, and receipt model.

Migrate

-npx @blacklake-systems/depth-cli run workflow.ts
+npx blacklake run workflow.ts
-npm i -g @blacklake-systems/depth-cli
+npm i -g blacklake