@xache/langchain 0.2.0 → 0.2.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/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -168,9 +168,8 @@ Xache supports [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) for portable,
|
|
|
168
168
|
## Resources
|
|
169
169
|
|
|
170
170
|
- [Documentation](https://docs.xache.xyz)
|
|
171
|
-
- [
|
|
172
|
-
- [
|
|
173
|
-
- [Discord](https://discord.gg/xache)
|
|
171
|
+
- [GitHub](https://github.com/xacheai/xache-protocol)
|
|
172
|
+
- [Website](https://xache.xyz)
|
|
174
173
|
|
|
175
174
|
## License
|
|
176
175
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xache/langchain",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "LangChain.js integration for Xache Protocol - verifiable AI agent memory",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "https://github.com/
|
|
46
|
+
"url": "https://github.com/xacheai/xache-protocol"
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://xache.xyz",
|
|
49
49
|
"peerDependencies": {
|