@mcp-abap-adt/llm-agent 21.0.0 → 22.0.0
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 +4 -1
- package/package.json +2 -2
- /package/{COPYING → GPL-3.0.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @mcp-abap-adt/llm-agent
|
|
2
2
|
|
|
3
|
+
[](https://stand-with-ukraine.pp.ua)
|
|
4
|
+
[](https://www.gnu.org/licenses/lgpl-3.0)
|
|
5
|
+
|
|
3
6
|
Core interfaces, types, and lightweight default implementations for LLM agent orchestration.
|
|
4
7
|
|
|
5
8
|
This package is the abstraction layer consumed by `@mcp-abap-adt/llm-agent-libs` (and transitively by `@mcp-abap-adt/llm-agent-server`) and by downstream applications that want to build their own agent on our interfaces. It ships:
|
|
@@ -35,7 +38,7 @@ Symbols that briefly appeared only in `@mcp-abap-adt/llm-agent-server@12.0.0` ar
|
|
|
35
38
|
## License
|
|
36
39
|
|
|
37
40
|
**GNU Lesser General Public License v3.0 only** (`LGPL-3.0-only`) — see
|
|
38
|
-
[`LICENSE`](LICENSE) (LGPL) and [`
|
|
41
|
+
[`LICENSE`](LICENSE) (LGPL) and [`GPL-3.0.txt`](GPL-3.0.txt) (the GPL it layers
|
|
39
42
|
permissions onto; both are required, the LGPL is not standalone).
|
|
40
43
|
|
|
41
44
|
Copyright © 2025–2026 Oleksii Kyslytsia
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/llm-agent",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Core interfaces, types, and lightweight default implementations for LLM agent orchestration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dist",
|
|
17
17
|
"README.md",
|
|
18
18
|
"LICENSE",
|
|
19
|
-
"
|
|
19
|
+
"GPL-3.0.txt"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsc -p tsconfig.json",
|
/package/{COPYING → GPL-3.0.txt}
RENAMED
|
File without changes
|