PraisonAI 1.0.0__cp312-cp312-manylinux_2_35_x86_64.whl → 1.0.1__cp312-cp312-manylinux_2_35_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/cli.py +13 -0
- praisonai/deploy.py +1 -1
- {praisonai-1.0.0.dist-info → praisonai-1.0.1.dist-info}/METADATA +24 -2
- {praisonai-1.0.0.dist-info → praisonai-1.0.1.dist-info}/RECORD +7 -7
- {praisonai-1.0.0.dist-info → praisonai-1.0.1.dist-info}/LICENSE +0 -0
- {praisonai-1.0.0.dist-info → praisonai-1.0.1.dist-info}/WHEEL +0 -0
- {praisonai-1.0.0.dist-info → praisonai-1.0.1.dist-info}/entry_points.txt +0 -0
praisonai/cli.py
CHANGED
|
@@ -296,6 +296,19 @@ class PraisonAI:
|
|
|
296
296
|
if args.command == 'call':
|
|
297
297
|
args.call = True
|
|
298
298
|
|
|
299
|
+
# Handle both command and flag versions for call
|
|
300
|
+
if args.command == 'call' or args.call:
|
|
301
|
+
if not CALL_MODULE_AVAILABLE:
|
|
302
|
+
print("[red]ERROR: Call feature is not installed. Install with:[/red]")
|
|
303
|
+
print("\npip install \"praisonai[call]\"\n")
|
|
304
|
+
sys.exit(1)
|
|
305
|
+
|
|
306
|
+
call_args = []
|
|
307
|
+
if args.public:
|
|
308
|
+
call_args.append('--public')
|
|
309
|
+
call_module.main(call_args)
|
|
310
|
+
sys.exit(0)
|
|
311
|
+
|
|
299
312
|
# Handle special commands first
|
|
300
313
|
special_commands = ['chat', 'code', 'call', 'realtime', 'train', 'ui']
|
|
301
314
|
|
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.
|
|
59
|
+
file.write("RUN pip install flask praisonai==1.0.1 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: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
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
|
|
@@ -34,13 +34,14 @@ Requires-Dist: flaml[automl] (>=2.3.1) ; extra == "call"
|
|
|
34
34
|
Requires-Dist: flask (>=3.0.0) ; extra == "api"
|
|
35
35
|
Requires-Dist: gradio (>=4.26.0) ; extra == "gradio"
|
|
36
36
|
Requires-Dist: greenlet (>=3.0.3) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
37
|
-
Requires-Dist: instructor (>=0.4.8) ; extra == "crewai" or extra == "autogen"
|
|
37
|
+
Requires-Dist: instructor (>=0.4.8) ; extra == "call" or extra == "crewai" or extra == "autogen"
|
|
38
38
|
Requires-Dist: langchain-anthropic (>=0.1.13) ; extra == "anthropic"
|
|
39
39
|
Requires-Dist: langchain-cohere (>=0.1.4) ; extra == "cohere"
|
|
40
40
|
Requires-Dist: langchain-google-genai (>=1.0.4) ; extra == "google"
|
|
41
41
|
Requires-Dist: langchain-openai (>=0.1.7) ; extra == "openai"
|
|
42
42
|
Requires-Dist: litellm (>=1.41.8) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
43
43
|
Requires-Dist: markdown (>=3.5)
|
|
44
|
+
Requires-Dist: openai (>=1.54.0) ; extra == "call"
|
|
44
45
|
Requires-Dist: playwright (>=1.47.0) ; extra == "chat" or extra == "code"
|
|
45
46
|
Requires-Dist: plotly (>=5.24.0) ; extra == "realtime"
|
|
46
47
|
Requires-Dist: praisonai-tools (>=0.0.7) ; extra == "crewai" or extra == "autogen"
|
|
@@ -455,4 +456,25 @@ This configuration ensures that your development dependencies are correctly cate
|
|
|
455
456
|
|
|
456
457
|
Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
|
|
457
458
|
|
|
459
|
+
## Video Tutorials
|
|
460
|
+
|
|
461
|
+
| Topic | Video |
|
|
462
|
+
|-------|--------|
|
|
463
|
+
| Introduction | [](https://www.youtube.com/watch?v=Fn1lQjC0GO0) |
|
|
464
|
+
| Tools Overview | [](https://www.youtube.com/watch?v=XaQRgRpV7jo) |
|
|
465
|
+
| Custom Tools | [](https://www.youtube.com/watch?v=JSU2Rndh06c) |
|
|
466
|
+
| Firecrawl Integration | [](https://www.youtube.com/watch?v=UoqUDcLcOYo) |
|
|
467
|
+
| User Interface | [](https://www.youtube.com/watch?v=tg-ZjNl3OCg) |
|
|
468
|
+
| Crawl4AI Integration | [](https://www.youtube.com/watch?v=KAvuVUh0XU8) |
|
|
469
|
+
| Chat Interface | [](https://www.youtube.com/watch?v=sw3uDqn2h1Y) |
|
|
470
|
+
| Code Interface | [](https://www.youtube.com/watch?v=_5jQayO-MQY) |
|
|
471
|
+
| Mem0 Integration | [](https://www.youtube.com/watch?v=KIGSgRxf1cY) |
|
|
472
|
+
| Training | [](https://www.youtube.com/watch?v=aLawE8kwCrI) |
|
|
473
|
+
| Realtime Voice Interface | [](https://www.youtube.com/watch?v=frRHfevTCSw) |
|
|
474
|
+
| Call Interface | [](https://www.youtube.com/watch?v=m1cwrUG2iAk) |
|
|
475
|
+
|
|
476
|
+
## License
|
|
477
|
+
|
|
478
|
+
Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
|
|
479
|
+
|
|
458
480
|
|
|
@@ -4,8 +4,8 @@ praisonai/agents_generator.py,sha256=CYqoJj4wHi_2lD39vAiOiLLV7SYg30o5nky09u5ViAE
|
|
|
4
4
|
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
|
-
praisonai/cli.py,sha256=
|
|
8
|
-
praisonai/deploy.py,sha256=
|
|
7
|
+
praisonai/cli.py,sha256=tgxTOcWPoOzsXS9njga29Tdw7S4HQgsq68S4KmjiwiI,20947
|
|
8
|
+
praisonai/deploy.py,sha256=9_50xcjKC1SxUQUeLr9AXd1Q0IESHFASA3Tf-y9r8Fo,6027
|
|
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
|
|
@@ -47,8 +47,8 @@ praisonai/ui/realtimeclient/realtimedocs.txt,sha256=hmgd8Uwy2SkjSndyyF_-ZOaNxiyH
|
|
|
47
47
|
praisonai/ui/realtimeclient/tools.py,sha256=IJOYwVOBW5Ocn5_iV9pFkmSKR3WU3YpX3kwF0I3jikQ,7855
|
|
48
48
|
praisonai/ui/sql_alchemy.py,sha256=kf025P_37C505YDDJZ-dPSmN_d62J2DCrkxbDAzXyrM,29884
|
|
49
49
|
praisonai/version.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
|
|
50
|
-
praisonai-1.0.
|
|
51
|
-
praisonai-1.0.
|
|
52
|
-
praisonai-1.0.
|
|
53
|
-
praisonai-1.0.
|
|
54
|
-
praisonai-1.0.
|
|
50
|
+
praisonai-1.0.1.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
|
|
51
|
+
praisonai-1.0.1.dist-info/METADATA,sha256=dCzN3znGA2Vf1XR7pbmAoTAbYtJxJ3DLBXQ2eRAE2E4,16736
|
|
52
|
+
praisonai-1.0.1.dist-info/WHEEL,sha256=Ie8mbC-etDUh6aDhzdvvvp_A-4mQQX7whlOFBnSJhcE,110
|
|
53
|
+
praisonai-1.0.1.dist-info/entry_points.txt,sha256=I_xc6a6MNTTfLxYmAxe0rgey0G-_hbY07oFW-ZDnkw4,135
|
|
54
|
+
praisonai-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|