@demicodes/coding-agent
v0.3.2
Published
Coding-agent harness, commands, and reference resolution for Demi.
Readme
@demicodes/coding-agent
A ready-made coding-agent harness for Demi: the system prompt, registered commands
(a demi command for file reads/edits, plus shell control), and reference resolution, wired
to a Host. Drop it into an AgentServer.
import { createCodingAgentHarness } from '@demicodes/coding-agent'
import { LocalHost } from '@demicodes/host-local'
const harness = createCodingAgentHarness({ host: new LocalHost(process.cwd()) })See the Quickstart. Part of Demi. Apache-2.0.
