liquid-loop 0.1.1__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,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liquid-loop
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Self-Organizing Cognitive Memory for AI Agents — Liquid Loop theory implementation
5
- Author-email: Fei Ge <feixubuke@example.com>
6
- Maintainer-email: Fei Ge <feixubuke@example.com>
5
+ Author: fishbook0001
6
+ Maintainer: fishbook0001
7
7
  License: MIT
8
- Project-URL: Homepage, https://gitee.com/feixubuke/liquid-loop
9
- Project-URL: Repository, https://gitee.com/feixubuke/liquid-loop
10
- Project-URL: Documentation, https://liquid-loop.readthedocs.io
11
- Project-URL: Issues, https://gitee.com/feixubuke/liquid-loop/issues
12
- Project-URL: Changelog, https://gitee.com/feixubuke/liquid-loop/blob/main/CHANGELOG.md
8
+ Project-URL: Homepage, https://github.com/fishbook0001/liquid-loop
9
+ Project-URL: Repository, https://github.com/fishbook0001/liquid-loop
10
+ Project-URL: Documentation, https://github.com/fishbook0001/liquid-loop#readme
11
+ Project-URL: Issues, https://github.com/fishbook0001/liquid-loop/issues
12
+ Project-URL: Changelog, https://github.com/fishbook0001/liquid-loop/blob/main/CHANGELOG.md
13
13
  Keywords: agent-memory,cognitive-architecture,self-organizing,liquid-loop,entropy,ai-agents,memory-management
14
14
  Classifier: Development Status :: 3 - Alpha
15
15
  Classifier: Intended Audience :: Developers
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liquid-loop
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Self-Organizing Cognitive Memory for AI Agents — Liquid Loop theory implementation
5
- Author-email: Fei Ge <feixubuke@example.com>
6
- Maintainer-email: Fei Ge <feixubuke@example.com>
5
+ Author: fishbook0001
6
+ Maintainer: fishbook0001
7
7
  License: MIT
8
- Project-URL: Homepage, https://gitee.com/feixubuke/liquid-loop
9
- Project-URL: Repository, https://gitee.com/feixubuke/liquid-loop
10
- Project-URL: Documentation, https://liquid-loop.readthedocs.io
11
- Project-URL: Issues, https://gitee.com/feixubuke/liquid-loop/issues
12
- Project-URL: Changelog, https://gitee.com/feixubuke/liquid-loop/blob/main/CHANGELOG.md
8
+ Project-URL: Homepage, https://github.com/fishbook0001/liquid-loop
9
+ Project-URL: Repository, https://github.com/fishbook0001/liquid-loop
10
+ Project-URL: Documentation, https://github.com/fishbook0001/liquid-loop#readme
11
+ Project-URL: Issues, https://github.com/fishbook0001/liquid-loop/issues
12
+ Project-URL: Changelog, https://github.com/fishbook0001/liquid-loop/blob/main/CHANGELOG.md
13
13
  Keywords: agent-memory,cognitive-architecture,self-organizing,liquid-loop,entropy,ai-agents,memory-management
14
14
  Classifier: Development Status :: 3 - Alpha
15
15
  Classifier: Intended Audience :: Developers
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "liquid-loop"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Self-Organizing Cognitive Memory for AI Agents — Liquid Loop theory implementation"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
11
11
  authors = [
12
- {name = "Fei Ge", email = "feixubuke@example.com"}
12
+ {name = "fishbook0001"}
13
13
  ]
14
14
  maintainers = [
15
- {name = "Fei Ge", email = "feixubuke@example.com"}
15
+ {name = "fishbook0001"}
16
16
  ]
17
17
  keywords = [
18
18
  "agent-memory",
@@ -55,11 +55,11 @@ docs = [
55
55
  ]
56
56
 
57
57
  [project.urls]
58
- Homepage = "https://gitee.com/feixubuke/liquid-loop"
59
- Repository = "https://gitee.com/feixubuke/liquid-loop"
60
- Documentation = "https://liquid-loop.readthedocs.io"
61
- Issues = "https://gitee.com/feixubuke/liquid-loop/issues"
62
- Changelog = "https://gitee.com/feixubuke/liquid-loop/blob/main/CHANGELOG.md"
58
+ Homepage = "https://github.com/fishbook0001/liquid-loop"
59
+ Repository = "https://github.com/fishbook0001/liquid-loop"
60
+ Documentation = "https://github.com/fishbook0001/liquid-loop#readme"
61
+ Issues = "https://github.com/fishbook0001/liquid-loop/issues"
62
+ Changelog = "https://github.com/fishbook0001/liquid-loop/blob/main/CHANGELOG.md"
63
63
 
64
64
  [project.scripts]
65
65
  liquid-loop = "liquid_loop.cli:main"
File without changes
File without changes
File without changes