⚠️ Deprecated. This package belongs to the
gaunt-sloth1.x line. In v2 its tools and middleware are consolidated into@gaunt-sloth/agent; it will receive no further updates.Migrating imports — the same modules live under
@gaunt-sloth/agent:// v1 (@gaunt-sloth/tools) → v2 (@gaunt-sloth/agent)
import { resolveMiddleware } from '@gaunt-sloth/tools/middleware/registry.js';
import { resolveMiddleware } from '@gaunt-sloth/agent';
import GthFileSystemToolkit from '@gaunt-sloth/tools/tools/GthFileSystemToolkit.js';
import GthFileSystemToolkit from '@gaunt-sloth/agent/tools/GthFileSystemToolkit.js';Some APIs were reorganised in v2 (e.g.
builtInToolsConfig→AVAILABLE_BUILT_IN_TOOLS/getDefaultTools) — see https://gauntsloth.app/docs/. Site & docs: https://gauntsloth.app · Source: https://github.com/pukeko-robotics/gaunt-sloth
Tools and middleware for Gaunt Sloth.
builtInToolsConfig)GthFileSystemToolkit) — provides read/write/glob/grep tools controlled by .aiignoreGthCustomToolkit) — executes user-defined shell commands from configGthDevToolkit) — tools for development and coding sessionsresolveMiddleware) and types@gaunt-sloth/coreimport { builtInToolsConfig } from '@gaunt-sloth/tools/builtInToolsConfig.js';
import { resolveMiddleware } from '@gaunt-sloth/tools/middleware/registry.js';
@gaunt-sloth/core — Core utilities, config, and agent infrastructure@gaunt-sloth/tools — Built-in tools, filesystem toolkit, and middleware registry (this package)@gaunt-sloth/api — API server, AG-UI, MCP, and A2A integration@gaunt-sloth/review — Review and Q&A modules with standalone CLIgaunt-sloth — Main CLI application