PraisonAI 1.0.9__cp312-cp312-manylinux_2_39_x86_64.whl → 1.0.10__cp312-cp312-manylinux_2_39_x86_64.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.

Potentially problematic release.


This version of PraisonAI might be problematic. Click here for more details.

praisonai/deploy.py CHANGED
@@ -56,7 +56,7 @@ class CloudDeployer:
56
56
  file.write("FROM python:3.11-slim\n")
57
57
  file.write("WORKDIR /app\n")
58
58
  file.write("COPY . .\n")
59
- file.write("RUN pip install flask praisonai==1.0.9 gunicorn markdown\n")
59
+ file.write("RUN pip install flask praisonai==1.0.10 gunicorn markdown\n")
60
60
  file.write("EXPOSE 8080\n")
61
61
  file.write('CMD ["gunicorn", "-b", "0.0.0.0:8080", "api:app"]\n')
62
62
 
@@ -69,7 +69,7 @@ cot = "full"
69
69
 
70
70
  # Specify a CSS file that can be used to customize the user interface.
71
71
  # The CSS file can be served from the public directory or via an external link.
72
- custom_css = "https://cdn.jsdelivr.net/gh/MervinPraison/PraisonAI@1.0.8/praisonai/ui/public/praison.css"
72
+ custom_css = "https://cdn.jsdelivr.net/gh/MervinPraison/PraisonAI@1.0.10/praisonai/ui/public/praison.css"
73
73
 
74
74
  # Specify a Javascript file that can be used to customize the user interface.
75
75
  # The Javascript file can be served from the public directory.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PraisonAI
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customization, and efficient human-agent collaboration.
5
5
  Author: Mervin Praison
6
6
  Requires-Python: >=3.10,<3.13
@@ -5,7 +5,7 @@ praisonai/api/call.py,sha256=iHdAlgIH_oTsEbjaGGu1Jjo6DTfMR-SfFdtSxnOLCeY,11032
5
5
  praisonai/auto.py,sha256=NDQiTV8ex_NE5C6AoY26-gMyLZNYrfthgQ6G0Dn1uhU,8304
6
6
  praisonai/chainlit_ui.py,sha256=bNR7s509lp0I9JlJNvwCZRUZosC64qdvlFCt8NmFamQ,12216
7
7
  praisonai/cli.py,sha256=JAopax31bOyHi0uHqucq-Jt-uAASTXAKfs0if7mlvZ0,20903
8
- praisonai/deploy.py,sha256=J9_qe8RoSWEQzskWaSiaNBT7VBciLKFXcc3l86vwwmE,6027
8
+ praisonai/deploy.py,sha256=QDjkj1Zzjt6ZYW2w80H7r7aC-ZCw5hWNGql_Om4kREM,6028
9
9
  praisonai/inbuilt_tools/__init__.py,sha256=fai4ZJIKz7-iOnGZv5jJX0wmT77PKa4x2jqyaJddKFA,569
10
10
  praisonai/inbuilt_tools/autogen_tools.py,sha256=kJdEv61BTYvdHOaURNEpBcWq8Rs-oC03loNFTIjT-ak,4687
11
11
  praisonai/inc/__init__.py,sha256=sPDlYBBwdk0VlWzaaM_lG0_LD07lS2HRGvPdxXJFiYg,62
@@ -35,7 +35,7 @@ praisonai/train.py,sha256=DvORlrwKOD-2v4r_z84eV3LsfzpNs-WnPKb5cQB3_t4,11071
35
35
  praisonai/ui/README.md,sha256=QG9yucvBieVjCjWFzu6hL9xNtYllkoqyJ_q1b0YYAco,1124
36
36
  praisonai/ui/chat.py,sha256=rlYwhTd3giBuvtK4Yc9kf6N9jfVT0VrZ-mLIzhANGiQ,13565
37
37
  praisonai/ui/code.py,sha256=GD_xQTo7qzpOM98tu4MOPsviJdXU__Ta3JIfsjoRe6U,15797
38
- praisonai/ui/config/.chainlit/config.toml,sha256=2gTaUxwUEyqE11qj9jjxXfVjuh3y8zszQt7-8ezU05A,3824
38
+ praisonai/ui/config/.chainlit/config.toml,sha256=p_EMlXdmQNGMrZB_OJ1ASfAkoqCjFgXzhZg9Q8aRJ6Y,3825
39
39
  praisonai/ui/config/.chainlit/translations/bn.json,sha256=m2TAaGMS-18_siW5dw4sbosh0Wn8ENWWzdGYkHaBrXw,22679
40
40
  praisonai/ui/config/.chainlit/translations/en-US.json,sha256=QoQAg8P5Q5gbGASc-HAHcfhufk71-Uc1u_ewIBfHuLc,9821
41
41
  praisonai/ui/config/.chainlit/translations/gu.json,sha256=9wE-NsHf7j5VUFzfE-cCpESTyHtzVHRcZXAwC3ACMl0,21660
@@ -74,8 +74,8 @@ praisonai/ui/realtimeclient/realtimedocs.txt,sha256=hmgd8Uwy2SkjSndyyF_-ZOaNxiyH
74
74
  praisonai/ui/realtimeclient/tools.py,sha256=IJOYwVOBW5Ocn5_iV9pFkmSKR3WU3YpX3kwF0I3jikQ,7855
75
75
  praisonai/ui/sql_alchemy.py,sha256=cfyL9uFfuizKFvW0aZfUBlJWPQYI-YBi1v4vxlkb1BQ,29615
76
76
  praisonai/version.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
77
- praisonai-1.0.9.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
78
- praisonai-1.0.9.dist-info/METADATA,sha256=K7lDhrWTxND_2c9GWG979MUIqxqUZTR3kk-XL1uU5C0,17374
79
- praisonai-1.0.9.dist-info/WHEEL,sha256=x1HiyTP_r-PIOu3STHzjukjf5kVLXzgVftSXf5bl8AU,110
80
- praisonai-1.0.9.dist-info/entry_points.txt,sha256=I_xc6a6MNTTfLxYmAxe0rgey0G-_hbY07oFW-ZDnkw4,135
81
- praisonai-1.0.9.dist-info/RECORD,,
77
+ praisonai-1.0.10.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
78
+ praisonai-1.0.10.dist-info/METADATA,sha256=hT7nuuedEBBzfpTeGQb-D5_J-ejFUcIhf1jYX339bsc,17375
79
+ praisonai-1.0.10.dist-info/WHEEL,sha256=x1HiyTP_r-PIOu3STHzjukjf5kVLXzgVftSXf5bl8AU,110
80
+ praisonai-1.0.10.dist-info/entry_points.txt,sha256=I_xc6a6MNTTfLxYmAxe0rgey0G-_hbY07oFW-ZDnkw4,135
81
+ praisonai-1.0.10.dist-info/RECORD,,