flowise-praisonai
v0.1.0
Published
PraisonAI custom node for Flowise - Multi-agent AI workflows
Downloads
76
Maintainers
Readme
flowise-praisonai
PraisonAI custom node for Flowise - Multi-agent AI workflows.
Installation
Option 1: Install in Flowise
- Open Flowise
- Go to Marketplace → Nodes
- Search for "PraisonAI"
- Click Install
Option 2: Manual Installation
cd ~/.flowise/nodes
git clone https://github.com/MervinPraison/flowise-praisonai.git
cd flowise-praisonai
npm install
npm run buildThen restart Flowise.
Prerequisites
Start PraisonAI server:
pip install praisonai
praisonai serve agents.yaml --port 8080Usage
- 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
Node Configuration
| 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 |
Example Chatflow
[Chat Trigger] → [PraisonAI Tool] → [OpenAI Chat Model] → [Response]Development
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run build
# Lint
npm run lintLinks
License
MIT
