autogen-xache 0.1.1__tar.gz → 0.1.4__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,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autogen-xache
3
- Version: 0.1.1
3
+ Version: 0.1.4
4
4
  Summary: AutoGen 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/oliveskin/xache
9
+ Project-URL: Repository, https://github.com/xacheai/xache-protocol
10
10
  Keywords: autogen,ai,agents,memory,multi-agent,blockchain,receipts,reputation,erc8004,x402
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
@@ -288,9 +288,8 @@ Your agents build reputation through quality contributions and payments. Enable
288
288
  ## Resources
289
289
 
290
290
  - [Documentation](https://docs.xache.xyz)
291
- - [API Reference](https://docs.xache.xyz/api)
292
- - [GitHub](https://github.com/oliveskin/xache)
293
- - [Discord](https://discord.gg/xache)
291
+ - [GitHub](https://github.com/xacheai/xache-protocol)
292
+ - [Website](https://xache.xyz)
294
293
 
295
294
  ## License
296
295
 
@@ -257,9 +257,8 @@ Your agents build reputation through quality contributions and payments. Enable
257
257
  ## Resources
258
258
 
259
259
  - [Documentation](https://docs.xache.xyz)
260
- - [API Reference](https://docs.xache.xyz/api)
261
- - [GitHub](https://github.com/oliveskin/xache)
262
- - [Discord](https://discord.gg/xache)
260
+ - [GitHub](https://github.com/xacheai/xache-protocol)
261
+ - [Website](https://xache.xyz)
263
262
 
264
263
  ## License
265
264
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autogen-xache
3
- Version: 0.1.1
3
+ Version: 0.1.4
4
4
  Summary: AutoGen 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/oliveskin/xache
9
+ Project-URL: Repository, https://github.com/xacheai/xache-protocol
10
10
  Keywords: autogen,ai,agents,memory,multi-agent,blockchain,receipts,reputation,erc8004,x402
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
@@ -288,9 +288,8 @@ Your agents build reputation through quality contributions and payments. Enable
288
288
  ## Resources
289
289
 
290
290
  - [Documentation](https://docs.xache.xyz)
291
- - [API Reference](https://docs.xache.xyz/api)
292
- - [GitHub](https://github.com/oliveskin/xache)
293
- - [Discord](https://discord.gg/xache)
291
+ - [GitHub](https://github.com/xacheai/xache-protocol)
292
+ - [Website](https://xache.xyz)
294
293
 
295
294
  ## License
296
295
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autogen-xache"
7
- version = "0.1.1"
7
+ version = "0.1.4"
8
8
  description = "AutoGen integration for Xache Protocol - verifiable AI agent memory"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -53,7 +53,7 @@ dev = [
53
53
  [project.urls]
54
54
  Homepage = "https://xache.xyz"
55
55
  Documentation = "https://docs.xache.xyz"
56
- Repository = "https://github.com/oliveskin/xache"
56
+ Repository = "https://github.com/xacheai/xache-protocol"
57
57
 
58
58
  [tool.setuptools.packages.find]
59
59
  where = ["."]
File without changes