[PR #2823] [MERGED] Add PraisonAI to Machine Learning section #11164

Closed
opened 2026-04-24 06:00:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2823
Author: @MervinPraison
Created: 12/18/2025
Status: Merged
Merged: 1/8/2026
Merged by: @vinta

Base: masterHead: add-praisonai


📝 Commits (1)

  • fe8f366 Add PraisonAI to Machine Learning section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adding PraisonAI

PraisonAI is a production-ready Multi-AI Agents framework.

Key Features:

  • Fastest agent instantiation (3.77μs) - benchmarked against CrewAI, LangGraph, PydanticAI
  • 100+ LLM support via LiteLLM (OpenAI, Anthropic, Gemini, Ollama, Groq, etc.)
  • MCP Protocol support for seamless tool integration
  • Agentic workflows with route(), parallel(), loop(), repeat() patterns
  • Built-in memory (short-term, long-term, entity, episodic)
  • Self-reflection for improved agent responses

Simple Example:

from praisonaiagents import Agent
agent = Agent(instructions="You are a helpful assistant")
agent.start("Write a haiku about AI")

Thank you!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2823 **Author:** [@MervinPraison](https://github.com/MervinPraison) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `add-praisonai` --- ### 📝 Commits (1) - [`fe8f366`](https://github.com/vinta/awesome-python/commit/fe8f366534dae1e43312b345d8809004989081d3) Add PraisonAI to Machine Learning section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Adding PraisonAI [PraisonAI](https://github.com/MervinPraison/PraisonAI) is a production-ready Multi-AI Agents framework. ### Key Features: - **Fastest agent instantiation** (3.77μs) - benchmarked against CrewAI, LangGraph, PydanticAI - **100+ LLM support** via LiteLLM (OpenAI, Anthropic, Gemini, Ollama, Groq, etc.) - **MCP Protocol support** for seamless tool integration - **Agentic workflows** with route(), parallel(), loop(), repeat() patterns - **Built-in memory** (short-term, long-term, entity, episodic) - **Self-reflection** for improved agent responses ### Simple Example: ```python from praisonaiagents import Agent agent = Agent(instructions="You are a helpful assistant") agent.start("Write a haiku about AI") ``` - **GitHub**: https://github.com/MervinPraison/PraisonAI - **PyPI**: https://pypi.org/project/praisonaiagents/ - **Documentation**: https://docs.praison.ai Thank you! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 06:00:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#11164