gthLeanAgentFactory
constgthLeanAgentFactory:GthAgentFactory
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/gthLeanAgentFactory.ts:11
The lean backend factory — a GthAgentFactory that produces a plain
GthLangChainAgent. This is identical to the built-in default GthAgentRunner
constructs when no factory is passed; exporting it lets @gaunt-sloth/agent’s
resolveAgentFactory hand the runner a backend without duplicating the constructor
call.