PraisonAI
ActiveDescription
PraisonAI is a low-code multi-agent framework with handoffs, guardrails, memory, RAG, and 100+ LLM providers, deployable to Telegram, Discord, and WhatsApp.
Key Features
- Low-code multi-agent framework with agent handoffs, guardrails, memory, and RAG capabilities
- 100+ LLM provider support including OpenAI, Anthropic, Gemini, Ollama, and local models
- Multiple deployment interfaces: Core SDK, CLI, Claw Dashboard, Flow Visual Builder, and UI
- Deploy agents to Telegram, Discord, Slack, and WhatsApp with built-in messaging integrations
- JavaScript SDK available alongside the primary Python SDK for cross-language support
- Self-improving autonomous agents that research, plan, and execute tasks across applications
Use Cases
Categories
Quick Start
Install: pip install praisonaiagents. Set OPENAI_API_KEY. Create an agent: from praisonaiagents import Agent; agent = Agent(instructions='You are a senior data analyst.'); agent.start('Analyze trends').