@lapage/ai-agent 1.0.1 → 1.0.2
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 +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lapage/ai-agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Standalone AI Agent library built on LangChain with MCP tool calling, memory, and vector knowledge base support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,9 +34,18 @@
|
|
|
34
34
|
],
|
|
35
35
|
"author": "Huy Lan",
|
|
36
36
|
"license": "MIT",
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "git+https://github.com/zhuylanz/AIAgent.git"
|
|
40
|
+
},
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/zhuylanz/AIAgent/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/zhuylanz/AIAgent#readme",
|
|
37
45
|
"dependencies": {
|
|
38
46
|
"@langchain/community": "^0.3.0",
|
|
39
47
|
"@langchain/core": "^0.3.0",
|
|
48
|
+
"@lapage/ai-agent": "^1.0.1",
|
|
40
49
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
41
50
|
"@types/json-schema": "^7.0.15",
|
|
42
51
|
"langchain": "^0.3.0",
|