Installation

pip install -U "praisonai[ui]"

Interface Types

Multi-Agent Systems

Orchestrate multiple agents with UI framework.

Features

Agent orchestration, workflow management, inter-agent communication

Getting Started

1

Install Dependencies

Each interface has its own installation requirements. Follow the specific guide.

2

Create Application

Use the provided examples and templates to build your application.

3

Customize

Add features and styling to match your needs using the interface’s components.

Chainlit

export OPENAI_API_KEY="Enter your API key"
chainlit create-secret
export CHAINLIT_AUTH_SECRET=xxxxxxxx
praisonai ui

or

python -m praisonai ui

Default Username: admin Default Password: admin

To Change Username and Password

create .env file in the root folder of the project Add below Variables and required Username/Password

CHAINLIT_USERNAME=admin
CHAINLIT_USERNAME=admin

Using Chainlit (with Pictures)

Run Automatically

Install Required Package

User Interface

Select Auto Mode

Configure Agent Settings

Define a Task to Auto Generate Agents and Run

Output

Run Manually

Select Manual Mode

Modify Agents and Tools

Review Generated Agents

Run Agents

Manual Model Output

Was this page helpful?