Skip to content

Conversation

@MervinPraison
Copy link

Adding PraisonAI

PraisonAI is a production-ready Multi-AI Agents framework with self-reflection.

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
  • Both Python & JavaScript SDKs

Simple Example:

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

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant