Gaunt Sloth Assistant - v1.5.6
    Preparing search index...

    Module @gaunt-sloth/tools

    @gaunt-sloth/tools

    Tools and middleware for Gaunt Sloth.

    • Built-in tools configuration (builtInToolsConfig)
    • Filesystem toolkit (GthFileSystemToolkit) — provides read/write/glob/grep tools controlled by .aiignore
    • Custom tools (GthCustomToolkit) — executes user-defined shell commands from config
    • Dev tools (GthDevToolkit) — tools for development and coding sessions
    • Status update tool
    • Web fetch tool
    • Binary content injection middleware
    • Middleware registry (resolveMiddleware) and types
    • @gaunt-sloth/core
    import { builtInToolsConfig } from '@gaunt-sloth/tools/builtInToolsConfig.js';
    import { resolveMiddleware } from '@gaunt-sloth/tools/middleware/registry.js';

    Modules

    builtInToolsConfig
    GthDevToolkit
    index
    middleware/binaryContentInjectionMiddleware
    middleware/registry
    middleware/types
    tools/binaryUtils
    tools/GthCustomToolkit
    tools/GthFileSystemToolkit
    tools/gthStatusUpdateTool
    tools/gthWebFetchTool
    utils/aiignoreUtils