Skip to main content
PraisonAI is a production-ready Multi AI Agents framework for Node.js, designed to create AI Agents to automate and solve problems ranging from simple tasks to complex challenges. It provides a low-code solution to streamline the building and management of multi-agent LLM systems, emphasising simplicity, customisation, and effective human-agent collaboration.

Quick Start

1

Simple Usage

2

With Configuration

3

Create File

Create app.js file

Code Example

4

Run Script

Usage Examples

Single Agent Example

Create and run a single agent to perform a specific task:

Multi-Agent Example

Create and run multiple agents working together:

Task-Based Agent Example

Create agents with specific tasks and dependencies:

Running the Examples

1

Set Environment Variables

2

Create Example File

Create a new TypeScript file (e.g., app.ts) with any of the above examples.
3

Run the Example

TypeScript SDK

TypeScript agent framework

Agent

Agent configuration