PraisonAI 2.0.2__cp311-cp311-macosx_15_0_arm64.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.

Files changed (81) hide show
  1. praisonai/__init__.py +6 -0
  2. praisonai/__main__.py +10 -0
  3. praisonai/agents_generator.py +615 -0
  4. praisonai/api/call.py +292 -0
  5. praisonai/auto.py +238 -0
  6. praisonai/chainlit_ui.py +304 -0
  7. praisonai/cli.py +512 -0
  8. praisonai/deploy.py +138 -0
  9. praisonai/inbuilt_tools/__init__.py +24 -0
  10. praisonai/inbuilt_tools/autogen_tools.py +117 -0
  11. praisonai/inc/__init__.py +2 -0
  12. praisonai/inc/config.py +96 -0
  13. praisonai/inc/models.py +128 -0
  14. praisonai/public/android-chrome-192x192.png +0 -0
  15. praisonai/public/android-chrome-512x512.png +0 -0
  16. praisonai/public/apple-touch-icon.png +0 -0
  17. praisonai/public/fantasy.svg +3 -0
  18. praisonai/public/favicon-16x16.png +0 -0
  19. praisonai/public/favicon-32x32.png +0 -0
  20. praisonai/public/favicon.ico +0 -0
  21. praisonai/public/game.svg +3 -0
  22. praisonai/public/logo_dark.png +0 -0
  23. praisonai/public/logo_light.png +0 -0
  24. praisonai/public/movie.svg +3 -0
  25. praisonai/public/thriller.svg +3 -0
  26. praisonai/setup/__init__.py +1 -0
  27. praisonai/setup/build.py +21 -0
  28. praisonai/setup/config.yaml +60 -0
  29. praisonai/setup/post_install.py +23 -0
  30. praisonai/setup/setup_conda_env.py +25 -0
  31. praisonai/setup/setup_conda_env.sh +72 -0
  32. praisonai/setup.py +16 -0
  33. praisonai/test.py +105 -0
  34. praisonai/train.py +276 -0
  35. praisonai/ui/README.md +21 -0
  36. praisonai/ui/chat.py +387 -0
  37. praisonai/ui/code.py +440 -0
  38. praisonai/ui/components/aicoder.py +269 -0
  39. praisonai/ui/config/.chainlit/config.toml +120 -0
  40. praisonai/ui/config/.chainlit/translations/bn.json +231 -0
  41. praisonai/ui/config/.chainlit/translations/en-US.json +229 -0
  42. praisonai/ui/config/.chainlit/translations/gu.json +231 -0
  43. praisonai/ui/config/.chainlit/translations/he-IL.json +231 -0
  44. praisonai/ui/config/.chainlit/translations/hi.json +231 -0
  45. praisonai/ui/config/.chainlit/translations/kn.json +231 -0
  46. praisonai/ui/config/.chainlit/translations/ml.json +231 -0
  47. praisonai/ui/config/.chainlit/translations/mr.json +231 -0
  48. praisonai/ui/config/.chainlit/translations/ta.json +231 -0
  49. praisonai/ui/config/.chainlit/translations/te.json +231 -0
  50. praisonai/ui/config/.chainlit/translations/zh-CN.json +229 -0
  51. praisonai/ui/config/chainlit.md +1 -0
  52. praisonai/ui/config/translations/bn.json +231 -0
  53. praisonai/ui/config/translations/en-US.json +229 -0
  54. praisonai/ui/config/translations/gu.json +231 -0
  55. praisonai/ui/config/translations/he-IL.json +231 -0
  56. praisonai/ui/config/translations/hi.json +231 -0
  57. praisonai/ui/config/translations/kn.json +231 -0
  58. praisonai/ui/config/translations/ml.json +231 -0
  59. praisonai/ui/config/translations/mr.json +231 -0
  60. praisonai/ui/config/translations/ta.json +231 -0
  61. praisonai/ui/config/translations/te.json +231 -0
  62. praisonai/ui/config/translations/zh-CN.json +229 -0
  63. praisonai/ui/context.py +283 -0
  64. praisonai/ui/db.py +291 -0
  65. praisonai/ui/public/fantasy.svg +3 -0
  66. praisonai/ui/public/game.svg +3 -0
  67. praisonai/ui/public/logo_dark.png +0 -0
  68. praisonai/ui/public/logo_light.png +0 -0
  69. praisonai/ui/public/movie.svg +3 -0
  70. praisonai/ui/public/praison.css +3 -0
  71. praisonai/ui/public/thriller.svg +3 -0
  72. praisonai/ui/realtime.py +421 -0
  73. praisonai/ui/realtimeclient/__init__.py +653 -0
  74. praisonai/ui/realtimeclient/realtimedocs.txt +1484 -0
  75. praisonai/ui/realtimeclient/tools.py +236 -0
  76. praisonai/ui/sql_alchemy.py +706 -0
  77. praisonai/version.py +1 -0
  78. praisonai-2.0.2.dist-info/LICENSE +20 -0
  79. praisonai-2.0.2.dist-info/METADATA +483 -0
  80. praisonai-2.0.2.dist-info/RECORD +81 -0
  81. praisonai-2.0.2.dist-info/WHEEL +4 -0
