startGthAcpServer
startGthAcpServer(
options):Promise<DeepAgentsServer>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/gthAcpServer.ts:61
Construct and start a deepagents-acp server that roots its filesystem backend at each ACP
session’s cwd and runs it in virtual-fs mode (so / is the workspace, not the OS root).
Resolves once the stdio transport is listening.
Parameters
Section titled “Parameters”options
Section titled “options”DeepAgentsServerOptions
Returns
Section titled “Returns”Promise<DeepAgentsServer>