@pumped-fn/sdk-just-bash
v2.0.0
Published
just-bash sandbox provider for @pumped-fn/sdk
Readme
@pumped-fn/sdk-just-bash
just-bash sandbox provider for @pumped-fn/sdk.
import { createScope } from "@pumped-fn/lite"
import { sandbox } from "@pumped-fn/sdk-just-bash"
const scope = createScope({
tags: [
sandbox({
options: {
files: { "/workspace/README.md": "ship it" },
cwd: "/workspace",
},
}),
],
})sandbox() returns a lazy agent.sandbox tag. The Bash runtime is created only when a sandbox capability is first used, and the flow can be run with any other sdk sandbox tag instead.
