Core utilities and types for Gaunt Sloth.
GthConfig, RawGthConfig, config loading and post-processing)GthLangChainAgent, GthAgentRunnerconsoleUtils, debugUtils, fileUtils, llmUtils, systemUtils, stringUtils, aiignoreUtils, binaryOutputUtils, vertexaiUtils, globalConfigUtils, ProgressIndicatorartifactStoreAI vendor packages are not direct dependencies. Each vendor package is an optional peer dependency, resolved at runtime by whichever consumer (e.g. gaunt-sloth-assistant) pulls them in.
No other @gaunt-sloth/* packages.
All modules are exported via the ./ export map pattern (./*.js), e.g.:
import { GthAgentRunner } from '@gaunt-sloth/core/agentRunner.js';
import { display } from '@gaunt-sloth/core/utils/consoleUtils.js';
@gaunt-sloth/core — Core utilities, config, and agent infrastructure (this package)@gaunt-sloth/tools — Built-in tools, filesystem toolkit, and middleware registry@gaunt-sloth/api — API server, AG-UI, MCP, and A2A integration@gaunt-sloth/review — Review and Q&A modules with standalone CLIgaunt-sloth-assistant — Main CLI application