autogen-xache 0.1.0__tar.gz → 0.1.2__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: autogen-xache
3
- Version: 0.1.0
3
+ Version: 0.1.2
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
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: xache>=0.1.0
23
+ Requires-Dist: xache>=5.1.0
24
24
  Requires-Dist: pyautogen>=0.2.0
25
25
  Requires-Dist: pydantic>=2.0.0
26
26
  Provides-Extra: dev
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autogen-xache
3
- Version: 0.1.0
3
+ Version: 0.1.2
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
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: xache>=0.1.0
23
+ Requires-Dist: xache>=5.1.0
24
24
  Requires-Dist: pyautogen>=0.2.0
25
25
  Requires-Dist: pydantic>=2.0.0
26
26
  Provides-Extra: dev
@@ -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
 
@@ -1,4 +1,4 @@
1
- xache>=0.1.0
1
+ xache>=5.1.0
2
2
  pyautogen>=0.2.0
3
3
  pydantic>=2.0.0
4
4
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autogen-xache"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "AutoGen integration for Xache Protocol - verifiable AI agent memory"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -37,7 +37,7 @@ classifiers = [
37
37
  "Topic :: Software Development :: Libraries :: Python Modules",
38
38
  ]
39
39
  dependencies = [
40
- "xache>=0.1.0",
40
+ "xache>=5.1.0",
41
41
  "pyautogen>=0.2.0",
42
42
  "pydantic>=2.0.0",
43
43
  ]
File without changes