PraisonAI icon indicating copy to clipboard operation
PraisonAI copied to clipboard

PraisonAI is a production-ready Multi AI Agents framework, designed to create AI Agents to automate and solve problems ranging from simple tasks to complex challenges. It provides a low-code solution...

Results 153 PraisonAI issues
Sort by recently updated
recently updated
newest added

Is it possible to integrate searxng locally as a search engine to do searches. So we can use it instead of google or duckduckgo?

### Title: **Bug: Database Conflict When `PraisonAI` Detects Supabase/Postgres in Production Environments** --- ### Description: #### Issue: When using `PraisonAI` in environments where a `.env` file includes credentials for Supabase...

I am getting the following error while running the example RAG Agent: knowledge.py:183 ERROR Error storing content: 'US/Pacific' is it a dependency issue?

pip install --no-cache-dir praisonai-tools ERROR: Cannot install praisonai-tools==0.0.11 and praisonai-tools==0.0.13 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts The conflict is caused by: praisonai-tools 0.0.13...

Hi, sorry for the dump question but im new to all this. Is it possible to add a reranker Model for rag?

Hi, I am have a MCP server running with Python. It works normally when I write a Python client script. But it doesn't work when I publish it to the...

No possibility at today to use tools with deepseek. This is the error. │ Error in stream processing: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:latest does not support tools', │...

Why are the ollama models such as mistral and llama3 taking time to respond? This does not happen with openAI models

## Description I am trying to define the execution order between agents using a string as `process`, passed into the `agents.start(process)` function, but it seems to have no effect. The...

I used case "Predictive Maintenance", and reset `os.environ`, but result is 'Error in chat completion: Error code: 502'. If I POST `http://localhost:11434/v1/chat/completions` directly, the code is 200. The version of...