Skip to content

Conversation

@MervinPraison
Copy link

Adding PraisonAI

PraisonAI is a Multi-AI Agents framework for autonomous coding tasks.

Key Features:

  • 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
  • Fastest agent instantiation (3.77μs)
  • Both Python & JavaScript SDKs

Simple Example:

from praisonaiagents import Agent
agent = Agent(instructions="You are a coding assistant")
agent.start("Write a Python function to sort a list")

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