Skip to content

AcpAgentAppOptions

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/acp/acpCommon.ts:65

Seams the tests replace; production leaves every one of them at its default.

optional agentFactory?: (config) => GthAgentFactory

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/acp/acpCommon.ts:76

The agent backend for a session. Defaults to resolveAgentFactory, i.e. the lean agent — the same backend every other command resolves, reached through the same seam rather than named here, so a future backend choice stays a single edit.

GthConfig

GthAgentFactory


optional loadConfig?: (cwd) => Promise<GthConfig>

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/acp/acpCommon.ts:70

Loads the effective gth config for a session rooted at cwd. Defaults to pointing config discovery at the session workspace and running the normal loader.

string

Promise<GthConfig>


optional resolvers?: AgentResolvers

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/acp/acpCommon.ts:78

Tool/content resolvers handed to the runner. Defaults to createResolvers.