@demicodes/host-local
v0.5.0
Published
Node LocalHost and open-box local AgentServer assembly (command bridge on by default).
Readme
@demicodes/host-local
The Node reference implementation of the @demicodes/shell Host contract: real
filesystem, process spawning, and a temp-dir-backed JSON store. Use it to run
Demi against the local machine, or as the template for a remote/container/sandbox
Host.
import { LocalHost } from '@demicodes/host-local'
const host = new LocalHost(process.cwd())
LocalHostgrants full local filesystem and process access. For untrusted agents, supply a sandboxingHostinstead — see Implement a Host.
Part of Demi. Apache-2.0.
