Skip to main content

chat

AI Agents Framework PraisonAI Chat Module This module provides the chat UI integration for PraisonAI agents. It uses the PraisonAI Chat (based on Chainlit) for the frontend.

Import

from praisonai import chat

Classes

ChatConfig

Configuration for the PraisonAI Chat server.

Functions

start_chat_server()

Start the PraisonAI Chat server.

get_registered_agents()

Get all registered agents.

Chat Feature

Conversation Stores