lionagi 0.2.2__py3-none-any.whl → 0.2.4__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lionagi
3
- Version: 0.2.2
3
+ Version: 0.2.4
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,10 +234,10 @@ Requires-Dist: pandas >=2.1.0
230
234
 
231
235
 
232
236
  # Language InterOperable Network - LION
233
- ### An AGentic Intelligence Operating System
237
+ ### an AGentic Intelligence Operating System
234
238
 
235
239
  ```
236
- pip install lionagi==0.2.2
240
+ pip install lionagi==0.2.3
237
241
  ```
238
242
 
239
243
  **Powerful Intelligent Workflow Automation**
@@ -1,5 +1,5 @@
1
1
  lionagi/__init__.py,sha256=amQal6CUIv4QDI4Qmb0M5qwTbn3_F430Wl5vaSNG6-U,1952
2
- lionagi/version.py,sha256=m6kyaNpwBcP1XYcqrelX2oS3PJuOnElOcRdBa9pEb8c,22
2
+ lionagi/version.py,sha256=SBl2EPFW-ltPvQ7vbVWItyAsz3aKYIpjO7vcfr84GkU,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=b1Isl4UBoHtUxdfBWAahnE5tmyV4g5UOQcyFZUjP0Yc,12187
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
@@ -167,7 +167,7 @@ lionagi/integrations/loader/load.py,sha256=TCKXePhEdNDeBH7iv__7lG0GwhPU4j3qyjhTY
167
167
  lionagi/integrations/loader/load_util.py,sha256=F0VAGS16sl6P4aolP0Us0E641RGv8zpTefdHgRDL-p4,6438
168
168
  lionagi/integrations/provider/__init__.py,sha256=MJhnq2tkBRcMH-3utc0G-Co20MmsxLBbp3fUwHrJGQ8,198
169
169
  lionagi/integrations/provider/_mapping.py,sha256=1IcE4IE7L1zhTIOE1W4LslGcanomdAzJYiYyGMPDhN8,1346
170
- lionagi/integrations/provider/litellm.py,sha256=_sSUQRdk8WheCi2x6SPQUqtbK-P-afhnCFoBJeuLN0U,1231
170
+ lionagi/integrations/provider/litellm.py,sha256=RTCqe7JiSOWRQXj6Ic4nL-m1jxGGJG1lw8HIl_qppLQ,1320
171
171
  lionagi/integrations/provider/mistralai.py,sha256=G-StbfrnUcWZvl0eRby6CZYXxmJf6BRMFzDaix-brmU,7
172
172
  lionagi/integrations/provider/mlx_service.py,sha256=m9c9793xlNVNkNBXlNcavczueF5bdWD1urrIw6rDf5E,1726
173
173
  lionagi/integrations/provider/oai.py,sha256=Bkh0VJPJwbQGYOFfBdSR5JG3sBkCfHHZm3dx3gmkIms,7054
@@ -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=wskEe7BT82qvGwUcgFVtrw4OeKS6fMF2r5RiCzuS-3k,8516
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=0v84JJ_8rUoN_TifSt_T9Uunn1gGH9PLj_ZGmyAHa1A,2584
243
- lionagi/tests/test_core/graph/test_tree.py,sha256=bkLEu77jXc2BsD-szm1H2SnclkZaFKDsqWMF3e1TRic,3237
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=rZ5ok29AFHRiOzOje0Orfj8nstsD42yrFwHvkqCL-qw,2234
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=SVIfXT_gxMG9_I2IeeEGOTawJq8XcaboF0y8gYHGwFg,9022
248
- lionagi/tests/test_core/test_structure/test_graph.py,sha256=VJ1RIn6d65rwWl-subxnMA7m17t7Q-ShB5Bi1S_C4wA,2058
249
- lionagi/tests/test_core/test_structure/test_tree.py,sha256=fAUDxJKF_gMS0CYb4-rtHsqfWf5qY-ALxaBWeLWT-ns,1851
250
- lionagi-0.2.2.dist-info/LICENSE,sha256=VXFWsdoN5AAknBCgFqQNgPWYx7OPp-PFEP961zGdOjc,11288
251
- lionagi-0.2.2.dist-info/METADATA,sha256=p3fGL0x851HByJiT3MNK_kt487ZC85NJ9sZE8A8EIjc,16156
252
- lionagi-0.2.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
253
- lionagi-0.2.2.dist-info/top_level.txt,sha256=szvch_d2jE1Lu9ZIKsl26Ll6BGfYfbOgt5lm-UpFSo4,8
254
- lionagi-0.2.2.dist-info/RECORD,,
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.4.dist-info/LICENSE,sha256=VXFWsdoN5AAknBCgFqQNgPWYx7OPp-PFEP961zGdOjc,11288
255
+ lionagi-0.2.4.dist-info/METADATA,sha256=laDb2JoSzm-iwVq0_qrZVtaxcHMXxWjF6zbia1iP5HE,16276
256
+ lionagi-0.2.4.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
257
+ lionagi-0.2.4.dist-info/top_level.txt,sha256=szvch_d2jE1Lu9ZIKsl26Ll6BGfYfbOgt5lm-UpFSo4,8
258
+ lionagi-0.2.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (72.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5