@demicodes/shell
v0.3.2
Published
Sandboxable bash engine and Host contract for Demi.
Downloads
872
Readme
@demicodes/shell
A sandboxable bash engine for Demi. Commands run through a Host abstraction
(fs / process / store) rather than touching the machine directly, so the
same agent can target local, container, remote, or in-memory backends.
BashEnvironment— long-running shell sessions withexec/status/write/abortand a/@virtual filesystem of command artifacts.Hostcontract (see Implement a Host).- Built on a vendored fork of
just-bash.
Subpaths: @demicodes/shell/storage, @demicodes/shell/host-fs.
Part of Demi. Apache-2.0.