praisonai/version.py ADDED
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,483 @@
1
+ Metadata-Version: 2.1
2
+ Name: PraisonAI
3
+ Version: 2.0.2
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
+ Author: Mervin Praison
6
+ Requires-Python: >=3.10,<3.13
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Programming Language :: Python :: 3.10
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Requires-Dist: PyYAML (>=6.0)
12
+ Requires-Dist: agentops (>=0.3.12)
13
+ Requires-Dist: aiosqlite (>=0.20.0)
14
+ Requires-Dist: chainlit (==2.0rc1)
15
+ Requires-Dist: crawl4ai (==0.3.4)
16
+ Requires-Dist: crewai (>=0.32.0)
17
+ Requires-Dist: duckduckgo_search (>=6.3.0)
18
+ Requires-Dist: fastapi (>=0.95.0)
19
+ Requires-Dist: flaml[automl] (>=2.3.1)
20
+ Requires-Dist: flask (>=3.0.0)
21
+ Requires-Dist: gradio (>=4.26.0)
22
+ Requires-Dist: greenlet (>=3.0.3)
23
+ Requires-Dist: instructor (>=0.4.8)
24
+ Requires-Dist: langchain-anthropic (>=0.1.13)
25
+ Requires-Dist: langchain-cohere (>=0.1.4)
26
+ Requires-Dist: langchain-google-genai (>=1.0.4)
27
+ Requires-Dist: langchain-openai (>=0.1.7)
28
+ Requires-Dist: litellm (>=1.41.8)
29
+ Requires-Dist: markdown (>=3.5)
30
+ Requires-Dist: openai (>=1.54.0)
31
+ Requires-Dist: playwright (>=1.47.0)
32
+ Requires-Dist: plotly (>=5.24.0)
33
+ Requires-Dist: praisonai-tools (>=0.0.7)
34
+ Requires-Dist: praisonaiagents (>=0.0.4)
35
+ Requires-Dist: pyautogen (>=0.2.19)
36
+ Requires-Dist: pydantic (<=2.10.1)
37
+ Requires-Dist: pyngrok (>=1.4.0)
38
+ Requires-Dist: pyparsing (>=3.0.0)
39
+ Requires-Dist: python-dotenv (>=1.0.1)
40
+ Requires-Dist: rich (>=13.7)
41
+ Requires-Dist: sqlalchemy (>=2.0.36)
42
+ Requires-Dist: tavily-python (==0.5.0)
43
+ Requires-Dist: twilio (>=7.0.0)
44
+ Requires-Dist: uvicorn (>=0.20.0)
45
+ Requires-Dist: websockets (>=12.0)
46
+ Requires-Dist: yfinance (>=0.2.44)
47
+ Project-URL: Homepage, https://docs.praison.ai
48
+ Project-URL: Repository, https://github.com/mervinpraison/PraisonAI
49
+ Description-Content-Type: text/markdown
50
+
51
+ <p align="center">
52
+ <picture>
53
+ <source media="(prefers-color-scheme: dark)" srcset="docs/logo/dark.png" />
54
+ <source media="(prefers-color-scheme: light)" srcset="docs/logo/light.png" />
55
+ <img alt="PraisonAI Logo" src="docs/logo/light.png" />
56
+ </picture>
57
+ </p>
58
+
59
+ <p align="center">
60
+ <a href="https://github.com/MervinPraison/PraisonAI"><img src="https://static.pepy.tech/badge/PraisonAI" alt="Total Downloads" /></a>
61
+ <a href="https://github.com/MervinPraison/PraisonAI"><img src="https://img.shields.io/github/v/release/MervinPraison/PraisonAI" alt="Latest Stable Version" /></a>
62
+ <a href="https://github.com/MervinPraison/PraisonAI"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License" /></a>
63
+ </p>
64
+
65
+ <div align="center">
66
+
67
+ # Praison AI
68
+
69
+ <a href="https://trendshift.io/repositories/9130" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9130" alt="MervinPraison%2FPraisonAI | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
70
+
71
+ </div>
72
+
73
+ Praison AI, leveraging both AutoGen and CrewAI or any other agent framework, represents a low-code, centralised framework designed to simplify the creation and orchestration of multi-agent systems for various LLM applications, emphasizing ease of use, customization, and human-agent interaction.
74
+
75
+ <div align="center">
76
+ <picture>
77
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/architecture-dark.png" />
78
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/architecture-light.png" />
79
+ <img alt="PraisonAI Architecture" src="docs/images/architecture-light.png" />
80
+ </picture>
81
+ </div>
82
+
83
+ ## Different User Interfaces:
84
+
85
+ | Interface | Description | URL |
86
+ |---|---|---|
87
+ | **UI** | Multi Agents such as CrewAI or AutoGen | [https://docs.praison.ai/ui/ui](https://docs.praison.ai/ui/ui) |
88
+ | **Chat** | Chat with 100+ LLMs, single AI Agent | [https://docs.praison.ai/ui/chat](https://docs.praison.ai/ui/chat) |
89
+ | **Code** | Chat with entire Codebase, single AI Agent | [https://docs.praison.ai/ui/code](https://docs.praison.ai/ui/code) |
90
+ | **Realtime** | Real-time voice interaction with AI | [https://docs.praison.ai/ui/realtime](https://docs.praison.ai/ui/realtime) |
91
+
92
+ | Other Features | Description | Docs |
93
+ |---|---|---|
94
+ | **Train** | Fine-tune LLMs using your custom data | [https://docs.praison.ai/train](https://docs.praison.ai/train) |
95
+
96
+
97
+ ## Google Colab Multi Agents
98
+
99
+ | | Cookbook | Open in Colab |
100
+ | ------------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
101
+ | 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> |
102
+ | 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> |
103
+
104
+ ## Installation Options
105
+
106
+ ### Using pip
107
+ ```bash
108
+ pip install praisonai
109
+ ```
110
+
111
+ ### Framework-specific Installation
112
+ ```bash
113
+ # Install with CrewAI support
114
+ pip install "praisonai[crewai]"
115
+
116
+ # Install with AutoGen support
117
+ pip install "praisonai[autogen]"
118
+
119
+ # Install with both frameworks
120
+ pip install "praisonai[crewai,autogen]"
121
+ ```
122
+
123
+ ### UI and Additional Features
124
+ ```bash
125
+ # Install UI support
126
+ pip install "praisonai[ui]"
127
+
128
+ # Install Chat interface
129
+ pip install "praisonai[chat]"
130
+
131
+ # Install Code interface
132
+ pip install "praisonai[code]"
133
+
134
+ # Install Realtime voice interaction
135
+ pip install "praisonai[realtime]"
136
+
137
+ # Install Call feature
138
+ pip install "praisonai[call]"
139
+ ```
140
+
141
+ ## Quick Start
142
+
143
+ ```bash
144
+ # Set your OpenAI API key
145
+ export OPENAI_API_KEY="Enter your API key"
146
+
147
+ # Initialize with CrewAI (default)
148
+ praisonai --init "create a movie script about dog in moon"
149
+
150
+ # Or initialize with AutoGen
151
+ praisonai --framework autogen --init "create a movie script about dog in moon"
152
+
153
+ # Run the agents
154
+ praisonai
155
+ ```
156
+
157
+ ## Full Automatic Mode
158
+
159
+ ```bash
160
+ # With CrewAI (default)
161
+ praisonai --auto "create a movie script about Dog in Moon"
162
+
163
+ # With AutoGen
164
+ praisonai --framework autogen --auto "create a movie script about Dog in Moon"
165
+ ```
166
+
167
+ ## Framework-specific Features
168
+
169
+ ### CrewAI
170
+ When installing with `pip install "praisonai[crewai]"`, you get:
171
+ - CrewAI framework support
172
+ - PraisonAI tools integration
173
+ - Task delegation capabilities
174
+ - Sequential and parallel task execution
175
+
176
+ ### AutoGen
177
+ When installing with `pip install "praisonai[autogen]"`, you get:
178
+ - AutoGen framework support
179
+ - PraisonAI tools integration
180
+ - Multi-agent conversation capabilities
181
+ - Code execution environment
182
+
183
+ ## Key Features
184
+
185
+ - 🤖 Automated AI Agents Creation
186
+ - 🔄 Use CrewAI or AutoGen Framework
187
+ - 💯 100+ LLM Support
188
+ - 💻 Chat with ENTIRE Codebase
189
+ - 🖥️ Interactive UIs
190
+ - 📄 YAML-based Configuration
191
+ - 🛠️ Custom Tool Integration
192
+ - 🔍 Internet Search Capability (using Crawl4AI and Tavily)
193
+ - 👁️ Vision Language Model (VLM) Support
194
+ - 🎙️ Real-time Voice Interaction
195
+
196
+ ## TL;DR Multi Agents
197
+
198
+ ```bash
199
+ pip install praisonai
200
+ export OPENAI_API_KEY="Enter your API key"
201
+ praisonai --init create a movie script about dog in moon
202
+ praisonai
203
+ ```
204
+
205
+ ## Table of Contents
206
+
207
+ - [Installation](#installation)
208
+ - [Initialise](#initialise)
209
+ - [Run](#run)
210
+ - [Full Automatic Mode](#full-automatic-mode)
211
+ - [User Interface](#user-interface)
212
+ - [Praison AI Chat](#praison-ai-chat)
213
+ - [Create Custom Tools](#create-custom-tools)
214
+ - [Agents Playbook](#agents-playbook)
215
+ - [Include praisonai package in your project](#include-praisonai-package-in-your-project)
216
+ - [Commands to Install Dev Dependencies](#commands-to-install-dependencies)
217
+ - [Other Models](#other-models)
218
+ - [Contributing](#contributing)
219
+ - [Star History](#star-history)
220
+
221
+ ## Installation Multi Agents
222
+
223
+ ```bash
224
+ pip install praisonai
225
+ ```
226
+
227
+ ## Initialise
228
+
229
+ ```bash
230
+ export OPENAI_API_KEY="Enter your API key"
231
+ ```
232
+
233
+ Generate your OPENAI API KEY from here: https://platform.openai.com/api-keys
234
+
235
+ Note: You can use other providers such as Ollama, Mistral ... etc. Details are provided at the bottom.
236
+
237
+ ```bash
238
+ praisonai --init create a movie script about dog in moon
239
+ ```
240
+
241
+ This will automatically create agents.yaml file in the current directory.
242
+
243
+ ### To initialise with a specific agent framework (Optional):
244
+
245
+ ```bash
246
+ praisonai --framework autogen --init create movie script about cat in mars
247
+ ```
248
+
249
+ ## Run
250
+
251
+ ```bash
252
+ praisonai
253
+ ```
254
+
255
+ or
256
+
257
+ ```bash
258
+ python -m praisonai
259
+ ```
260
+
261
+ ### Specify the agent framework (Optional):
262
+
263
+ ```bash
264
+ praisonai --framework autogen
265
+ ```
266
+
267
+ ### Full Automatic Mode
268
+
269
+ ```bash
270
+ praisonai --auto create a movie script about Dog in Moon
271
+ ```
272
+
273
+ ## User Interface
274
+
275
+ ## PraisonAI User Interfaces:
276
+
277
+ | Interface | Description | URL |
278
+ | --------- | ------------------------------------------ | --------------------------------------------------------------------- |
279
+ | **UI** | Multi Agents such as CrewAI or AutoGen | [https://docs.praisonai.com/ui/ui](https://docs.praison.ai/ui/ui) |
280
+ | **Chat** | Chat with 100+ LLMs, single AI Agent | [https://docs.praisonai.com/ui/chat](https://docs.praison.ai/ui/chat) |
281
+ | **Code** | Chat with entire Codebase, single AI Agent | [https://docs.praisonai.com/ui/code](https://docs.praison.ai/ui/code) |
282
+
283
+ ```bash
284
+ pip install -U "praisonai[ui]"
285
+ export OPENAI_API_KEY="Enter your API key"
286
+ chainlit create-secret
287
+ export CHAINLIT_AUTH_SECRET=xxxxxxxx
288
+ praisonai ui
289
+ ```
290
+
291
+ or
292
+
293
+ ```
294
+ python -m praisonai ui
295
+ ```
296
+
297
+ ## Praison AI Chat
298
+
299
+ - https://docs.praison.ai/chat/
300
+
301
+ ```bash
302
+ pip install "praisonai[chat]"
303
+ export OPENAI_API_KEY="Enter your API key"
304
+ praisonai chat
305
+ ```
306
+
307
+ ### Internet Search
308
+
309
+ Praison AI Chat and Praison AI Code now includes internet search capabilities using Crawl4AI and Tavily, allowing you to retrieve up-to-date information during your conversations.
310
+
311
+ ### Vision Language Model Support
312
+
313
+ You can now upload images and ask questions based on them using Vision Language Models. This feature enables visual understanding and analysis within your chat sessions.
314
+
315
+ ## Praison AI Code
316
+
317
+ ```bash
318
+ pip install "praisonai[code]"
319
+ export OPENAI_API_KEY="Enter your API key"
320
+ praisonai code
321
+ ```
322
+
323
+ ### Internet Search
324
+
325
+ Praison AI Code also includes internet search functionality, enabling you to find relevant code snippets and programming information online.
326
+
327
+ ## Create Custom Tools
328
+
329
+ - https://docs.praison.ai/tools/custom/
330
+
331
+ ## Agents Playbook
332
+
333
+ ### Simple Playbook Example
334
+
335
+ ```yaml
336
+ framework: crewai
337
+ topic: Artificial Intelligence
338
+ roles:
339
+ screenwriter:
340
+ backstory: "Skilled in crafting scripts with engaging dialogue about {topic}."
341
+ goal: Create scripts from concepts.
342
+ role: Screenwriter
343
+ tasks:
344
+ scriptwriting_task:
345
+ description: "Develop scripts with compelling characters and dialogue about {topic}."
346
+ expected_output: "Complete script ready for production."
347
+ ```
348
+
349
+ ## Use 100+ Models
350
+
351
+ - https://docs.praison.ai/models/
352
+
353
+ ## Include praisonai package in your project
354
+
355
+ - https://docs.praison.ai/developers/wrapper
356
+ - https://docs.praison.ai/developers/wrapper-tools/
357
+
358
+ ## Option 1: Using RAW YAML
359
+
360
+ ```python
361
+ from praisonai import PraisonAI
362
+
363
+ # Example agent_yaml content
364
+ agent_yaml = """
365
+ framework: "crewai"
366
+ topic: "Space Exploration"
367
+
368
+ roles:
369
+ astronomer:
370
+ role: "Space Researcher"
371
+ goal: "Discover new insights about {topic}"
372
+ backstory: "You are a curious and dedicated astronomer with a passion for unraveling the mysteries of the cosmos."
373
+ tasks:
374
+ investigate_exoplanets:
375
+ description: "Research and compile information about exoplanets discovered in the last decade."
376
+ expected_output: "A summarized report on exoplanet discoveries, including their size, potential habitability, and distance from Earth."
377
+ """
378
+
379
+ # Create a PraisonAI instance with the agent_yaml content
380
+ praisonai = PraisonAI(agent_yaml=agent_yaml)
381
+
382
+ # Run PraisonAI
383
+ result = praisonai.run()
384
+
385
+ # Print the result
386
+ print(result)
387
+ ```
388
+
389
+ ## Option 2: Using separate agents.yaml file
390
+
391
+ Note: Please create agents.yaml file before hand.
392
+
393
+ ```python
394
+ from praisonai import PraisonAI
395
+
396
+ def basic(): # Basic Mode
397
+ praisonai = PraisonAI(agent_file="agents.yaml")
398
+ praisonai.run()
399
+
400
+ if __name__ == "__main__":
401
+ basic()
402
+ ```
403
+
404
+ ## Commands to Install Dependencies:
405
+
406
+ 1. **Install all dependencies, including dev dependencies:**
407
+
408
+ ```sh
409
+ poetry install
410
+ ```
411
+
412
+ 2. **Install only documentation dependencies:**
413
+
414
+ ```sh
415
+ poetry install --with docs
416
+ ```
417
+
418
+ 3. **Install only test dependencies:**
419
+
420
+ ```sh
421
+ poetry install --with test
422
+ ```
423
+
424
+ 4. **Install only dev dependencies:**
425
+
426
+ ```sh
427
+ poetry install --with dev
428
+ ```
429
+
430
+ This configuration ensures that your development dependencies are correctly categorized and installed as needed.
431
+
432
+ ### Using uv (Fast Python Package Installer)
433
+ ```bash
434
+ # Install uv if you haven't already
435
+ pip install uv
436
+
437
+ # Install from requirements
438
+ uv pip install -r pyproject.toml
439
+
440
+ # Install with extras
441
+ uv pip install -r pyproject.toml --extra code
442
+ uv pip install -r pyproject.toml --extra "crewai,autogen"
443
+ ```
444
+
445
+ ## Contributing
446
+
447
+ - Fork on GitHub: Use the "Fork" button on the repository page.
448
+ - Clone your fork: `git clone https://github.com/yourusername/praisonAI.git`
449
+ - Create a branch: `git checkout -b new-feature`
450
+ - Make changes and commit: `git commit -am "Add some feature"`
451
+ - Push to your fork: `git push origin new-feature`
452
+ - Submit a pull request via GitHub's web interface.
453
+ - Await feedback from project maintainers.
454
+
455
+ ## Star History
456
+
457
+ [![Star History Chart](https://api.star-history.com/svg?repos=MervinPraison/PraisonAI&type=Date)](https://docs.praison.ai)
458
+
459
+ ## License
460
+
461
+ Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
462
+
463
+ ## Video Tutorials
464
+
465
+ | Topic | Video |
466
+ |-------|--------|
467
+ | Introduction | [![Introduction](https://img.youtube.com/vi/Fn1lQjC0GO0/0.jpg)](https://www.youtube.com/watch?v=Fn1lQjC0GO0) |
468
+ | Tools Overview | [![Tools Overview](https://img.youtube.com/vi/XaQRgRpV7jo/0.jpg)](https://www.youtube.com/watch?v=XaQRgRpV7jo) |
469
+ | Custom Tools | [![Custom Tools](https://img.youtube.com/vi/JSU2Rndh06c/0.jpg)](https://www.youtube.com/watch?v=JSU2Rndh06c) |
470
+ | Firecrawl Integration | [![Firecrawl](https://img.youtube.com/vi/UoqUDcLcOYo/0.jpg)](https://www.youtube.com/watch?v=UoqUDcLcOYo) |
471
+ | User Interface | [![UI](https://img.youtube.com/vi/tg-ZjNl3OCg/0.jpg)](https://www.youtube.com/watch?v=tg-ZjNl3OCg) |
472
+ | Crawl4AI Integration | [![Crawl4AI](https://img.youtube.com/vi/KAvuVUh0XU8/0.jpg)](https://www.youtube.com/watch?v=KAvuVUh0XU8) |
473
+ | Chat Interface | [![Chat](https://img.youtube.com/vi/sw3uDqn2h1Y/0.jpg)](https://www.youtube.com/watch?v=sw3uDqn2h1Y) |
474
+ | Code Interface | [![Code](https://img.youtube.com/vi/_5jQayO-MQY/0.jpg)](https://www.youtube.com/watch?v=_5jQayO-MQY) |
475
+ | Mem0 Integration | [![Mem0](https://img.youtube.com/vi/KIGSgRxf1cY/0.jpg)](https://www.youtube.com/watch?v=KIGSgRxf1cY) |
476
+ | Training | [![Training](https://img.youtube.com/vi/aLawE8kwCrI/0.jpg)](https://www.youtube.com/watch?v=aLawE8kwCrI) |
477
+ | Realtime Voice Interface | [![Realtime](https://img.youtube.com/vi/frRHfevTCSw/0.jpg)](https://www.youtube.com/watch?v=frRHfevTCSw) |
478
+ | Call Interface | [![Call](https://img.youtube.com/vi/m1cwrUG2iAk/0.jpg)](https://www.youtube.com/watch?v=m1cwrUG2iAk) |
479
+
480
+ ## License
481
+
482
+ Praison AI is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
483
+
@@ -0,0 +1,81 @@
1
+ praisonai/__init__.py,sha256=JrgyPlzZfLlozoW7SHZ1nVJ63rLPR3ki2k5ZPywYrnI,175
2
+ praisonai/__main__.py,sha256=MVgsjMThjBexHt4nhd760JCqvP4x0IQcwo8kULOK4FQ,144
3
+ praisonai/agents_generator.py,sha256=9-KuU1--_cBI85y2J-9XjW0LYHTCMnKJhy5WAUrf3M0,26887
4
+ praisonai/api/call.py,sha256=iHdAlgIH_oTsEbjaGGu1Jjo6DTfMR-SfFdtSxnOLCeY,11032
5
+ praisonai/auto.py,sha256=uLDm8CU3L_3amZsd55yzf9RdBF1uW-BGSx7nl9ctNZ4,8680
6
+ praisonai/chainlit_ui.py,sha256=bNR7s509lp0I9JlJNvwCZRUZosC64qdvlFCt8NmFamQ,12216
7
+ praisonai/cli.py,sha256=O7abKND2MP_yDdD_OclPoiZG1JRoGc4u9KowbRzuQuQ,21209
8
+ praisonai/deploy.py,sha256=amgl5R2LTMqVFOi3lkB64L0B7pY3Xj52_twLxZw3MaU,6027
9
+ praisonai/inbuilt_tools/__init__.py,sha256=fai4ZJIKz7-iOnGZv5jJX0wmT77PKa4x2jqyaJddKFA,569
10
+ praisonai/inbuilt_tools/autogen_tools.py,sha256=kJdEv61BTYvdHOaURNEpBcWq8Rs-oC03loNFTIjT-ak,4687
11
+ praisonai/inc/__init__.py,sha256=sPDlYBBwdk0VlWzaaM_lG0_LD07lS2HRGvPdxXJFiYg,62
12
+ praisonai/inc/config.py,sha256=up2-841ruK7MCUUT3xkWBA5S6WsY0sFODNfcT6Q4Wms,3333
13
+ praisonai/inc/models.py,sha256=1kwP9o56AvN8L38x7eeAzudjAvstN0uWu-woQkgxAe4,5449
14
+ praisonai/public/android-chrome-192x192.png,sha256=ENJEqhDE3XEQViRhKNDezQKRiOiuHOUj5nzRN43fz50,6535
15
+ praisonai/public/android-chrome-512x512.png,sha256=4txEwB0cJkxFVarRdvFGJZR1DtWJ2h-L_2cUEjBXHAc,15244
16
+ praisonai/public/apple-touch-icon.png,sha256=YLlEhlenm24QY_yv-5wb_mxDxJ8H22H_S8Khlvz-zVA,6001
17
+ praisonai/public/fantasy.svg,sha256=4Gs3kIOux-pjGtw6ogI_rv5_viVJxnE5gRwGilsSg0o,1553
18
+ praisonai/public/favicon-16x16.png,sha256=jFiLfRSaEw_kwSxVQQUNV7Auc6oDRvZVKEIiUqC7vYE,429
19
+ praisonai/public/favicon-32x32.png,sha256=cgKvhHroXWNl1Err0TFr8tGepjNzIBpaTinFUT5pbZk,872
20
+ praisonai/public/favicon.ico,sha256=SOcyfycBi_8rd9ff3gmSuZ3M-rkxv1RpHi76cwvmsQ0,15406
21
+ praisonai/public/game.svg,sha256=y2QMaA01m8XzuDjTOBWzupOC3-TpnUl9ah89mIhviUw,2406
22
+ praisonai/public/logo_dark.png,sha256=frHz1zkrnivGssJgk9iy1cabojkVgm8B4MllFwL_CnI,17050
23
+ praisonai/public/logo_light.png,sha256=8cQRti_Ysa30O3_7C3ku2w40LnVUUlUok47H-3ZZHSU,19656
24
+ praisonai/public/movie.svg,sha256=aJ2EQ8vXZusVsF2SeuAVxP4RFJzQ14T26ejrGYdBgzk,1289
25
+ praisonai/public/thriller.svg,sha256=2dYY72EcgbEyTxS4QzjAm37Y4srtPWEW4vCMFki98ZI,3163
26
+ praisonai/setup/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
27
+ praisonai/setup/build.py,sha256=NyTAXQ_UZ8vKo_KwCINp8ctmauZyCMDkw1rys3ay0ec,646
28
+ praisonai/setup/config.yaml,sha256=sr_D1RIvv3LQ_eueOMZV0rAUiWTR-n2xuE1RhKK6b34,1211
29
+ praisonai/setup/post_install.py,sha256=rlUYJhT4JXVrL2RQih5VUPr4PQEmpVypoRpe_vJDMBk,730
30
+ praisonai/setup/setup_conda_env.py,sha256=4QiWrqgEObivzOMwfJgWaCPpUEpB68cQ6lFwVwFoufk,816
31
+ praisonai/setup/setup_conda_env.sh,sha256=te7s0KHsTi7XM-vkNvE0dKC1HeU2tXxqE-sPUScV6fY,2718
32
+ praisonai/setup.py,sha256=0jHgKnIPCtBZiGYaYyTz3PzrJI6nBy55VXk2UctXlDo,373
33
+ praisonai/test.py,sha256=OL-wesjA5JTohr8rtr6kWoaS4ImkJg2l0GXJ-dUUfRU,4090
34
+ praisonai/train.py,sha256=DvORlrwKOD-2v4r_z84eV3LsfzpNs-WnPKb5cQB3_t4,11071
35
+ praisonai/ui/README.md,sha256=QG9yucvBieVjCjWFzu6hL9xNtYllkoqyJ_q1b0YYAco,1124
36
+ praisonai/ui/chat.py,sha256=rlYwhTd3giBuvtK4Yc9kf6N9jfVT0VrZ-mLIzhANGiQ,13565
37
+ praisonai/ui/code.py,sha256=GD_xQTo7qzpOM98tu4MOPsviJdXU__Ta3JIfsjoRe6U,15797
38
+ praisonai/ui/components/aicoder.py,sha256=Xh95RSEJCel5mEGic4vdtzyNpHNULF3ymft9nbwglXY,11155
39
+ praisonai/ui/config/.chainlit/config.toml,sha256=BLV-9lRN9laaWay8quAR7SHnnwz0a409aYCXAMCWfGo,3824
40
+ praisonai/ui/config/.chainlit/translations/bn.json,sha256=m2TAaGMS-18_siW5dw4sbosh0Wn8ENWWzdGYkHaBrXw,22679
41
+ praisonai/ui/config/.chainlit/translations/en-US.json,sha256=QoQAg8P5Q5gbGASc-HAHcfhufk71-Uc1u_ewIBfHuLc,9821
42
+ praisonai/ui/config/.chainlit/translations/gu.json,sha256=9wE-NsHf7j5VUFzfE-cCpESTyHtzVHRcZXAwC3ACMl0,21660
43
+ praisonai/ui/config/.chainlit/translations/he-IL.json,sha256=uVS4q9wlxDWqCNXde_f34p4tXcyA89YBsVNRDiOkhaE,16974
44
+ praisonai/ui/config/.chainlit/translations/hi.json,sha256=3zi4wbpTCv5Q1bOzakeVQqeRpaO5ZkPJJ6oV-dVtNF4,21079
45
+ praisonai/ui/config/.chainlit/translations/kn.json,sha256=GRGmx2hPh8bSfpKJQHwwtV_UF45kaMc8S-rUJeh_ZA4,23514
46
+ praisonai/ui/config/.chainlit/translations/ml.json,sha256=QK1mYIbx_0gmmR4Poy2mm3uttAgW2ZpMfo6jgDec6uc,24857
47
+ praisonai/ui/config/.chainlit/translations/mr.json,sha256=JaU16y5uW-cH0x7w6RDztEmhqEtnerJ61h8azkNLqyg,21321
48
+ praisonai/ui/config/.chainlit/translations/ta.json,sha256=8JPW6BwLN2dl9wuq5wSkMvazcY8lM5v1pqbBxwObGUw,24724
49
+ praisonai/ui/config/.chainlit/translations/te.json,sha256=JzW2YXWg1qqvWgIvEgMelQz5s6EzTb_uD_3TEHAHiQw,23526
50
+ praisonai/ui/config/.chainlit/translations/zh-CN.json,sha256=aLBSSSQ0yojlYGuMMlOYvkD_ruG9-d2AgnjJWhPODVw,11737
51
+ praisonai/ui/config/chainlit.md,sha256=zhT-Le2gShsByFXBKfayO6sM29fs3PWTfy6fG93sNJ8,33
52
+ praisonai/ui/config/translations/bn.json,sha256=m2TAaGMS-18_siW5dw4sbosh0Wn8ENWWzdGYkHaBrXw,22679
53
+ praisonai/ui/config/translations/en-US.json,sha256=QoQAg8P5Q5gbGASc-HAHcfhufk71-Uc1u_ewIBfHuLc,9821
54
+ praisonai/ui/config/translations/gu.json,sha256=9wE-NsHf7j5VUFzfE-cCpESTyHtzVHRcZXAwC3ACMl0,21660
55
+ praisonai/ui/config/translations/he-IL.json,sha256=uVS4q9wlxDWqCNXde_f34p4tXcyA89YBsVNRDiOkhaE,16974
56
+ praisonai/ui/config/translations/hi.json,sha256=3zi4wbpTCv5Q1bOzakeVQqeRpaO5ZkPJJ6oV-dVtNF4,21079
57
+ praisonai/ui/config/translations/kn.json,sha256=GRGmx2hPh8bSfpKJQHwwtV_UF45kaMc8S-rUJeh_ZA4,23514
58
+ praisonai/ui/config/translations/ml.json,sha256=QK1mYIbx_0gmmR4Poy2mm3uttAgW2ZpMfo6jgDec6uc,24857
59
+ praisonai/ui/config/translations/mr.json,sha256=JaU16y5uW-cH0x7w6RDztEmhqEtnerJ61h8azkNLqyg,21321
60
+ praisonai/ui/config/translations/ta.json,sha256=8JPW6BwLN2dl9wuq5wSkMvazcY8lM5v1pqbBxwObGUw,24724
61
+ praisonai/ui/config/translations/te.json,sha256=JzW2YXWg1qqvWgIvEgMelQz5s6EzTb_uD_3TEHAHiQw,23526
62
+ praisonai/ui/config/translations/zh-CN.json,sha256=aLBSSSQ0yojlYGuMMlOYvkD_ruG9-d2AgnjJWhPODVw,11737
63
+ praisonai/ui/context.py,sha256=oWO2I_WBZb7kZnuXItf18EJX0ZQv-1nAd8rxhwhuuDU,11871
64
+ praisonai/ui/db.py,sha256=2ljFHRisGnu4h-vKQdKYiBVc4sWa-BORhMmOC9Xt6xk,11426
65
+ praisonai/ui/public/fantasy.svg,sha256=4Gs3kIOux-pjGtw6ogI_rv5_viVJxnE5gRwGilsSg0o,1553
66
+ praisonai/ui/public/game.svg,sha256=y2QMaA01m8XzuDjTOBWzupOC3-TpnUl9ah89mIhviUw,2406
67
+ praisonai/ui/public/logo_dark.png,sha256=frHz1zkrnivGssJgk9iy1cabojkVgm8B4MllFwL_CnI,17050
68
+ praisonai/ui/public/logo_light.png,sha256=8cQRti_Ysa30O3_7C3ku2w40LnVUUlUok47H-3ZZHSU,19656
69
+ praisonai/ui/public/movie.svg,sha256=aJ2EQ8vXZusVsF2SeuAVxP4RFJzQ14T26ejrGYdBgzk,1289
70
+ praisonai/ui/public/praison.css,sha256=fBYbJn4Uuv2AH6ThWkMmdAy_uBbw9a9ZeW0hIGsqotA,75
71
+ praisonai/ui/public/thriller.svg,sha256=2dYY72EcgbEyTxS4QzjAm37Y4srtPWEW4vCMFki98ZI,3163
72
+ praisonai/ui/realtime.py,sha256=qpgcGA8CIUfYuSXtQM0zSlxktFtUZXsryn0Tru-R5wU,15304
73
+ praisonai/ui/realtimeclient/__init__.py,sha256=zA2xa7rBUSw77wFkndJMQNNPqdH6ywQ3uf4WSYHjNfs,27513
74
+ praisonai/ui/realtimeclient/realtimedocs.txt,sha256=hmgd8Uwy2SkjSndyyF_-ZOaNxiyHwGaQLGc67DvV-sI,26395
75
+ praisonai/ui/realtimeclient/tools.py,sha256=IJOYwVOBW5Ocn5_iV9pFkmSKR3WU3YpX3kwF0I3jikQ,7855
76
+ praisonai/ui/sql_alchemy.py,sha256=cfyL9uFfuizKFvW0aZfUBlJWPQYI-YBi1v4vxlkb1BQ,29615
77
+ praisonai/version.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
78
+ praisonai-2.0.2.dist-info/LICENSE,sha256=kqvFysVlnFxYOu0HxCe2HlmZmJtdmNGOxWRRkT9TsWc,1035
79
+ praisonai-2.0.2.dist-info/METADATA,sha256=yNDOlarrPAVyP503xXzqpw4hM2EwkDdPpCceRljTnb0,15995
80
+ praisonai-2.0.2.dist-info/WHEEL,sha256=fmH-GaHMjP7_7QRgxgY6NpqU0nbYISt-cx_c84Y5gdY,106
81
+ praisonai-2.0.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.9.1
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-macosx_15_0_arm64