Skip to content

Commit 1c901be

Browse files
committed
Release v4.5.106
1 parent 5345941 commit 1c901be

File tree

17 files changed

+217
-243
lines changed

17 files changed

+217
-243
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ PraisonAI 🦞 — Automate and solve complex challenges with AI agent teams tha
3333
<img src=".github/images/agentflow.gif" alt="PraisonAI AgentFlow" width="800" />
3434
</p>
3535

36+
```
37+
██████╗ ██████╗ █████╗ ██╗███████╗ ██████╗ ███╗ ██╗ █████╗ ██╗
38+
██╔══██╗██╔══██╗██╔══██╗██║██╔════╝██╔═══██╗████╗ ██║ ██╔══██╗██║
39+
██████╔╝██████╔╝███████║██║███████╗██║ ██║██╔██╗ ██║ ███████║██║
40+
██╔═══╝ ██╔══██╗██╔══██║██║╚════██║██║ ██║██║╚██╗██║ ██╔══██║██║
41+
██║ ██║ ██║██║ ██║██║███████║╚██████╔╝██║ ╚████║ ██║ ██║██║
42+
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝
43+
44+
pip install praisonai
45+
```
46+
3647
<p align="center">
3748
<img src=".github/images/latest_ai_news_and_crawl_each_url_to_find_info.gif" alt="PraisonAI command execution" width="800" />
3849
</p>
@@ -226,6 +237,13 @@ pip install "praisonai[claw]"
226237
praisonai claw
227238
```
228239

240+
🔗 **PraisonAI Flow** — Langflow Visual Flow Builder:
241+
242+
```bash
243+
pip install "praisonai[flow]"
244+
praisonai flow
245+
```
246+
229247
### JavaScript SDK
230248

231249
```bash

docker/Dockerfile.chat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN mkdir -p /root/.praison
1616
# Install Python packages (using latest versions)
1717
RUN pip install --no-cache-dir \
1818
praisonai_tools \
19-
"praisonai>=4.5.105" \
19+
"praisonai>=4.5.106" \
2020
"praisonai[chat]" \
2121
"embedchain[github,youtube]"
2222

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p /root/.praison
2020
# Install Python packages (using latest versions)
2121
RUN pip install --no-cache-dir \
2222
praisonai_tools \
23-
"praisonai>=4.5.105" \
23+
"praisonai>=4.5.106" \
2424
"praisonai[ui]" \
2525
"praisonai[chat]" \
2626
"praisonai[realtime]" \

docker/Dockerfile.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN mkdir -p /root/.praison
1616
# Install Python packages (using latest versions)
1717
RUN pip install --no-cache-dir \
1818
praisonai_tools \
19-
"praisonai>=4.5.105" \
19+
"praisonai>=4.5.106" \
2020
"praisonai[ui]" \
2121
"praisonai[crewai]"
2222

src/praisonai-agents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "praisonaiagents"
7-
version = "1.5.105"
7+
version = "1.5.106"
88
description = "Praison AI agents for completing complex tasks with Self Reflection Agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/praisonai-agents/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/praisonai/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ PraisonAI 🦞 — Automate and solve complex challenges with AI agent teams tha
3333
<img src=".github/images/agentflow.gif" alt="PraisonAI AgentFlow" width="800" />
3434
</p>
3535

36+
```
37+
██████╗ ██████╗ █████╗ ██╗███████╗ ██████╗ ███╗ ██╗ █████╗ ██╗
38+
██╔══██╗██╔══██╗██╔══██╗██║██╔════╝██╔═══██╗████╗ ██║ ██╔══██╗██║
39+
██████╔╝██████╔╝███████║██║███████╗██║ ██║██╔██╗ ██║ ███████║██║
40+
██╔═══╝ ██╔══██╗██╔══██║██║╚════██║██║ ██║██║╚██╗██║ ██╔══██║██║
41+
██║ ██║ ██║██║ ██║██║███████║╚██████╔╝██║ ╚████║ ██║ ██║██║
42+
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝
43+
44+
pip install praisonai
45+
```
46+
3647
<p align="center">
3748
<img src=".github/images/latest_ai_news_and_crawl_each_url_to_find_info.gif" alt="PraisonAI command execution" width="800" />
3849
</p>
@@ -226,6 +237,13 @@ pip install "praisonai[claw]"
226237
praisonai claw
227238
```
228239

240+
🔗 **PraisonAI Flow** — Langflow Visual Flow Builder:
241+
242+
```bash
243+
pip install "praisonai[flow]"
244+
praisonai flow
245+
```
246+
229247
### JavaScript SDK
230248

231249
```bash

src/praisonai/praisonai.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Praisonai < Formula
33

44
desc "AI tools for various AI applications"
55
homepage "https://github.com/MervinPraison/PraisonAI"
6-
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v4.5.105.tar.gz"
7-
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v4.5.105.tar.gz | shasum -a 256`.split.first
6+
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v4.5.106.tar.gz"
7+
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v4.5.106.tar.gz | shasum -a 256`.split.first
88
license "MIT"
99

1010
depends_on "python@3.11"

src/praisonai/praisonai/cli/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def register_commands():
269269
app.add_typer(call_app, name="call", help="Voice/call interaction mode")
270270
app.add_typer(realtime_app, name="realtime", help="Realtime interaction mode")
271271
app.add_typer(train_app, name="train", help="Model training and fine-tuning")
272-
app.add_typer(ui_app, name="ui", help="Web UI management")
272+
app.add_typer(ui_app, name="ui", help="🤖 Clean Chat UI (praisonaiui)")
273273
app.add_typer(context_app, name="context", help="Context management")
274274
app.add_typer(research_app, name="research", help="Research and analysis")
275275
app.add_typer(memory_app, name="memory", help="Memory management")

0 commit comments

Comments
 (0)