Skip to content

Conversation

@MervinPraison
Copy link

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!

@ricardorifli
Copy link

que HASE ESA VARIABLE

@MervinPraison
Copy link
Author

Esa “variable” crea e inicializa el agente con las instrucciones base.

En el ejemplo:

agent = Agent(instructions="You are a helpful assistant") → define el comportamiento del agente.

agent.start(...) → ejecuta el agente con una tarea concreta.

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.

2 participants