lionagi 0.12.1__py3-none-any.whl → 0.12.2__py3-none-any.whl
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.
- lionagi/version.py +1 -1
- {lionagi-0.12.1.dist-info → lionagi-0.12.2.dist-info}/METADATA +4 -4
- {lionagi-0.12.1.dist-info → lionagi-0.12.2.dist-info}/RECORD +5 -5
- {lionagi-0.12.1.dist-info → lionagi-0.12.2.dist-info}/WHEEL +0 -0
- {lionagi-0.12.1.dist-info → lionagi-0.12.2.dist-info}/licenses/LICENSE +0 -0
lionagi/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.12.
|
1
|
+
__version__ = "0.12.2"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: lionagi
|
3
|
-
Version: 0.12.
|
3
|
+
Version: 0.12.2
|
4
4
|
Summary: An Intelligence Operating System.
|
5
|
-
Author-email: HaiyangLi <quantocean.li@gmail.com>
|
5
|
+
Author-email: HaiyangLi <quantocean.li@gmail.com>, Liangbingyan Luo <llby_luo@outlook.com>
|
6
6
|
License: Apache License
|
7
7
|
Version 2.0, January 2004
|
8
8
|
http://www.apache.org/licenses/
|
@@ -220,7 +220,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
220
220
|
Classifier: Programming Language :: Python :: 3.13
|
221
221
|
Requires-Python: >=3.10
|
222
222
|
Requires-Dist: jinja2>=3.0.0
|
223
|
-
Requires-Dist: khive>=0.2.
|
223
|
+
Requires-Dist: khive>=0.2.7
|
224
224
|
Requires-Dist: pandas>=2.0.0
|
225
225
|
Requires-Dist: tiktoken>=0.8.0
|
226
226
|
Provides-Extra: all
|
@@ -391,7 +391,7 @@ We welcome issues, ideas, and pull requests:
|
|
391
391
|
|
392
392
|
```
|
393
393
|
@software{Li_LionAGI_2023,
|
394
|
-
author = {Haiyang Li},
|
394
|
+
author = {Haiyang Li, Liangbingyan Luo},
|
395
395
|
month = {12},
|
396
396
|
year = {2023},
|
397
397
|
title = {LionAGI: Towards Automated General Intelligence},
|
@@ -4,7 +4,7 @@ lionagi/_errors.py,sha256=JlBTFJnRWtVYcRxKb7fWFiJHLbykl1E19mSJ8sXYVxg,455
|
|
4
4
|
lionagi/_types.py,sha256=iDdYewsP9rDrM7QY19_NDTcWUk7swp8vnGCrloHMtUM,53
|
5
5
|
lionagi/settings.py,sha256=W52mM34E6jXF3GyqCFzVREKZrmnUqtZm_BVDsUiDI_s,1627
|
6
6
|
lionagi/utils.py,sha256=KDcxyMcDrAMxixkQ1FhGkC81bXjae5_nYWB-vh8lyEc,53114
|
7
|
-
lionagi/version.py,sha256=
|
7
|
+
lionagi/version.py,sha256=NJQQPiZZfrBXFMqZlsia0JrhloS2PexbdxYYUs0c2Us,23
|
8
8
|
lionagi/adapters/__init__.py,sha256=FJBV1Fb7GR9mcRApEB9bNP3IRMQ9Qjg5aVTouZFyTBU,45
|
9
9
|
lionagi/adapters/adapter.py,sha256=aW7s1OKAdxHd8HBv2UcThn-r2Q08EyArssNyFobMLuA,3357
|
10
10
|
lionagi/adapters/json_adapter.py,sha256=EJj0Jev46ZhU3ZMnlYwyzN2rLxjLCVrMDpHkEuggBvk,4561
|
@@ -217,7 +217,7 @@ lionagi/tools/base.py,sha256=cld32pyjaTUdyiqZ8hNyJjWKAhcJ8RQNhgImI7R8b-E,1940
|
|
217
217
|
lionagi/tools/types.py,sha256=XtJLY0m-Yi_ZLWhm0KycayvqMCZd--HxfQ0x9vFUYDE,230
|
218
218
|
lionagi/tools/file/__init__.py,sha256=5y5joOZzfFWERl75auAcNcKC3lImVJ5ZZGvvHZUFCJM,112
|
219
219
|
lionagi/tools/file/reader.py,sha256=K0PtEI1s-Ol-uthBUdGFzDLrQNFr4l1bRkosn2jios8,9539
|
220
|
-
lionagi-0.12.
|
221
|
-
lionagi-0.12.
|
222
|
-
lionagi-0.12.
|
223
|
-
lionagi-0.12.
|
220
|
+
lionagi-0.12.2.dist-info/METADATA,sha256=JrekthbdkAaX3sK7DWVfz_tN6vfb_YrSzfIXca88npQ,18423
|
221
|
+
lionagi-0.12.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
222
|
+
lionagi-0.12.2.dist-info/licenses/LICENSE,sha256=VXFWsdoN5AAknBCgFqQNgPWYx7OPp-PFEP961zGdOjc,11288
|
223
|
+
lionagi-0.12.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|