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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”agentFactory?
Section titled “agentFactory?”
optionalagentFactory?: (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.
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”loadConfig?
Section titled “loadConfig?”
optionalloadConfig?: (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.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<GthConfig>
resolvers?
Section titled “resolvers?”
optionalresolvers?: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.