@gaunt-sloth/tools
v0.1.4
Published
Tools and middleware for Gaunt Sloth
Downloads
552
Readme
@gaunt-sloth/tools
Tools and middleware for Gaunt Sloth.
Contents
- 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
Dependencies
@gaunt-sloth/core
Exports
import { builtInToolsConfig } from '@gaunt-sloth/tools/builtInToolsConfig.js';
import { resolveMiddleware } from '@gaunt-sloth/tools/middleware/registry.js';Related packages
@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-assistant— Main CLI application
