langchain-xache 0.2.1__tar.gz → 0.2.3__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.
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/PKG-INFO +2 -2
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/PKG-INFO +2 -2
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/pyproject.toml +2 -2
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/README.md +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/SOURCES.txt +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/dependency_links.txt +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/requires.txt +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/top_level.txt +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/setup.cfg +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/__init__.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/_async_utils.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/chat_history.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/collective.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/extraction.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/memory.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/reputation.py +0 -0
- {langchain_xache-0.2.1 → langchain_xache-0.2.3}/xache_langchain/retriever.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langchain-xache
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://xache.xyz
|
|
8
8
|
Project-URL: Documentation, https://docs.xache.xyz
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
9
|
+
Project-URL: Repository, https://github.com/xacheai/xache-protocol
|
|
10
10
|
Keywords: langchain,ai,agents,memory,blockchain,receipts,reputation,erc8004,x402
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langchain-xache
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://xache.xyz
|
|
8
8
|
Project-URL: Documentation, https://docs.xache.xyz
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
9
|
+
Project-URL: Repository, https://github.com/xacheai/xache-protocol
|
|
10
10
|
Keywords: langchain,ai,agents,memory,blockchain,receipts,reputation,erc8004,x402
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langchain-xache"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
description = "LangChain integration for Xache Protocol - verifiable AI agent memory"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -52,7 +52,7 @@ dev = [
|
|
|
52
52
|
[project.urls]
|
|
53
53
|
Homepage = "https://xache.xyz"
|
|
54
54
|
Documentation = "https://docs.xache.xyz"
|
|
55
|
-
Repository = "https://github.com/
|
|
55
|
+
Repository = "https://github.com/xacheai/xache-protocol"
|
|
56
56
|
|
|
57
57
|
[tool.setuptools.packages.find]
|
|
58
58
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
{langchain_xache-0.2.1 → langchain_xache-0.2.3}/langchain_xache.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|