Skip to content

GthAgentFactory

GthAgentFactory = (statusUpdate, resolvers?) => GthAgentInterface

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/types.ts:657

Factory that produces a GthAgentInterface implementation. Injected into GthAgentRunner so embedders can swap the lean GthLangChainAgent (the default, in core) for another graph builder without core ever importing it.

StatusUpdateCallback

AgentResolvers

GthAgentInterface