@introspection-ai/cli
v0.6.0
Published
Introspection CLI — remote hot-swap executor for the Introspection agent-reliability platform
Downloads
898
Maintainers
Readme
@introspection-ai/cli
The Introspection command-line interface — the remote hot-swap executor. Attaches to the cloud from your environment and streams your local working-tree content into a running task's sandbox, re-shipping on every change.
npm install -g @introspection-ai/cli
# then, from inside your git work-tree:
introspection remote --task-id "$TASK_ID"Or run without installing:
npx @introspection-ai/cli remote --task-id "$TASK_ID"The platform-specific binary is delivered via an optional dependency
(@introspection-ai/cli-<os>-<cpu>) selected automatically by npm.
Full documentation: https://github.com/introspection-org/introspection-cli
