Skip to content

MervinPraison/flowise-praisonai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowise-praisonai

PraisonAI custom node for Flowise - Multi-agent AI workflows.

Installation

Option 1: Install in Flowise

  1. Open Flowise
  2. Go to MarketplaceNodes
  3. Search for "PraisonAI"
  4. 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 build

Then restart Flowise.

Prerequisites

Start PraisonAI server:

pip install praisonai
praisonai serve agents.yaml --port 8080

Usage

  1. In Flowise, drag the PraisonAI node from the Tools category
  2. 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)
  3. 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 lint

Links

License

MIT

About

PraisonAI custom node for Flowise - Multi-agent AI workflows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors