@mcp-abap-adt/llm-agent-rag 21.0.0 → 22.0.1

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.
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @mcp-abap-adt/llm-agent-rag
2
2
 
3
+ [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
4
+ [![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
5
+
3
6
  RAG and embedder composition for the SmartAgent runtime.
4
7
 
5
8
  ## Exports
@@ -59,7 +62,7 @@ See `docs/ARCHITECTURE.md` for the full SmartAgent package layout.
59
62
  ## License
60
63
 
61
64
  **GNU Lesser General Public License v3.0 only** (`LGPL-3.0-only`) — see
62
- [`LICENSE`](LICENSE) (LGPL) and [`COPYING`](COPYING) (the GPL it layers
65
+ [`LICENSE`](LICENSE) (LGPL) and [`GPL-3.0.txt`](GPL-3.0.txt) (the GPL it layers
63
66
  permissions onto; both are required, the LGPL is not standalone).
64
67
 
65
68
  Copyright © 2025–2026 Oleksii Kyslytsia
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/llm-agent-rag",
3
- "version": "21.0.0",
3
+ "version": "22.0.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dist",
16
16
  "README.md",
17
17
  "LICENSE",
18
- "COPYING"
18
+ "GPL-3.0.txt"
19
19
  ],
20
20
  "scripts": {
21
21
  "build": "tsc -p tsconfig.json",
@@ -23,15 +23,15 @@
23
23
  "test": "node --import tsx/esm --test --test-reporter=spec 'src/**/*.test.ts'"
24
24
  },
25
25
  "dependencies": {
26
- "@mcp-abap-adt/llm-agent": "^21.0.0"
26
+ "@mcp-abap-adt/llm-agent": "^22.0.1"
27
27
  },
28
28
  "peerDependencies": {
29
- "@mcp-abap-adt/hana-vector-rag": "^21.0.0",
30
- "@mcp-abap-adt/ollama-embedder": "^21.0.0",
31
- "@mcp-abap-adt/openai-embedder": "^21.0.0",
32
- "@mcp-abap-adt/pg-vector-rag": "^21.0.0",
33
- "@mcp-abap-adt/qdrant-rag": "^21.0.0",
34
- "@mcp-abap-adt/sap-aicore-embedder": "^21.0.0"
29
+ "@mcp-abap-adt/hana-vector-rag": "^22.0.1",
30
+ "@mcp-abap-adt/ollama-embedder": "^22.0.1",
31
+ "@mcp-abap-adt/openai-embedder": "^22.0.1",
32
+ "@mcp-abap-adt/pg-vector-rag": "^22.0.1",
33
+ "@mcp-abap-adt/qdrant-rag": "^22.0.1",
34
+ "@mcp-abap-adt/sap-aicore-embedder": "^22.0.1"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@mcp-abap-adt/openai-embedder": {
@@ -54,12 +54,12 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@mcp-abap-adt/hana-vector-rag": "^21.0.0",
58
- "@mcp-abap-adt/ollama-embedder": "^21.0.0",
59
- "@mcp-abap-adt/openai-embedder": "^21.0.0",
60
- "@mcp-abap-adt/pg-vector-rag": "^21.0.0",
61
- "@mcp-abap-adt/qdrant-rag": "^21.0.0",
62
- "@mcp-abap-adt/sap-aicore-embedder": "^21.0.0"
57
+ "@mcp-abap-adt/hana-vector-rag": "^22.0.1",
58
+ "@mcp-abap-adt/ollama-embedder": "^22.0.1",
59
+ "@mcp-abap-adt/openai-embedder": "^22.0.1",
60
+ "@mcp-abap-adt/pg-vector-rag": "^22.0.1",
61
+ "@mcp-abap-adt/qdrant-rag": "^22.0.1",
62
+ "@mcp-abap-adt/sap-aicore-embedder": "^22.0.1"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
File without changes