AgentsKitOS

@agentskit/os-cli

Init, doctor, new, run, lock, publish, deploy.

pnpm add -D @agentskit/os-cli

What it does

The first-class CLI for AgentsKitOS workspaces. See CLI reference for the full command list.

CommandPurpose
initScaffold workspace + sane defaults
doctorDiagnose env, providers, sandbox, lockfile
new <template>Scaffold from @agentskit/os-templates
run <flow>Execute flow with run-mode + cost estimate
lockWrite agentskit-os.lock for reproducibility
publishBuild marketplace bundle (manifest + assets + SHA)
deployShip to docker / node target

Architecture

The CLI is a thin shell over @agentskit/os-core schemas plus injectable IO. The CliIo interface lets fakes swap in for testing — every command has unit coverage that doesn't touch the real filesystem.

Status

Shipping in M1. 102+ tests.

On this page