Skip to content

gthDeepAgentFactory

const gthDeepAgentFactory: GthAgentFactory

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/gthDeepAgentFactory.ts:14

A GthAgentFactory that produces a GthDeepAgent. Pass this to GthAgentRunner (its optional 3rd ctor arg) so the same runner drives a createDeepAgent graph instead of the lean default — without core ever importing deepagents.

The deepagents backend is experimental: lean is the default. Selecting it (via agent.backend: 'deep') emits a one-time warning so it is never used unknowingly.