gaunt-sloth-assistant 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -50,7 +50,7 @@ The promise of Gaunt Sloth:
50
50
  - Google AI Studio and Google Vertex AI;
51
51
  - Anthropic;
52
52
  - OpenAI (and other providers using OpenAI format, such as Inception);
53
- - LM Studio (local models);
53
+ - Local AI: LM Studio, Ollama, llama.cpp (Via OpenAI compatibitlity)
54
54
  - Ollama with JS config (some of the models, see https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/discussions/107)
55
55
  - xAI;
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaunt-sloth-assistant",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Andrew Kondratev",
@@ -42,14 +42,14 @@
42
42
  "dependencies": {
43
43
  "@a2a-js/sdk": "^0.3.7",
44
44
  "@langchain/anthropic": "^1.3.3",
45
- "@langchain/core": "^1.1.0",
45
+ "@langchain/core": "^1.1.8",
46
46
  "@langchain/deepseek": "^1.0.3",
47
47
  "@langchain/google-genai": "^2.1.3",
48
48
  "@langchain/google-vertexai": "^2.1.3",
49
49
  "@langchain/groq": "^1.0.2",
50
50
  "@langchain/langgraph": "^1.0.7",
51
51
  "@langchain/mcp-adapters": "^1.1.1",
52
- "@langchain/openai": "^1.1.2",
52
+ "@langchain/openai": "^1.2.0",
53
53
  "@langchain/xai": "^1.1.0",
54
54
  "@modelcontextprotocol/sdk": "^1.25.1",
55
55
  "commander": "^14.0.2",