lionagi 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- lionagi/core/engine/branch_engine.py +4 -4
- lionagi/tests/api/__init__.py +0 -0
- lionagi/tests/api/aws/__init__.py +0 -0
- lionagi/tests/api/aws/conftest.py +28 -0
- lionagi/tests/api/aws/test_aws_s3.py +7 -0
- lionagi/tests/test_core/generic/test_structure.py +194 -193
- lionagi/tests/test_core/graph/test_graph.py +71 -70
- lionagi/tests/test_core/graph/test_tree.py +76 -75
- lionagi/tests/test_core/mail/test_mail.py +98 -62
- lionagi/tests/test_core/test_structure/test_base_structure.py +198 -196
- lionagi/tests/test_core/test_structure/test_graph.py +55 -54
- lionagi/tests/test_core/test_structure/test_tree.py +49 -48
- lionagi/version.py +1 -1
- {lionagi-0.2.2.dist-info → lionagi-0.2.3.dist-info}/METADATA +6 -2
- {lionagi-0.2.2.dist-info → lionagi-0.2.3.dist-info}/RECORD +18 -14
- {lionagi-0.2.2.dist-info → lionagi-0.2.3.dist-info}/WHEEL +1 -1
- {lionagi-0.2.2.dist-info → lionagi-0.2.3.dist-info}/LICENSE +0 -0
- {lionagi-0.2.2.dist-info → lionagi-0.2.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lionagi
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: Towards automated general intelligence.
|
5
5
|
Author: HaiyangLi
|
6
6
|
Author-email: Haiyang Li <ocean@lionagi.ai>
|
@@ -222,6 +222,10 @@ Requires-Dist: tiktoken >=0.5.1
|
|
222
222
|
Requires-Dist: pydantic >=2.6.0
|
223
223
|
Requires-Dist: aiocache >=0.12.2
|
224
224
|
Requires-Dist: pandas >=2.1.0
|
225
|
+
Requires-Dist: pytest >=8.2.2
|
226
|
+
Requires-Dist: moto >=5.0.9
|
227
|
+
Requires-Dist: PyYAML >=6.0.1
|
228
|
+
Requires-Dist: boto3 >=1.34.131
|
225
229
|
|
226
230
|
![PyPI - Version](https://img.shields.io/pypi/v/lionagi?labelColor=233476aa&color=231fc935) ![PyPI - Downloads](https://img.shields.io/pypi/dm/lionagi?color=blue)
|
227
231
|
|
@@ -230,7 +234,7 @@ Requires-Dist: pandas >=2.1.0
|
|
230
234
|
|
231
235
|
|
232
236
|
# Language InterOperable Network - LION
|
233
|
-
###
|
237
|
+
### an AGentic Intelligence Operating System
|
234
238
|
|
235
239
|
```
|
236
240
|
pip install lionagi==0.2.2
|
@@ -1,5 +1,5 @@
|
|
1
1
|
lionagi/__init__.py,sha256=amQal6CUIv4QDI4Qmb0M5qwTbn3_F430Wl5vaSNG6-U,1952
|
2
|
-
lionagi/version.py,sha256=
|
2
|
+
lionagi/version.py,sha256=PNiDER4qM19h9zdsdfgKt2_dT4WgYK7EguJ8RU2qA_g,22
|
3
3
|
lionagi/core/__init__.py,sha256=Il5Q9ATdX8yXqVxtP_nYqUhExzxPC_qk_WXQ_4h0exg,16
|
4
4
|
lionagi/core/_setting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
lionagi/core/_setting/_setting.py,sha256=p23fHtrzIZlQ8s8CDZICn8C6k7mdB_088nIDx19JaqM,1907
|
@@ -36,7 +36,7 @@ lionagi/core/director/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
36
36
|
lionagi/core/director/direct.py,sha256=AkSeam9wFjmFRhZtqTV3XU5bG1bOc7Cl2QpE9gugNlg,10111
|
37
37
|
lionagi/core/director/director.py,sha256=E-zgbAj5gbUgDrfE0YzFoipZnr0WWGZwIreEGGY2KJc,103
|
38
38
|
lionagi/core/engine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
|
-
lionagi/core/engine/branch_engine.py,sha256=
|
39
|
+
lionagi/core/engine/branch_engine.py,sha256=6Xwm6dsdUtzvpL9Thq0PUkB-NqlZch-C8bq8XssH_Uo,12274
|
40
40
|
lionagi/core/engine/instruction_map_engine.py,sha256=IXUgpK5dm9f2vD1UPo1aaIIfjgSaZrabx5qJuyNApgU,8532
|
41
41
|
lionagi/core/engine/sandbox_.py,sha256=yjq8aznCEBeflus68VVQavy6ChfdIoZeVvPhUx_UzrI,459
|
42
42
|
lionagi/core/engine/script_engine.py,sha256=4aL34i57ODmeZhdMjwt8HW3Xm0Qqk96VD_fqlNT06vg,3644
|
@@ -211,6 +211,10 @@ lionagi/lions/researcher/data_source/google_.py,sha256=V4tNn--_8k1A0FBPOD0mt5YmN
|
|
211
211
|
lionagi/lions/researcher/data_source/wiki_.py,sha256=1RrrW-Ko6y0ssQguIYiWTOoZf0oVT4_JB9g9KK1N4-Y,3123
|
212
212
|
lionagi/lions/researcher/data_source/yfinance_.py,sha256=snAf897J69MyAc6fcFjF0irrMjbAh81EZ3RvaFT3hxE,977
|
213
213
|
lionagi/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
214
|
+
lionagi/tests/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
215
|
+
lionagi/tests/api/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
216
|
+
lionagi/tests/api/aws/conftest.py,sha256=9E8W_2a3jsm8fuQ30NBQ3-3TGQfEeJ9g5is0jV1nGlA,492
|
217
|
+
lionagi/tests/api/aws/test_aws_s3.py,sha256=ATdbq6AmswgvLHF3zXW7Ow18wpcEIG-uglD1Al_8hZg,136
|
214
218
|
lionagi/tests/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
215
219
|
lionagi/tests/libs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
216
220
|
lionagi/tests/libs/test_api.py,sha256=wi8uEsV7vO-stJxvdajtOGBdnO76nGsZ_wjN0qXESEQ,1681
|
@@ -236,19 +240,19 @@ lionagi/tests/test_core/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
236
240
|
lionagi/tests/test_core/generic/test_edge.py,sha256=_wSRz8r8bmIib-XgIVoEPSbtJ7vuuymS2mPpr4Sy01I,2532
|
237
241
|
lionagi/tests/test_core/generic/test_graph.py,sha256=-vAg45cNx0CQczURgU8E0CW8lfXnBrqZwaq4OMuPUWA,3568
|
238
242
|
lionagi/tests/test_core/generic/test_node.py,sha256=SIGKts5FURH84NEHWy1if39FeVx-RAoOryXOrtIWMFY,4417
|
239
|
-
lionagi/tests/test_core/generic/test_structure.py,sha256=
|
243
|
+
lionagi/tests/test_core/generic/test_structure.py,sha256=w8fqNHDbjC-5x7xSK9RJ5NSg_r17Psw8ZcigCdXnsOA,8846
|
240
244
|
lionagi/tests/test_core/generic/test_tree_node.py,sha256=a1aMpGDAgtPD1W1HYco7Z3X7gBih-pndTbebf-K7YTA,2934
|
241
245
|
lionagi/tests/test_core/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
242
|
-
lionagi/tests/test_core/graph/test_graph.py,sha256=
|
243
|
-
lionagi/tests/test_core/graph/test_tree.py,sha256=
|
246
|
+
lionagi/tests/test_core/graph/test_graph.py,sha256=JCvk7pn5hRBK8vBMm31tZgAv2kC9eDLn_8jJK0_2-Qs,2708
|
247
|
+
lionagi/tests/test_core/graph/test_tree.py,sha256=vdRH9fSazbox1ajRS5FByQGAVu-mwvS6YEFpepV3Fb8,3380
|
244
248
|
lionagi/tests/test_core/mail/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
245
|
-
lionagi/tests/test_core/mail/test_mail.py,sha256=
|
249
|
+
lionagi/tests/test_core/mail/test_mail.py,sha256=PbxlTXXcPFe177TzUbpQOQiDV-XdzHE-Oorct_vuwnM,3063
|
246
250
|
lionagi/tests/test_core/test_structure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
247
|
-
lionagi/tests/test_core/test_structure/test_base_structure.py,sha256=
|
248
|
-
lionagi/tests/test_core/test_structure/test_graph.py,sha256=
|
249
|
-
lionagi/tests/test_core/test_structure/test_tree.py,sha256=
|
250
|
-
lionagi-0.2.
|
251
|
-
lionagi-0.2.
|
252
|
-
lionagi-0.2.
|
253
|
-
lionagi-0.2.
|
254
|
-
lionagi-0.2.
|
251
|
+
lionagi/tests/test_core/test_structure/test_base_structure.py,sha256=Ik_G7lI8dV3Q1jw1f6mynoPQVYnvVTkOQrgAf7fpIxY,9387
|
252
|
+
lionagi/tests/test_core/test_structure/test_graph.py,sha256=uC68zubRVbwSZ5JGzld7LnlpPqfGMNMZ9FDu9mcHp60,2161
|
253
|
+
lionagi/tests/test_core/test_structure/test_tree.py,sha256=0vJMvG0YChCl7W2NwF0yl9ukSftlkuoMOZFrHwwMgL8,1943
|
254
|
+
lionagi-0.2.3.dist-info/LICENSE,sha256=VXFWsdoN5AAknBCgFqQNgPWYx7OPp-PFEP961zGdOjc,11288
|
255
|
+
lionagi-0.2.3.dist-info/METADATA,sha256=MsP8KgE5rTUtzc4IQPP1TIe78tXV4MqK13OtNoTMKKs,16276
|
256
|
+
lionagi-0.2.3.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
|
257
|
+
lionagi-0.2.3.dist-info/top_level.txt,sha256=szvch_d2jE1Lu9ZIKsl26Ll6BGfYfbOgt5lm-UpFSo4,8
|
258
|
+
lionagi-0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|