Skip to content

Commit 55ab4ac

Browse files
committed
docs(README): update feature names and add use cases section
Revised feature names for clarity and consistency, changing "Dashboard UI" to "AgentClaw." Added a new section outlining various use cases for AI agents across multiple industries. Updated links and formatting for better readability.
1 parent e0c1301 commit 55ab4ac

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ python -c "from praisonaiagents import Agent; Agent(instructions='You are a help
8787
| | Feature | How |
8888
|--|---------|-----|
8989
|| **Fastest framework** — 3.77μs (1,209x faster than LangGraph) | [Benchmarks](https://docs.praison.ai/docs/features/performance-benchmarks) |
90-
| 🦞 | **Dashboard UI** — chat, agents, memory, knowledge, cron | `pip install "praisonai[claw]"` |
90+
| 🦞 | **AgentClaw UI** — chat, agents, memory, knowledge, cron | `pip install "praisonai[claw]"` |
9191
| 🔌 | **MCP Protocol** — stdio, HTTP, WebSocket, SSE | `tools=MCP("npx ...")` |
9292
| 🧠 | **Planning Mode** — plan → execute → reason | `planning=True` |
9393
| 🔍 | **Deep Research** — multi-step autonomous research | [Docs](https://docs.praison.ai/docs/agents/deep-research) |
@@ -135,7 +135,7 @@ For the full framework with CLI support:
135135
pip install praisonai
136136
```
137137

138-
🦞 **Full Dashboard** with bots, memory, knowledge, and gateway:
138+
🦞 **AgentClaw** — full UI with bots, memory, knowledge, and gateway:
139139

140140
```bash
141141
pip install "praisonai[claw]"
@@ -560,7 +560,7 @@ agent.chat("Hello!") # Auto-persists messages, runs, traces
560560

561561
> 📖 [Full persistence docs](https://docs.praison.ai/docs/databases/overview) — PostgreSQL, MySQL, SQLite, MongoDB, Redis, and 20+ more
562562
563-
### 6. PraisonAI Claw 🦞 (Dashboard UI)
563+
### 6. AgentClaw 🦞 (Dashboard UI)
564564

565565
Connect your AI agents to **Telegram, Discord, Slack, WhatsApp** and more — all from a single command.
566566

@@ -612,6 +612,21 @@ agent.start('Write a movie script about a robot in Mars');
612612

613613
---
614614

615+
## 🎯 Use Cases
616+
617+
AI agents solving real-world problems across industries:
618+
619+
| Use Case | Description |
620+
|----------|-------------|
621+
| 🔍 **Research & Analysis** | Conduct deep research, gather information, and generate insights from multiple sources automatically |
622+
| 💻 **Code Generation** | Write, debug, and refactor code with AI agents that understand your codebase and requirements |
623+
| ✍️ **Content Creation** | Generate blog posts, documentation, marketing copy, and technical writing with multi-agent teams |
624+
| 📊 **Data Pipelines** | Extract, transform, and analyze data from APIs, databases, and web sources automatically |
625+
| 🤖 **Customer Support** | Deploy 24/7 support bots on Telegram, Discord, Slack with memory and knowledge-backed responses |
626+
| ⚙️ **Workflow Automation** | Automate multi-step business processes with agents that hand off tasks, verify results, and self-correct |
627+
628+
---
629+
615630
## ⭐ Star History
616631

617632
[![Star History Chart](https://api.star-history.com/svg?repos=MervinPraison/PraisonAI&type=Date)](https://docs.praison.ai)
@@ -815,8 +830,10 @@ See [MCP docs](https://docs.praison.ai/docs/mcp/transports) for all transport op
815830
<div align="center">
816831
<p><strong>Made with ❤️ by the PraisonAI Team</strong></p>
817832
<p>
818-
<a href="https://docs.praison.ai">Documentation</a> •
833+
<a href="https://docs.praison.ai">📚 Documentation</a> •
819834
<a href="https://github.com/MervinPraison/PraisonAI">GitHub</a> •
820-
<a href="https://github.com/MervinPraison/PraisonAI/issues">Issues</a>
835+
<a href="https://youtube.com/@MervinPraison">▶️ YouTube</a> •
836+
<a href="https://x.com/MervinPraison">𝕏 X</a> •
837+
<a href="https://linkedin.com/in/mervinpraison">💼 LinkedIn</a>
821838
</p>
822839
</div>

0 commit comments

Comments
 (0)