PraisonAI 0.0.25__py3-none-any.whl → 0.0.26__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.

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==0.0.25 gunicorn markdown\n")
59
+ file.write("RUN pip install flask praisonai==0.0.26 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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PraisonAI
3
- Version: 0.0.25
3
+ Version: 0.0.26
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
@@ -11,8 +11,11 @@ Classifier: Programming Language :: Python :: 3.12
11
11
  Provides-Extra: gradio
12
12
  Provides-Extra: ui
13
13
  Requires-Dist: Flask (>=3.0.0)
14
+ Requires-Dist: blinker (>=1.8.2)
15
+ Requires-Dist: chainlit (>=1.1.301,<2.0.0) ; extra == "ui"
14
16
  Requires-Dist: crewai (>=0.30.4)
15
17
  Requires-Dist: crewai-tools (>=0.2.6,<0.3.0)
18
+ Requires-Dist: gradio (>=4.26.0) ; extra == "gradio"
16
19
  Requires-Dist: markdown (>=3.5)
17
20
  Requires-Dist: praisonai-tools (>=0.0.4)
18
21
  Requires-Dist: pyautogen (>=0.2.19)
@@ -4,13 +4,13 @@ praisonai/agents_generator.py,sha256=blzU5uru7rctRUTlnxEER9NLyu4aAd-oUjE-0xo81ww
4
4
  praisonai/auto.py,sha256=evK0RxnR89e-HBTZD0fyJSD_m9k6rNj1Cmdn7dZKZ7A,7378
5
5
  praisonai/chainlit_ui.py,sha256=vOI6zPmQBD7OQJBMcmz-yuc1Hrs1QiO9cdgHcEZc8l4,2610
6
6
  praisonai/cli.py,sha256=rOQPALmdQBn1kbM5q9lpjRz4yfcWPybBRQ0ExeDCKqU,9961
7
- praisonai/deploy.py,sha256=suiVGWFIXP8SIMpXr9Mt6O5dtw1KNRaVf8v_t9KojDI,6031
7
+ praisonai/deploy.py,sha256=4-OxTeU7I3I4dTZtvp8esmIFKjTmqA3I-BHLor9_U8A,6031
8
8
  praisonai/inbuilt_tools/__init__.py,sha256=mUKnbL6Gram9c9f2m8wJwEzURBLmPEOcHzwySBH89YA,74
9
9
  praisonai/inbuilt_tools/autogen_tools.py,sha256=m3Ws2444hzgkiEjqw9Y4PFb_LsU9ZDD23C03uNsyeu0,14556
10
10
  praisonai/test.py,sha256=DkS_z3w7TmXt9lc57ToYQzdKN2IkWqXEMDBYUmZiGNk,4040
11
11
  praisonai/version.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
12
- praisonai-0.0.25.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
13
- praisonai-0.0.25.dist-info/METADATA,sha256=9sVtcu3EXcjQmyZTD-T7fX1E_7AcLUR0Hag9lT-SDLE,9407
14
- praisonai-0.0.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
15
- praisonai-0.0.25.dist-info/entry_points.txt,sha256=Qg41eW3A1-dvdV5tF7LqChfYof8Rihk2rN1fiEE3vnk,53
16
- praisonai-0.0.25.dist-info/RECORD,,
12
+ praisonai-0.0.26.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
13
+ praisonai-0.0.26.dist-info/METADATA,sha256=moxTdew9K_So-jIuaETixmrozyt7yUFGGnpx41F88lU,9552
14
+ praisonai-0.0.26.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
15
+ praisonai-0.0.26.dist-info/entry_points.txt,sha256=Qg41eW3A1-dvdV5tF7LqChfYof8Rihk2rN1fiEE3vnk,53
16
+ praisonai-0.0.26.dist-info/RECORD,,