PraisonAI custom node for Flowise - Multi-agent AI workflows.
- Open Flowise
- Go to Marketplace → Nodes
- Search for "PraisonAI"
- Click Install
cd ~/.flowise/nodes
git clone https://github.com/MervinPraison/flowise-praisonai.git
cd flowise-praisonai
npm install
npm run buildThen restart Flowise.
Start PraisonAI server:
pip install praisonai
praisonai serve agents.yaml --port 8080- In Flowise, drag the PraisonAI node from the Tools category
- Configure the node:
- API URL: Your PraisonAI server URL (default:
http://localhost:8080) - Agent Name: Optional specific agent (e.g.,
researcher,writer) - Timeout: Request timeout in seconds (default: 300)
- API URL: Your PraisonAI server URL (default:
- Connect to your chatflow
| Parameter | Default | Description |
|---|---|---|
| API URL | http://localhost:8080 |
PraisonAI server URL |
| Agent Name | (empty) | Specific agent to run. Leave empty for full workflow |
| Timeout | 300 |
Request timeout in seconds |
[Chat Trigger] → [PraisonAI Tool] → [OpenAI Chat Model] → [Response]
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run build
# Lint
npm run lintMIT