agent
The agent package is the runtime layer for autonomous coding agents — dispatch
pipeline, session state, fleet coordination, and plan execution. Built on the
core/go primitives.
Install
Section titled “Install”go get dappco.re/go/agent@latestImport
Section titled “Import”import "dappco.re/go/agent"The path drops the legacy core/ segment — dappco.re/go/agent, not
dappco.re/go/core/agent. Existing consumers on the legacy path are still
resolved by the redirect at /go/core/agent/ and continue
to compile against the same source repo.
Status
Section titled “Status”Page in flight — content fills in as the package converges. Source of truth today is the README and inline docstrings in the repo.
Source
Section titled “Source”github.com/dappcore/agent — full source,
issues, and releases.