Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,34 @@ This repository provides a comprehensive, hands-on comparison of modern AI agent
</a>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<strong style="vertical-align: middle; font-size: 1.2em;">🤖 PraisonAI</strong>
</td>
<td>
<a href="https://docs.praison.ai">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="res/book-open-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="res/book-open.svg">
<img src="res/book-open.svg" alt="Docs" width="20">
</picture>
</a>
</td>
<td>
<a href="https://github.com/MervinPraison/PraisonAI">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="res/github-icon-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="res/github-icon.svg">
<img src="res/github-icon.svg" alt="GitHub" width="20">
</picture>
</a>
</td>
</tr>
</tbody>
</table>

> **PraisonAI** - Production-ready Multi-AI Agents framework with self-reflection. Fastest agent instantiation (3.77μs), 100+ LLM support via LiteLLM, MCP Protocol integration, agentic workflows (route/parallel/loop/repeat), built-in memory, and both Python & JavaScript SDKs.


## 📁 Structure

Expand Down