langchain-xache 0.2.0__tar.gz → 0.2.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langchain-xache
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: LangChain integration for Xache Protocol - verifiable AI agent memory
5
5
  Author-email: Xache Protocol <dev@xache.xyz>
6
6
  License: MIT
@@ -190,9 +190,8 @@ Xache supports [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) for portable,
190
190
  ## Resources
191
191
 
192
192
  - [Documentation](https://docs.xache.xyz)
193
- - [API Reference](https://docs.xache.xyz/api)
194
- - [GitHub](https://github.com/oliveskin/xache)
195
- - [Discord](https://discord.gg/xache)
193
+ - [GitHub](https://github.com/xacheai/xache-protocol)
194
+ - [Website](https://xache.xyz)
196
195
 
197
196
  ## License
198
197
 
@@ -159,9 +159,8 @@ Xache supports [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) for portable,
159
159
  ## Resources
160
160
 
161
161
  - [Documentation](https://docs.xache.xyz)
162
- - [API Reference](https://docs.xache.xyz/api)
163
- - [GitHub](https://github.com/oliveskin/xache)
164
- - [Discord](https://discord.gg/xache)
162
+ - [GitHub](https://github.com/xacheai/xache-protocol)
163
+ - [Website](https://xache.xyz)
165
164
 
166
165
  ## License
167
166
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langchain-xache
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: LangChain integration for Xache Protocol - verifiable AI agent memory
5
5
  Author-email: Xache Protocol <dev@xache.xyz>
6
6
  License: MIT
@@ -190,9 +190,8 @@ Xache supports [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) for portable,
190
190
  ## Resources
191
191
 
192
192
  - [Documentation](https://docs.xache.xyz)
193
- - [API Reference](https://docs.xache.xyz/api)
194
- - [GitHub](https://github.com/oliveskin/xache)
195
- - [Discord](https://discord.gg/xache)
193
+ - [GitHub](https://github.com/xacheai/xache-protocol)
194
+ - [Website](https://xache.xyz)
196
195
 
197
196
  ## License
198
197
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "langchain-xache"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "LangChain integration for Xache Protocol - verifiable AI agent memory"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}