PraisonAI - PraisonAI Documentation
PraisonAI Documentation
- Home
- Getting Started
- Introduction
- Installation
- Quick Start
- Core Concepts
- Agents
- Tasks
- Process
- Tools
- Memory
- Knowledge
- Workflows
- Agentic Routing
- Orchestrator Worker
- Autonomous Workflow
- Parallelization
- Prompt Chaining
- Evaluator Optimizer
- Repetitive Agents
- Features
- CLI
- AutoAgents
- Image Generation
- Self Reflection Agents
- RAG Agents
- Reasoning Extract Agents
- Reasoning Agents
- Multimodal Agents
- LangChain Agents
- Async Agents
- Mini AI Agents
- Generate Reasoning Data
- Code Agent
- Math Agent
- Structured AI Agents
- Callbacks Agent
- Chat with PDF
- Models
- Models in PraisonAI
- OpenAI ChatGPT
- Ollama
- Groq
- Google Gemini
- OpenRouter
- Anthropic
- Cohere
- Mistral
- DeepSeek Agents
- Other Models
- Tools
- Firecrawl PraisonAI Integration
- Other Features
- PraisonAI Train
- Playground
- CrewAI with PraisonAI
- AutoGen with PraisonAI
- PraisonAI Agents
- Monitoring
- AgentOps PraisonAI Monitoring
- Developers
- Test
- Agents Playbook
- PraisonAI Package Integration
- Integrate with Tools
- Google Colab Integration
- Google Colab Tools
- Local Development
- Deploy
- Getting Started (No Code)
Key Features
- AI Agents Creation: Automated creation and management of AI agents with self-reflection capabilities
- Framework Integration: Seamless integration with CrewAI and AutoGen frameworks
- LLM Support: Support for 100+ Language Learning Models
- Code Integration: Chat with your entire codebase using advanced context understanding
- Interactive UI: Rich, interactive user interfaces for better control and monitoring
- Configuration: YAML-based configuration for easy setup and customization
- Tool Integration: Custom tool integration for extended functionality
- Search Capability: Internet search using Crawl4AI and Tavily
Install
Code
Install Package
pip install praisonaiagents
Set API Key
export OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxxx
Create File
Create app.py file
Run Script
python app.py
Playground
AI Agents Flow
- AI Agents with Tools
- AI Agents with Memory
- AI Agents with Different Processes
- Sequential Process
- Hierarchical Process
- Workflow Process
- Agentic Routing Workflow
- Agentic Orchestrator Worker
- Agentic Autonomous Workflow
- Agentic Parallelization
- Agentic Prompt Chaining
- Agentic Evaluator Optimizer
- Repetitive Agents
Integration Options
- Ollama Integration
- Groq Integration
Logging Configuration
- Basic logging
export LOGLEVEL=info
- Advanced logging
export LOGLEVEL=debug
Use Cases
- Customer Service
- Data Analysis
- Content Creation
- Process Automation
Praison AI Package Overall Features
- Self-Reflection
- Reasoning
- CrewAI Framework
- AutoGen Framework
- Multimodal Agents
- Train
- User Interfaces
- Multi Agents UI
- Chat Interface
- Code Interface
- Video Tutorials