PraisonAI 0.1.10__tar.gz → 1.0.1__tar.gz
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-0.1.10 → praisonai-1.0.1}/PKG-INFO +108 -13
- {praisonai-0.1.10 → praisonai-1.0.1}/README.md +98 -9
- praisonai-1.0.1/praisonai/agents_generator.py +474 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/auto.py +49 -13
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/cli.py +194 -175
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/deploy.py +1 -1
- praisonai-1.0.1/praisonai/inbuilt_tools/__init__.py +24 -0
- praisonai-1.0.1/praisonai/inbuilt_tools/autogen_tools.py +117 -0
- praisonai-1.0.1/praisonai/setup/post_install.py +23 -0
- praisonai-1.0.1/praisonai/setup.py +16 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/chat.py +27 -31
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/code.py +26 -29
- {praisonai-0.1.10 → praisonai-1.0.1}/pyproject.toml +57 -11
- praisonai-0.1.10/praisonai/agents_generator.py +0 -392
- praisonai-0.1.10/praisonai/inbuilt_tools/__init__.py +0 -2
- praisonai-0.1.10/praisonai/inbuilt_tools/autogen_tools.py +0 -209
- praisonai-0.1.10/praisonai/setup/post_install.py +0 -20
- {praisonai-0.1.10 → praisonai-1.0.1}/LICENSE +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/__init__.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/__main__.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/api/call.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/chainlit_ui.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/inc/__init__.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/inc/config.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/inc/models.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/android-chrome-192x192.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/android-chrome-512x512.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/apple-touch-icon.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/fantasy.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/favicon-16x16.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/favicon-32x32.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/favicon.ico +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/game.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/logo_dark.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/logo_light.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/movie.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/public/thriller.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/setup/__init__.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/setup/build.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/setup/config.yaml +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/setup/setup_conda_env.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/setup/setup_conda_env.sh +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/test.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/train.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/context.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/fantasy.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/game.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/logo_dark.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/logo_light.png +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/movie.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/public/thriller.svg +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/realtime.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/realtimeclient/__init__.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/realtimeclient/realtimedocs.txt +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/realtimeclient/tools.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/ui/sql_alchemy.py +0 -0
- {praisonai-0.1.10 → praisonai-1.0.1}/praisonai/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PraisonAI
|
|
3
|
-
Version: 0.1
|
|
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
|
|
@@ -11,10 +11,12 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
11
11
|
Provides-Extra: agentops
|
|
12
12
|
Provides-Extra: anthropic
|
|
13
13
|
Provides-Extra: api
|
|
14
|
+
Provides-Extra: autogen
|
|
14
15
|
Provides-Extra: call
|
|
15
16
|
Provides-Extra: chat
|
|
16
17
|
Provides-Extra: code
|
|
17
18
|
Provides-Extra: cohere
|
|
19
|
+
Provides-Extra: crewai
|
|
18
20
|
Provides-Extra: google
|
|
19
21
|
Provides-Extra: gradio
|
|
20
22
|
Provides-Extra: openai
|
|
@@ -25,26 +27,30 @@ Requires-Dist: agentops (>=0.3.12) ; extra == "agentops"
|
|
|
25
27
|
Requires-Dist: aiosqlite (>=0.20.0) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
26
28
|
Requires-Dist: chainlit (==1.3.0rc1) ; extra == "ui" or extra == "chat" or extra == "code" or extra == "realtime"
|
|
27
29
|
Requires-Dist: crawl4ai (==0.3.4) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
28
|
-
Requires-Dist: crewai (>=0.32.0)
|
|
30
|
+
Requires-Dist: crewai (>=0.32.0) ; extra == "crewai" or extra == "autogen"
|
|
29
31
|
Requires-Dist: duckduckgo_search (>=6.3.0) ; extra == "realtime"
|
|
30
32
|
Requires-Dist: fastapi (>=0.95.0) ; extra == "call"
|
|
31
33
|
Requires-Dist: flaml[automl] (>=2.3.1) ; extra == "call"
|
|
32
34
|
Requires-Dist: flask (>=3.0.0) ; extra == "api"
|
|
33
35
|
Requires-Dist: gradio (>=4.26.0) ; extra == "gradio"
|
|
34
36
|
Requires-Dist: greenlet (>=3.0.3) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
37
|
+
Requires-Dist: instructor (>=0.4.8) ; extra == "call" or extra == "crewai" or extra == "autogen"
|
|
35
38
|
Requires-Dist: langchain-anthropic (>=0.1.13) ; extra == "anthropic"
|
|
36
39
|
Requires-Dist: langchain-cohere (>=0.1.4) ; extra == "cohere"
|
|
37
40
|
Requires-Dist: langchain-google-genai (>=1.0.4) ; extra == "google"
|
|
38
41
|
Requires-Dist: langchain-openai (>=0.1.7) ; extra == "openai"
|
|
39
42
|
Requires-Dist: litellm (>=1.41.8) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
40
43
|
Requires-Dist: markdown (>=3.5)
|
|
44
|
+
Requires-Dist: openai (>=1.54.0) ; extra == "call"
|
|
45
|
+
Requires-Dist: playwright (>=1.47.0) ; extra == "chat" or extra == "code"
|
|
41
46
|
Requires-Dist: plotly (>=5.24.0) ; extra == "realtime"
|
|
42
|
-
Requires-Dist: praisonai-tools (>=0.0.7)
|
|
43
|
-
Requires-Dist: pyautogen (>=0.2.19)
|
|
47
|
+
Requires-Dist: praisonai-tools (>=0.0.7) ; extra == "crewai" or extra == "autogen"
|
|
48
|
+
Requires-Dist: pyautogen (>=0.2.19) ; extra == "autogen"
|
|
44
49
|
Requires-Dist: pyngrok (>=1.4.0) ; extra == "call"
|
|
45
50
|
Requires-Dist: pyparsing (>=3.0.0)
|
|
46
51
|
Requires-Dist: python-dotenv (>=0.19.0) ; extra == "call"
|
|
47
52
|
Requires-Dist: rich (>=13.7) ; extra == "call"
|
|
53
|
+
Requires-Dist: sqlalchemy (>=2.0.36) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
48
54
|
Requires-Dist: tavily-python (==0.5.0) ; extra == "chat" or extra == "code" or extra == "realtime"
|
|
49
55
|
Requires-Dist: twilio (>=7.0.0) ; extra == "call"
|
|
50
56
|
Requires-Dist: uvicorn (>=0.20.0) ; extra == "call"
|
|
@@ -105,16 +111,84 @@ Praison AI, leveraging both AutoGen and CrewAI or any other agent framework, rep
|
|
|
105
111
|
| Basic | PraisonAI | <a target="_blank" href="https://colab.research.google.com/github/MervinPraison/PraisonAI/blob/main/cookbooks/praisonai-googlecolab.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a> |
|
|
106
112
|
| Include Tools | PraisonAI Tools | <a target="_blank" href="https://colab.research.google.com/github/MervinPraison/PraisonAI/blob/main/cookbooks/praisonai-tools-googlecolab.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a> |
|
|
107
113
|
|
|
108
|
-
##
|
|
114
|
+
## Installation Options
|
|
109
115
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
### Basic Installation
|
|
117
|
+
```bash
|
|
118
|
+
pip install praisonai
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
### Framework-specific Installation
|
|
122
|
+
```bash
|
|
123
|
+
# Install with CrewAI support
|
|
124
|
+
pip install "praisonai[crewai]"
|
|
125
|
+
|
|
126
|
+
# Install with AutoGen support
|
|
127
|
+
pip install "praisonai[autogen]"
|
|
128
|
+
|
|
129
|
+
# Install with both frameworks
|
|
130
|
+
pip install "praisonai[crewai,autogen]"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### UI and Additional Features
|
|
134
|
+
```bash
|
|
135
|
+
# Install UI support
|
|
136
|
+
pip install "praisonai[ui]"
|
|
137
|
+
|
|
138
|
+
# Install Chat interface
|
|
139
|
+
pip install "praisonai[chat]"
|
|
140
|
+
|
|
141
|
+
# Install Code interface
|
|
142
|
+
pip install "praisonai[code]"
|
|
143
|
+
|
|
144
|
+
# Install Realtime voice interaction
|
|
145
|
+
pip install "praisonai[realtime]"
|
|
146
|
+
|
|
147
|
+
# Install Call feature
|
|
148
|
+
pip install "praisonai[call]"
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
## Quick Start
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
# Set your OpenAI API key
|
|
155
|
+
export OPENAI_API_KEY="Enter your API key"
|
|
156
|
+
|
|
157
|
+
# Initialize with CrewAI (default)
|
|
158
|
+
praisonai --init "create a movie script about dog in moon"
|
|
159
|
+
|
|
160
|
+
# Or initialize with AutoGen
|
|
161
|
+
praisonai --framework autogen --init "create a movie script about dog in moon"
|
|
162
|
+
|
|
163
|
+
# Run the agents
|
|
164
|
+
praisonai
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
## Full Automatic Mode
|
|
168
|
+
|
|
169
|
+
```bash
|
|
170
|
+
# With CrewAI (default)
|
|
171
|
+
praisonai --auto "create a movie script about Dog in Moon"
|
|
172
|
+
|
|
173
|
+
# With AutoGen
|
|
174
|
+
praisonai --framework autogen --auto "create a movie script about Dog in Moon"
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
## Framework-specific Features
|
|
178
|
+
|
|
179
|
+
### CrewAI
|
|
180
|
+
When installing with `pip install "praisonai[crewai]"`, you get:
|
|
181
|
+
- CrewAI framework support
|
|
182
|
+
- PraisonAI tools integration
|
|
183
|
+
- Task delegation capabilities
|
|
184
|
+
- Sequential and parallel task execution
|
|
185
|
+
|
|
186
|
+
### AutoGen
|
|
187
|
+
When installing with `pip install "praisonai[autogen]"`, you get:
|
|
188
|
+
- AutoGen framework support
|
|
189
|
+
- PraisonAI tools integration
|
|
190
|
+
- Multi-agent conversation capabilities
|
|
191
|
+
- Code execution environment
|
|
118
192
|
|
|
119
193
|
## Key Features
|
|
120
194
|
|
|
@@ -382,4 +456,25 @@ This configuration ensures that your development dependencies are correctly cate
|
|
|
382
456
|
|
|
383
457
|
Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
|
|
384
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
|
+
|
|
385
480
|
|
|
@@ -49,16 +49,84 @@ Praison AI, leveraging both AutoGen and CrewAI or any other agent framework, rep
|
|
|
49
49
|
| Basic | PraisonAI | <a target="_blank" href="https://colab.research.google.com/github/MervinPraison/PraisonAI/blob/main/cookbooks/praisonai-googlecolab.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a> |
|
|
50
50
|
| Include Tools | PraisonAI Tools | <a target="_blank" href="https://colab.research.google.com/github/MervinPraison/PraisonAI/blob/main/cookbooks/praisonai-tools-googlecolab.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a> |
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Installation Options
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
### Basic Installation
|
|
55
|
+
```bash
|
|
56
|
+
pip install praisonai
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Framework-specific Installation
|
|
60
|
+
```bash
|
|
61
|
+
# Install with CrewAI support
|
|
62
|
+
pip install "praisonai[crewai]"
|
|
63
|
+
|
|
64
|
+
# Install with AutoGen support
|
|
65
|
+
pip install "praisonai[autogen]"
|
|
66
|
+
|
|
67
|
+
# Install with both frameworks
|
|
68
|
+
pip install "praisonai[crewai,autogen]"
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### UI and Additional Features
|
|
72
|
+
```bash
|
|
73
|
+
# Install UI support
|
|
74
|
+
pip install "praisonai[ui]"
|
|
75
|
+
|
|
76
|
+
# Install Chat interface
|
|
77
|
+
pip install "praisonai[chat]"
|
|
78
|
+
|
|
79
|
+
# Install Code interface
|
|
80
|
+
pip install "praisonai[code]"
|
|
81
|
+
|
|
82
|
+
# Install Realtime voice interaction
|
|
83
|
+
pip install "praisonai[realtime]"
|
|
84
|
+
|
|
85
|
+
# Install Call feature
|
|
86
|
+
pip install "praisonai[call]"
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## Quick Start
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
# Set your OpenAI API key
|
|
93
|
+
export OPENAI_API_KEY="Enter your API key"
|
|
94
|
+
|
|
95
|
+
# Initialize with CrewAI (default)
|
|
96
|
+
praisonai --init "create a movie script about dog in moon"
|
|
97
|
+
|
|
98
|
+
# Or initialize with AutoGen
|
|
99
|
+
praisonai --framework autogen --init "create a movie script about dog in moon"
|
|
100
|
+
|
|
101
|
+
# Run the agents
|
|
102
|
+
praisonai
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## Full Automatic Mode
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
# With CrewAI (default)
|
|
109
|
+
praisonai --auto "create a movie script about Dog in Moon"
|
|
110
|
+
|
|
111
|
+
# With AutoGen
|
|
112
|
+
praisonai --framework autogen --auto "create a movie script about Dog in Moon"
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## Framework-specific Features
|
|
116
|
+
|
|
117
|
+
### CrewAI
|
|
118
|
+
When installing with `pip install "praisonai[crewai]"`, you get:
|
|
119
|
+
- CrewAI framework support
|
|
120
|
+
- PraisonAI tools integration
|
|
121
|
+
- Task delegation capabilities
|
|
122
|
+
- Sequential and parallel task execution
|
|
123
|
+
|
|
124
|
+
### AutoGen
|
|
125
|
+
When installing with `pip install "praisonai[autogen]"`, you get:
|
|
126
|
+
- AutoGen framework support
|
|
127
|
+
- PraisonAI tools integration
|
|
128
|
+
- Multi-agent conversation capabilities
|
|
129
|
+
- Code execution environment
|
|
62
130
|
|
|
63
131
|
## Key Features
|
|
64
132
|
|
|
@@ -326,3 +394,24 @@ This configuration ensures that your development dependencies are correctly cate
|
|
|
326
394
|
|
|
327
395
|
Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
|
|
328
396
|
|
|
397
|
+
## Video Tutorials
|
|
398
|
+
|
|
399
|
+
| Topic | Video |
|
|
400
|
+
|-------|--------|
|
|
401
|
+
| Introduction | [](https://www.youtube.com/watch?v=Fn1lQjC0GO0) |
|
|
402
|
+
| Tools Overview | [](https://www.youtube.com/watch?v=XaQRgRpV7jo) |
|
|
403
|
+
| Custom Tools | [](https://www.youtube.com/watch?v=JSU2Rndh06c) |
|
|
404
|
+
| Firecrawl Integration | [](https://www.youtube.com/watch?v=UoqUDcLcOYo) |
|
|
405
|
+
| User Interface | [](https://www.youtube.com/watch?v=tg-ZjNl3OCg) |
|
|
406
|
+
| Crawl4AI Integration | [](https://www.youtube.com/watch?v=KAvuVUh0XU8) |
|
|
407
|
+
| Chat Interface | [](https://www.youtube.com/watch?v=sw3uDqn2h1Y) |
|
|
408
|
+
| Code Interface | [](https://www.youtube.com/watch?v=_5jQayO-MQY) |
|
|
409
|
+
| Mem0 Integration | [](https://www.youtube.com/watch?v=KIGSgRxf1cY) |
|
|
410
|
+
| Training | [](https://www.youtube.com/watch?v=aLawE8kwCrI) |
|
|
411
|
+
| Realtime Voice Interface | [](https://www.youtube.com/watch?v=frRHfevTCSw) |
|
|
412
|
+
| Call Interface | [](https://www.youtube.com/watch?v=m1cwrUG2iAk) |
|
|
413
|
+
|
|
414
|
+
## License
|
|
415
|
+
|
|
416
|
+
Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
|
|
417
|
+
|