gaunt-sloth-assistant
v1.5.6
Published
The main CLI application for Gaunt Sloth.
Downloads
4,025
Readme
gaunt-sloth-assistant
The main CLI application for Gaunt Sloth.
Contents
- CLI entry point and commander-based command registration
- Commands:
ask,review,pr,chat,code,init,get,api - Command utilities and config setup
- Vendor package wiring (all LangChain provider packages)
- Integration tests
CLI Binaries
The package registers four equivalent binary aliases:
gaunt-sloth-assistantgaunt-slothgslothgth
Dependencies
@gaunt-sloth/core@gaunt-sloth/tools@gaunt-sloth/api@gaunt-sloth/reviewcommander- All LangChain vendor packages (anthropic, google-genai, groq, openai, vertexai, xai, etc.)
This is the only package in the workspace that pulls in AI vendor dependencies directly. All other packages treat vendors as optional peers.
Re-exports
gaunt-sloth-assistant re-exports public APIs from the sub-packages for backward compatibility. Consumers that previously imported directly from gaunt-sloth-assistant continue to work without changes.
Installation
npm install -g gaunt-sloth-assistantFor full usage documentation see the root README and docs/COMMANDS.md.
Related packages
@gaunt-sloth/core— Core utilities, config, and agent infrastructure@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 (this package)
