Skip to content

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.

Terminal window
go get dappco.re/go/agent@latest
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.

Page in flight — content fills in as the package converges. Source of truth today is the README and inline docstrings in the repo.

github.com/dappcore/agent — full source, issues, and releases.