UNPKG

gaunt-sloth-assistant

Version:

> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).** > The `1.5.x` series is the final release under the old name — active development continues under > the new package. To switch: > > ```bash >

65 lines (64 loc) 1.4 kB
{ "name": "gaunt-sloth-assistant", "version": "1.5.7", "description": "", "license": "MIT", "author": "Andrew Kondratev", "type": "module", "main": "dist/cli.js", "repository": { "type": "git", "url": "git+https://github.com/pukeko-robotics/gaunt-sloth.git" }, "bugs": { "url": "https://github.com/pukeko-robotics/gaunt-sloth/issues" }, "homepage": "https://github.com/pukeko-robotics/gaunt-sloth#readme", "keywords": [ "ai", "agent", "mcp", "llm", "cli" ], "engines": { "node": ">=24.0.0", "npm": ">=11.0.0" }, "scripts": { "build": "tsc", "prepack": "tsc" }, "bin": { "gaunt-sloth-assistant": "cli.js", "gaunt-sloth": "cli.js", "gsloth": "cli.js", "gth": "cli.js" }, "dependencies": { "@gaunt-sloth/api": "0.1.9", "@gaunt-sloth/core": "0.1.9", "@gaunt-sloth/review": "0.1.9", "@gaunt-sloth/tools": "0.1.9", "@langchain/anthropic": "^1.4.0", "@langchain/core": "^1.1.48", "@langchain/deepseek": "^1.0.27", "@langchain/google": "^0.1.12", "@langchain/groq": "^1.2.1", "@langchain/openai": "^1.2.0", "@langchain/xai": "^1.3.19", "commander": "^15.0.0" }, "imports": { "#src/*.js": "./dist/*.js" }, "exports": { "./*": "./dist/*.js" }, "types": "./dist/*", "files": [ "./dist/*", "cli.js", ".gsloth.*.md" ] }