@lingxiao-office/sdk 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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingxiao-office/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "凌霄剑域可复用后端引擎 SDK:编排内核、Agent 运行时、LLM 客户端、工具系统、记忆系统。不依赖 Web API,可直接嵌入任意产品线。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
"lingxiao"
|
|
16
16
|
],
|
|
17
17
|
"author": "Lingxiao Office",
|
|
18
|
-
"homepage": "https://github.com/hexian2001/lingxiao-
|
|
18
|
+
"homepage": "https://github.com/hexian2001/lingxiao-backend/tree/main/packages/sdk",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/hexian2001/lingxiao-
|
|
21
|
+
"url": "git+https://github.com/hexian2001/lingxiao-backend.git",
|
|
22
|
+
"directory": "packages/sdk"
|
|
22
23
|
},
|
|
23
24
|
"bugs": {
|
|
24
|
-
"url": "https://github.com/hexian2001/lingxiao-
|
|
25
|
+
"url": "https://github.com/hexian2001/lingxiao-backend/issues"
|
|
25
26
|
},
|
|
26
27
|
"type": "module",
|
|
27
28
|
"main": "dist/index.js",
|