PraisonAI đĻ â Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, R
Why this rank:Strong adoptionRecent releaseHealthy release cadence
Description
PraisonAI đĻ â Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, RAG, and support for 100+ LLMs.
README
PraisonAI đĻ
PraisonAI đĻ â Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous agents that research, plan, and execute tasks across your apps. From one agent to an entire organization, deployed in 5 lines of code.
frompraisonaiagentsimportAgent# Give your agent a goal, and watch it work.agent=Agent(instructions="You are a senior data analyst.")
agent.start("Analyze the top 3 tech trends of 2026 and format as a markdown table.")
đ The PraisonAI Ecosystem
Start simple with the core SDK, or expand to full visual builders and dashboards when you're ready.
Core SDK (praisonaiagents): For pure Python development. pip install praisonaiagents
đģ PraisonAI CLI (praisonai): For terminal-based developers. pip install praisonai
đĻ Claw Dashboard: Connect agents directly to Telegram, Slack, or Discord. pip install "praisonai[claw]"
đ Full MCP docs â stdio, HTTP, WebSocket, SSE transports
4. Custom Tools
frompraisonaiagentsimportAgent, tool@tooldefsearch(query: str) ->str:
"""Search the web for information."""returnf"Results for: {query}"@tooldefcalculate(expression: str) ->float:
"""Evaluate a math expression."""returneval(expression)
agent=Agent(
instructions="You are a helpful assistant",
tools=[search, calculate]
)
agent.start("Search for AI news and calculate 15*4")
đ Full persistence docs â PostgreSQL, MySQL, SQLite, MongoDB, Redis, and 20+ more
6. PraisonAI Claw đĻ (Dashboard UI)
Connect your AI agents to Telegram, Discord, Slack, WhatsApp and more â all from a single command.
pip install "praisonai[claw]"
praisonai claw
Open http://localhost:8082 â the dashboard comes with 13 built-in pages: Chat, Agents, Memory, Knowledge, Channels, Guardrails, Cron, and more. Add messaging channels directly from the UI.
đ Full Claw docs â platform tokens, CLI options, Docker, and YAML agent mode
Build multi-agent workflows visually with drag-and-drop components in Langflow.
pip install "praisonai[flow]"
praisonai flow
Open http://localhost:7861 â use the Agent and Agent Team components to create sequential or parallel workflows. Connect Chat Input â Agent Team â Chat Output for instant multi-agent pipelines.
đ Full Flow docs â visual agent building, component reference, and deployment
8. PraisonAI UI đ¤ (Clean Chat)
Lightweight chat interface for your AI agents.
pip install "praisonai[ui]"
praisonai ui
đ Using YAML (No Code)
Example 1: Two Agents Working Together
Create agents.yaml:
framework: praisonaitopic: "Write a blog post about AI"agents:
researcher:
role: Research Analystgoal: Research AI trends and gather informationinstructions: "Find accurate information about AI trends"writer:
role: Content Writergoal: Write engaging blog postsinstructions: "Write clear, engaging content based on research"
Run with:
praisonai agents.yaml
The agents automatically work together sequentially
Example 2: Agent with Custom Tool
Create two files in the same folder:
agents.yaml:
framework: praisonaitopic: "Calculate the sum of 25 and 15"agents:
calculator_agent:
role: Calculatorgoal: Perform calculationsinstructions: "Use the add_numbers tool to help with calculations"tools:
- add_numbers
tools.py:
defadd_numbers(a: float, b: float) ->float:
""" Add two numbers together. Args: a: First number b: Second number Returns: The sum of a and b """returna+b
Run with:
praisonai agents.yaml
đĄ Tips:
Use the function name (e.g., add_numbers) in the tools list, not the file name
Tools in tools.py are automatically discovered
The function's docstring helps the AI understand how to use it
const{ Agent }=require('praisonai');constagent=newAgent({instructions: 'You are a helpful AI assistant'});agent.start('Write a movie script about a robot in Mars');
⥠Performance
PraisonAI is built for speed, with agent instantiation in under 4Îŧs. This reduces overhead, improves responsiveness, and helps multi-agent systems scale efficiently in real-world production workloads.
Release v4.6.10 â trim praisonai[all]; include bot SDKs (telegram/discord/slack/whatsapp) by default; new [observability] extra. Setup handler bugfix.
High
4/18/2026
v4.6.9
Release v4.6.9
High
4/16/2026
v4.6.7
Release v4.6.7
High
4/16/2026
v4.6.6
Release v4.6.6
High
4/16/2026
v4.6.5
Release v4.6.5
High
4/15/2026
v4.6.4
Release v4.6.4
High
4/14/2026
v4.6.3
Release v4.6.3
High
4/14/2026
v4.6.2
Release v4.6.2
Medium
4/13/2026
v4.6.1
Release v4.6.1
Medium
4/12/2026
v4.5.149
Release v4.5.149
High
4/11/2026
v4.5.148
Release v4.5.148
Medium
4/11/2026
v4.5.147
Release v4.5.147
Medium
4/11/2026
v4.5.146
Release v4.5.146
Medium
4/11/2026
v4.5.145
Release v4.5.145
Medium
4/10/2026
v4.5.144
Release v4.5.144
Medium
4/10/2026
v4.5.143
Release v4.5.143
Medium
4/10/2026
v4.5.140
Release v4.5.140
Medium
4/10/2026
v4.5.139
Release v4.5.139
Medium
4/10/2026
v4.5.137
Release v4.5.137
Medium
4/10/2026
v4.5.136
Release v4.5.136
Medium
4/9/2026
v4.5.135
Release v4.5.135
Medium
4/9/2026
v4.5.134
Release v4.5.134
Medium
4/9/2026
v4.5.133
Release v4.5.133
Medium
4/9/2026
v4.5.132
Release v4.5.132
Medium
4/9/2026
v4.5.131
Release v4.5.131
Medium
4/9/2026
v4.5.130
Release v4.5.130
Medium
4/9/2026
v4.5.129
Release v4.5.129
Medium
4/9/2026
v4.5.128
Release v4.5.128
Medium
4/9/2026
v4.5.127
Release v4.5.127
Medium
4/9/2026
v4.5.126
Release v4.5.126
Medium
4/9/2026
v4.5.125
Release v4.5.125
Medium
4/9/2026
v4.5.124
Release v4.5.124
High
4/8/2026
v4.5.123
Release v4.5.123
Medium
4/8/2026
v4.5.122
Release v4.5.122
Medium
4/8/2026
Dependencies & License Audit
Loading dependencies...
Similar Packages
langgraphBuild resilient language agents as graphs.sdk==0.4.4
crewAIFramework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.1.15.18
AutoAgentsA multi-agent framework written in Rust that enables you to build, deploy, and coordinate multiple intelligent agentsv0.4.0
agentic-ragđ Enable smart document and data search with AI-powered chat, vector search, and SQL querying across multiple file formats.main@2026-09-09
More in Frameworks
onnxruntimeONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
bamlThe AI framework that adds the engineering to prompt engineering (Python/TS/Ruby/Java/C#/Rust/Go compatible)